diff --git a/content/en/_index.md b/content/en/_index.md new file mode 100644 index 0000000..0873da8 --- /dev/null +++ b/content/en/_index.md @@ -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. diff --git a/hugo.toml b/hugo.toml index 7ce28d5..fb04dc0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://example.org/' languageCode = 'en-GB' -title = 'Woodlands Methodist Church Glasgow' +title = 'Woodlands Methodist Glasgow' theme = 'ananke' defaultContentLanguage = "en" @@ -14,7 +14,7 @@ pagerSize = 10 contentDir = "content/en" languageCode = 'en-GB' weight = 1 -title = "Woodlands Methodist Church Glasgow" +title = "Woodlands Methodist" # languageDirection = 'rtl' for Right-To-Left languages [sitemap] @@ -23,7 +23,8 @@ priority = 0.5 filename = "sitemap.xml" [params] -text_color = "" +text_color = "black" +header_text_color = "black" author = "" favicon = "" 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-" 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" +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-black-60" recent_posts_number = 3 diff --git a/static/images/bike_in_sanctuary.jpg b/static/images/bike_in_sanctuary.jpg new file mode 100644 index 0000000..6716a13 Binary files /dev/null and b/static/images/bike_in_sanctuary.jpg differ diff --git a/static/images/easter_table.jpg b/static/images/easter_table.jpg new file mode 100644 index 0000000..1c88492 Binary files /dev/null and b/static/images/easter_table.jpg differ diff --git a/static/images/prayer_table.jpg b/static/images/prayer_table.jpg new file mode 100644 index 0000000..2666720 Binary files /dev/null and b/static/images/prayer_table.jpg differ diff --git a/static/images/sanctuary_well_lit.jpg b/static/images/sanctuary_well_lit.jpg new file mode 100644 index 0000000..64ae1d3 Binary files /dev/null and b/static/images/sanctuary_well_lit.jpg differ