basic theme settings
This commit is contained in:
52
hugo.toml
52
hugo.toml
@@ -1,4 +1,52 @@
|
|||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-GB'
|
||||||
title = 'My New Hugo Site'
|
title = 'Woodlands Methodist Church Glasgow'
|
||||||
theme = 'ananke'
|
theme = 'ananke'
|
||||||
|
|
||||||
|
defaultContentLanguage = "en"
|
||||||
|
sectionPagesMenu = "main"
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 10
|
||||||
|
|
||||||
|
[languages.en]
|
||||||
|
contentDir = "content/en"
|
||||||
|
languageCode = 'en-GB'
|
||||||
|
weight = 1
|
||||||
|
title = "Woodlands Methodist Church Glasgow"
|
||||||
|
# languageDirection = 'rtl' for Right-To-Left languages
|
||||||
|
|
||||||
|
[sitemap]
|
||||||
|
changefreq = "monthly"
|
||||||
|
priority = 0.5
|
||||||
|
filename = "sitemap.xml"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
text_color = ""
|
||||||
|
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-top"
|
||||||
|
# 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-black-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"
|
||||||
|
|||||||
Reference in New Issue
Block a user