summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-19 00:39:44 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-19 00:39:44 +0200
commitd29e4da3e683a4c17c609ace5dd92cd2126b1ed9 (patch)
tree06df5db71b8cc5ca0817888924c92ce35b36d36f /exampleSite/config.toml
parent755dd6c4a34474147564de2272a210cc2cd5f06a (diff)
downloadgohugo-theme-ed-d29e4da3e683a4c17c609ace5dd92cd2126b1ed9.tar.gz
Add support for Global site tag (gtag.js) - Google Analytics
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d763fcd..dd59415 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -27,6 +27,9 @@ refLinksErrorLevel = 'WARNING'
# kick out RSS, we'll use Atom and FEED bellow
disableKinds = ['RSS']
+# Google Analytics Tracking id
+googleAnalytics = ''
+
[minify]
# Do not minify XML files to avoid CDATA escape issues
disableXML = true