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:38:41 +0300
committerGitHub <noreply@github.com>2019-02-13 22:38:41 +0300
commit8e787ee14a05e876bb0a074b21d0acaf119d48bb (patch)
treeb697a6d108eba4f73b61288c177eed4dc6f7b7bd
parente7a28e9c59e44069a3e42e66613ceea905f2bf85 (diff)
Add note about privacy settings
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec83f00..96f79fa 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,23 @@ $ hugo server
Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
+### Privacy settings for Google Analytics
+
+Thanks to @mstroh76 we now have privacy settings for analytics. This is how you configure it:
+
+```
+[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
+```
+
+
## Things to do and not (yet) implemented
- Add the possibility for a description for each category.