Added privacy config

This commit is contained in:
Nis Wechselberg 2018-07-09 14:05:10 +02:00
parent c4c818de74
commit d0c3c2f881

View file

@ -42,6 +42,26 @@ paginatePath = "page"
# Enable default menu # Enable default menu
# sectionPagesMenu = "main" # sectionPagesMenu = "main"
# Privacy Settings
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[Author] [Author]
name = "eNBeWe" name = "eNBeWe"
# bio = "John Doe's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it." # bio = "John Doe's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it."
@ -55,7 +75,7 @@ paginatePath = "page"
description = "eNBeWe.de - Coding, Life and more ..." description = "eNBeWe.de - Coding, Life and more ..."
# Enable OpenGraph if true # Enable OpenGraph if true
opengraph = true opengraph = false
# Show "Read more" button in list if true # Show "Read more" button in list if true
readmore = false readmore = false