mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +01:00
Disable privacy invasive services
This commit is contained in:
parent
3e4a49a6de
commit
ea0b991470
1 changed files with 13 additions and 0 deletions
13
config.yaml
13
config.yaml
|
@ -123,3 +123,16 @@ outputs:
|
|||
- RSS
|
||||
- JSON
|
||||
|
||||
privacy:
|
||||
disqus:
|
||||
disable: true
|
||||
googleAnalytics:
|
||||
disable: true
|
||||
instagram:
|
||||
disable: true
|
||||
twitter:
|
||||
disable: true
|
||||
vimeo:
|
||||
disable: true
|
||||
youtube:
|
||||
disable: true
|
||||
|
|
Loading…
Reference in a new issue