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:
authorgoransv <gsv@appernetic.io>2019-02-13 22:34:29 +0300
committerGitHub <noreply@github.com>2019-02-13 22:34:29 +0300
commite7a28e9c59e44069a3e42e66613ceea905f2bf85 (patch)
treea2109364cb860473ab7033dca1fc893eb99ad5a8
parent1618d98000db5e2dc5671b55d1ab708ea0d3fe6a (diff)
parent980e7c711b1607a6434f94a3c85456d809fd2ac6 (diff)
Merge pull request #50 from mstroh76/privacy_settings
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