From 6cf7b6ce34fd8c79a9e8a5746da5dc6e7d698cd7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 27 Oct 2022 06:34:25 -0500 Subject: [PATCH] privacy --- config.toml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 3b44438..17154aa 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,6 @@ baseURL = 'https://tfcconnection.org/' languageCode = 'en-us' title = 'TFC Connection' -theme = "ananke" DefaultContentLanguage = "en" SectionPagesMenu = "main" @@ -26,13 +25,18 @@ enableRobotsTXT = true site_logo = "img/logo.png" description = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission." # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-" - background_color_class = "bg-black" recent_posts_number = 3 -# Socials -[[params.ananke_socials]] -name = "facebook" -url = "https://facebook.com/tfcconnection" -[[params.ananke_socials]] -name = "instagram" -url = "https://instagram.com/tfcconnection" + +# Privacy +[privacy] + [privacy.disqus] + disable = true + [privacy.googleAnalytics] + disable = true + [privacy.instagram] + [privacy.twitter] + [privacy.vimeo] + [privacy.youtube] + +outputs.home = ["HTML", "RSS", "JSON"] \ No newline at end of file