52 lines
1.5 KiB
TOML
52 lines
1.5 KiB
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-GB'
|
|
theme = 'ananke'
|
|
|
|
defaultContentLanguage = "en"
|
|
sectionPagesMenu = "main"
|
|
enableRobotsTXT = true
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
[languages.en]
|
|
contentDir = "content/en"
|
|
languageCode = 'en-GB'
|
|
weight = 1
|
|
title = "Woodlands Methodist"
|
|
# languageDirection = 'rtl' for Right-To-Left languages
|
|
|
|
[sitemap]
|
|
changefreq = "monthly"
|
|
priority = 0.5
|
|
filename = "sitemap.xml"
|
|
|
|
[params]
|
|
text_color = "black"
|
|
author = ""
|
|
favicon = ""
|
|
site_logo = ""
|
|
description = "Methodist church in the West of Glasgow"
|
|
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
|
background_color_class = "bg-dark-gray"
|
|
# choose fitting and alignment styles for the featured image using Tachyons classes such as "cover|contain" for fitting and "bg-top|bg-center|bg-bottom" for alignment, or add any other class space-separated to customize further
|
|
featured_image_class = "cover bg-center"
|
|
# choose a color dimming class for the page or site header from any on this page: https://tachyons.io/docs/themes/skins/, preface it with "bg-" and add the value such as "-X0" where X is in [1,9]
|
|
cover_dimming_class = "bg-white-60"
|
|
recent_posts_number = 3
|
|
|
|
[params.ananke.social.share]
|
|
networks = [
|
|
"email",
|
|
"facebook"
|
|
]
|
|
|
|
[params.ananke.social.follow]
|
|
networks = [
|
|
"facebook"
|
|
]
|
|
|
|
[params.ananke.social.facebook]
|
|
username = "WoodlandsMethodistChurchGlasgow"
|
|
# profilelink = "https://www.facebook.com/WoodlandsMethodistChurchGlasgow"
|