fixing a lot of metadata
This commit is contained in:
parent
083b63a4de
commit
c7c150567b
14 changed files with 152 additions and 14 deletions
47
config/_default/config.toml
Normal file
47
config/_default/config.toml
Normal file
|
@ -0,0 +1,47 @@
|
|||
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]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue