Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configurations.md')
-rw-r--r--docs/configurations.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configurations.md b/docs/configurations.md
index 8472fb0..5e07d0b 100644
--- a/docs/configurations.md
+++ b/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 @@ This theme supports:
* [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 @@ Follow [these steps](https://gohugo.io/templates/internal/#configure-google-anal
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.