File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 9
9
* [ Goat Counter] ( #goat-counter )
10
10
* [ Cloudflare] ( #cloudflare )
11
11
* [ Matomo] ( #matomo )
12
+ * [ Application Insights] ( #application-insights )
12
13
* [ Commenting Systems] ( #commenting-systems )
13
14
* [ Disqus] ( #disqus )
14
15
* [ Commento] ( #commento )
@@ -33,6 +34,7 @@ This theme supports:
33
34
* [ Goat Counter] ( https://www.goatcounter.com/ )
34
35
* [ Cloudflare] ( https://www.cloudflare.com/analytics/ )
35
36
* [ Matomo] ( https://matomo.org/ )
37
+ * [ Application Insights] ( https://azure.com/ )
36
38
* Commenting Systems
37
39
* [ Disqus] ( https://disqus.com/ )
38
40
* [ Commento] ( https://commento.io/ )
@@ -89,6 +91,13 @@ Follow [these steps](https://gohugo.io/templates/internal/#configure-google-anal
89
91
serverURL = " analytics.example.com"
90
92
```
91
93
94
+ #### Application Insights
95
+
96
+ ``` toml
97
+ [params .applicationInsights ]
98
+ connectionString = " connectionstring" # https://docs.microsoft.com/en-us/azure/azure-monitor/app/sdk-connection-string
99
+ ```
100
+
92
101
### Commenting Systems
93
102
94
103
Comments are displayed within post pages, but can be disabled with ` disableComments ` front-matter.
You can’t perform that action at this time.
0 commit comments