Some aspects can be configures in your site’s configuration file or using a pages frontmatter.

Site Config

params:
  logo: <path/to/image|path/to/svg|text> #displayed top left
  disallowSearchEngines: <true|false> #allows/disallows search engines in robots.txt
  matomo: #optional, to use Matomo for analytics
    url: <matomo-url>
    siteId: <matomo's site id>
  style: #optional, provides an easy way to overwrite the default colors
    color__font: <#00000f>
    color__action: <#030ba5>
    color__background__site: <#fffffc>
    color__dark__font: <#fffffc>
    color__dark__action: <#464ffb>
    color__dark__background__site: <#00000f>

Frontmatter

title: <the page's title> #mandatory
describtion: <the page's description> #recommended
images:
  - <image> #the first image will be displayed as the page's main image above or beneath the contents
toc: <true|false> #whether to display a table of contents, defaults to false
hideBorder: <true|false> #whether to hide the header's border, defaults to false
excludeFromSearch: <true|false> #whether to exclude this page from search reuslts, defaults to false
sponsors: #sponsors to be shown on the page
- name: <name> #mandatory
  logo: <path/to/image|path/to/svg> #optional
  link: <url> #optional
math: <true|false> #whether to load mathjax for this page

Note that these parameters can be set for multiple (or all) pages via cascade.

Type to search or press esc to cancel.