Added privacy config
This commit is contained in:
parent
c4c818de74
commit
d0c3c2f881
1 changed files with 21 additions and 1 deletions
22
config.toml
22
config.toml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue