privacy
This commit is contained in:
parent
c53b23aaf8
commit
6cf7b6ce34
22
config.toml
22
config.toml
|
@ -1,7 +1,6 @@
|
||||||
baseURL = 'https://tfcconnection.org/'
|
baseURL = 'https://tfcconnection.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'TFC Connection'
|
title = 'TFC Connection'
|
||||||
theme = "ananke"
|
|
||||||
|
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
SectionPagesMenu = "main"
|
SectionPagesMenu = "main"
|
||||||
|
@ -26,13 +25,18 @@ enableRobotsTXT = true
|
||||||
site_logo = "img/logo.png"
|
site_logo = "img/logo.png"
|
||||||
description = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission."
|
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-"
|
# 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
|
recent_posts_number = 3
|
||||||
|
|
||||||
# Socials
|
|
||||||
[[params.ananke_socials]]
|
# Privacy
|
||||||
name = "facebook"
|
[privacy]
|
||||||
url = "https://facebook.com/tfcconnection"
|
[privacy.disqus]
|
||||||
[[params.ananke_socials]]
|
disable = true
|
||||||
name = "instagram"
|
[privacy.googleAnalytics]
|
||||||
url = "https://instagram.com/tfcconnection"
|
disable = true
|
||||||
|
[privacy.instagram]
|
||||||
|
[privacy.twitter]
|
||||||
|
[privacy.vimeo]
|
||||||
|
[privacy.youtube]
|
||||||
|
|
||||||
|
outputs.home = ["HTML", "RSS", "JSON"]
|
Loading…
Reference in a new issue