mirror of https://github.com/lxndrblz/anatole.git

Marc-Niclas Harm
30.16.2022 b84efff11943dc926d5e04892c215d5533dc4bc0
README.md
@@ -27,6 +27,7 @@
- Google Analytics (optional)
- Comments powered by Disqus, Commento or Utteranc.es (optional)
- SimpleAnalytics (optional)
- Plausible Analytics (optional)
- KaTex support (optional)
- Formspree Contact Form (optional)
- Twitter Cards support
@@ -406,6 +407,16 @@
# customurl = "https://analytics.example.com"
```
### Plausible Analytics
To use Plausible Analytics, include the following section and change the domain to your site's domain. If you self-host Plausible, you can optionally specify the url of your own instance.
```toml
[params.plausibleAnalytics]
domain = "example.com"
# serverURL = "https://analytics.example.com"
```
### Google Site Verification
To use Google Site Verification, add the following line to the `[params]`: