moving everything to base folder
This commit is contained in:
parent
ca801caf05
commit
816a49d3f1
190 changed files with 4870 additions and 1 deletions
38
config.toml
Normal file
38
config.toml
Normal file
|
@ -0,0 +1,38 @@
|
|||
baseURL = 'https://tfcconnection.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'TFC Connection'
|
||||
theme = "ananke"
|
||||
|
||||
DefaultContentLanguage = "en"
|
||||
SectionPagesMenu = "main"
|
||||
Paginate = 3 # 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 = ""
|
||||
favicon = ""
|
||||
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-"
|
||||
background_color_class = "bg-black"
|
||||
recent_posts_number = 3
|
||||
|
||||
# Socials
|
||||
[[params.ananke_socials]]
|
||||
name = "facebook"
|
||||
url = "https://facebook.com/tfcconnection"
|
||||
[[params.ananke_socials]]
|
||||
name = "instagram"
|
||||
url = "https://instagram.com/tfcconnection"
|
Loading…
Add table
Add a link
Reference in a new issue