mirror of https://github.com/luizdepra/hugo-coder.git

Eltjo
22.50.2022 abc1133c7e077d484e4c97f75cee8460a3004397
docs/configurations.md
@@ -9,6 +9,7 @@
    * [Goat Counter](#goat-counter)
    * [Cloudflare](#cloudflare)
    * [Matomo](#matomo)
    * [Application Insights](#application-insights)
  * [Commenting Systems](#commenting-systems)
    * [Disqus](#disqus)
    * [Commento](#commento)
@@ -33,6 +34,7 @@
  * [Goat Counter](https://www.goatcounter.com/)
  * [Cloudflare](https://www.cloudflare.com/analytics/)
  * [Matomo](https://matomo.org/)
  * [Application Insights](https://azure.com/)
* Commenting Systems
  * [Disqus](https://disqus.com/)
  * [Commento](https://commento.io/)
@@ -89,6 +91,13 @@
    serverURL = "analytics.example.com"
```
#### Application Insights
```toml
[params.applicationInsights]
    connectionString = "connectionstring" # https://docs.microsoft.com/en-us/azure/azure-monitor/app/sdk-connection-string
```
### Commenting Systems
Comments are displayed within post pages, but can be disabled with `disableComments` front-matter.