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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml12
1 files changed, 10 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f6d8efe..5b0c218 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,6 +6,16 @@ copyright = "My Name"
disqusShortname = "XXX"
googleAnalytics = "XXX"
+[Privacy]
+
+[Privacy.disqus]
+ disable = true
+
+[Privacy.googleAnalytics]
+ anonymizeIP = true
+ respectDoNotTrack = true
+ useSessionStorage = false
+
[Author]
name = "My Name"
profile = "https://google.com/+XXX"
@@ -32,8 +42,6 @@ googleAnalytics = "XXX"
dateFormat = "Mon, Jan 2, 2006"
highlightJsUrl = ""
highlightJsLocalUrl = ""
- googleAnalyticsAnonymizeIP = false
- googleAnalyticsRespectDoNotTrack = false
[Permalinks]
post = "/:year/:month/:day/:filename/"