Adding a home page and some header image options

This commit is contained in:
2024-12-17 18:14:26 +00:00
parent f7e7201883
commit fbb181f9f7
6 changed files with 16 additions and 4 deletions

11
content/en/_index.md Normal file
View File

@@ -0,0 +1,11 @@
---
title: 'Woodlands Methodist Church Glasgow'
description: 'Loving God, loving neighbour'
cascade:
featured_image: 'images/bike_in_sanctuary.jpg'
---
# Welcome
We are a small church in the west of Glasgow.

View File

@@ -1,6 +1,6 @@
baseURL = 'https://example.org/' baseURL = 'https://example.org/'
languageCode = 'en-GB' languageCode = 'en-GB'
title = 'Woodlands Methodist Church Glasgow' title = 'Woodlands Methodist Glasgow'
theme = 'ananke' theme = 'ananke'
defaultContentLanguage = "en" defaultContentLanguage = "en"
@@ -14,7 +14,7 @@ pagerSize = 10
contentDir = "content/en" contentDir = "content/en"
languageCode = 'en-GB' languageCode = 'en-GB'
weight = 1 weight = 1
title = "Woodlands Methodist Church Glasgow" title = "Woodlands Methodist"
# languageDirection = 'rtl' for Right-To-Left languages # languageDirection = 'rtl' for Right-To-Left languages
[sitemap] [sitemap]
@@ -23,7 +23,8 @@ priority = 0.5
filename = "sitemap.xml" filename = "sitemap.xml"
[params] [params]
text_color = "" text_color = "black"
header_text_color = "black"
author = "" author = ""
favicon = "" favicon = ""
site_logo = "" site_logo = ""
@@ -31,7 +32,7 @@ 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-" # 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" 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 # 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" 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] # 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" cover_dimming_class = "bg-black-60"
recent_posts_number = 3 recent_posts_number = 3

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB