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 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cdf9479..dcc4195 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -69,6 +69,10 @@ customJS = []
# [params.googleTagManager]
# id = "gid"
+# If you want to use Application Insights(https://azure.com/) for analytics, add this section
+# [params.applicationInsights]
+# connectionString = "connectionString"
+
# If you want to implement a Content-Security-Policy, add this section
[params.csp]
childsrc = ["'self'"]