| | |
| | | - Multilingual |
| | | - 100⁄100 Google Lighthouse score |
| | | - Google Analytics (optional) |
| | | - Comments powered by Disqus (optional) |
| | | - Comments powered by Disqus or Utterances (optional) |
| | | - Katex support (optional) |
| | | - Formspree Contact Form (optional) |
| | | - Twitter Cards support |
| | |
| | | |
| | | ### Comments powered by Disqus |
| | | |
| | | No comment section is shown on the `single.html`, unless a disqus code is specified in the `config.toml` file. |
| | | No comment section is shown on the `single.html`, unless a Disqus code is specified in the `config.toml` file. |
| | | |
| | | ```toml |
| | | disqusShortname = "XXX" |
| | | ``` |
| | | |
| | | ### Comments powered by Utterance.es |
| | | |
| | | No comment section is shown on the `single.html`, unless a `repo` is specified in the `config.toml` file. If uncertain how parameter to configure, check out the official [documentation}(https://utteranc.es/). |
| | | |
| | | ```toml |
| | | [params.utterances] |
| | | repo = "githubuser/reponame" |
| | | issueTerm = "pathname" |
| | | theme= "preferred-color-scheme" |
| | | # label = |
| | | ``` |
| | | If you are using a strict CSP, you'll have to add the domain to it. |
| | | |
| | | ### Google Analytics |
| | | |
| | | To use Google Analytics, a valid tracking code has to be added. If you don't want to load the code, then commend out the parameter. |