fixing a lot of metadata
This commit is contained in:
parent
083b63a4de
commit
c7c150567b
14 changed files with 152 additions and 14 deletions
42
config.toml
42
config.toml
|
@ -1,42 +0,0 @@
|
|||
baseURL = 'https://tfcconnection.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'TFC Connection'
|
||||
|
||||
DefaultContentLanguage = "en"
|
||||
SectionPagesMenu = "main"
|
||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
enableRobotsTXT = true
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "TFC Connection"
|
||||
weight = 1
|
||||
contentDir = "content"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
filename = "sitemap.xml"
|
||||
|
||||
[params]
|
||||
text_color = ""
|
||||
author = "Chris Cochrun"
|
||||
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."
|
||||
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
||||
recent_posts_number = 5
|
||||
|
||||
|
||||
# Privacy
|
||||
[privacy]
|
||||
[privacy.disqus]
|
||||
disable = true
|
||||
[privacy.googleAnalytics]
|
||||
disable = true
|
||||
[privacy.instagram]
|
||||
[privacy.twitter]
|
||||
[privacy.vimeo]
|
||||
[privacy.youtube]
|
||||
|
||||
outputs.home = ["HTML", "RSS", "JSON"]
|
Loading…
Add table
Add a link
Reference in a new issue