diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b0cbdb2..e7df9e4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -30,6 +30,19 @@ enableGitInfo = true # used for last update repoURL = "https://github.com/BBaoVanC/bobatheme" +[privacy] + [privacy.googleAnalytics] + disable = true + + [privacy.twitter] + enableDNT = true + + [privacy.vimeo] + enableDNT = true + + [privacy.youtube] + privacyEnhanced = true + [languages] [languages.en] languageName = "English"