diff options
author | Alan Pearce | 2019-06-15 20:17:49 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-15 20:17:49 +0200 |
commit | 03ab47b13cef54a70f8d7491f648ed1c00803cbc (patch) | |
tree | 6979214aeedd2e722ddeaf129dc90830bcdfc17e /config.toml | |
parent | b822f542bec2a6e3d0e83ff006142b492139e446 (diff) | |
download | website-03ab47b13cef54a70f8d7491f648ed1c00803cbc.tar.lz website-03ab47b13cef54a70f8d7491f648ed1c00803cbc.tar.zst website-03ab47b13cef54a70f8d7491f648ed1c00803cbc.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 |