tfcconnection/config/_default/config.toml

48 lines
965 B
TOML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = 'https://tfcconnection.org/'
languageCode = 'en-us'
title = 'TFC Connection'
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
# googleAnalytics = "G-XXXXXXXXX"
[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]