tfcconnection/config/_default/config.toml

47 lines
950 B
TOML

baseURL = 'https://tfcconnection.org/'
languageCode = 'en-us'
title = 'TFC Connection'
theme = "blowfish"
DefaultContentLanguage = "en"
# SectionPagesMenu = "main"
enableRobotsTXT = true
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
SummaryLength = 20
buildDrafts = false
buildFuture = false
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
favicon = "favicon-16x16.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."
# Privacy
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
[privacy.twitter]
[privacy.vimeo]
[privacy.youtube]