| | |
| | | This part of the configuration concerns anything that can affect the whole site. The following is a list breaking down all the things you can configure: |
| | | |
| | | - `pageTitle`: title of the site. This is also used when generating the [[RSS Feed]] for your site. |
| | | - `pageTitleSuffix`: a string added to the end of the page title. This only applies to the browser tab title, not the title shown at the top of the page. |
| | | - `enableSPA`: whether to enable [[SPA Routing]] on your site. |
| | | - `enablePopovers`: whether to enable [[popover previews]] on your site. |
| | | - `analytics`: what to use for analytics on your site. Values can be |
| | |
| | | - `secondary`: link colour, current [[graph view|graph]] node |
| | | - `tertiary`: hover states and visited [[graph view|graph]] nodes |
| | | - `highlight`: internal link background, highlighted text, [[syntax highlighting|highlighted lines of code]] |
| | | - `textHighlight`: markdown highlighted text background |
| | | |
| | | ## Plugins |
| | | |