diff options
author | Alan Pearce | 2019-06-15 20:17:49 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-15 20:17:49 +0200 |
commit | 16e91658946d0eb2445a30ab2a8450168e553eca (patch) | |
tree | cf2fd4061b921c59453be0c0031eb4cf92da47eb /config.toml | |
parent | 8b0ba926e01795ee15d115cb6db611cb23cad396 (diff) | |
download | website-16e91658946d0eb2445a30ab2a8450168e553eca.tar.lz website-16e91658946d0eb2445a30ab2a8450168e553eca.tar.zst website-16e91658946d0eb2445a30ab2a8450168e553eca.zip |
Configure privacy settings
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 12f0e42..ceef209 100644 --- a/config.toml +++ b/config.toml @@ -38,4 +38,18 @@ url = "/public_key.asc" url = "http://stackoverflow.com/users/story/381895" [[menu.contact]] name = "Keybase" - url = "https://keybase.io/alanpearce" \ No newline at end of file + url = "https://keybase.io/alanpearce" + +[privacy] + [privacy.disqus] + disable = true + [privacy.googleAnalytics] + disable = true + [privacy.instagram] + disable = true + [privacy.twitter] + disable = true + [privacy.vimeo] + disable = true + [privacy.youtube] + disable = true |