diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-19 00:39:44 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-19 00:39:44 +0200 |
| commit | d29e4da3e683a4c17c609ace5dd92cd2126b1ed9 (patch) | |
| tree | 06df5db71b8cc5ca0817888924c92ce35b36d36f /exampleSite/config.toml | |
| parent | 755dd6c4a34474147564de2272a210cc2cd5f06a (diff) | |
| download | gohugo-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.toml | 3 |
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 |
