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:
Diffstat (limited to 'README.md')
-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.