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

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormstroh <m.stroh@ymail.com>2018-12-09 17:30:01 +0300
committermstroh <m.stroh@ymail.com>2018-12-09 17:30:01 +0300
commit980e7c711b1607a6434f94a3c85456d809fd2ac6 (patch)
treeb4e2125861cde900ec3a2c971f95da109eb47b51
parent516c7c6c43aa0c37bb7fdcec692a004273717e02 (diff)
Google Analytics privacy settings
-rw-r--r--exampleSite/config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e7b9dfb..84d6cdc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,6 +9,16 @@ googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
+[privacy]
+ # Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
+ [privacy.googleAnalytics]
+ # set to true to disable service
+ disable = false
+ # set to true to meet General Data Protection Regulation (GDPR)
+ anonymizeIP = false
+ respectDoNotTrack = false
+ useSessionStorage = false
+
[params]
# Unmark to use post folder for images. Default is static folder.
#usepostimgfolder = true