From f7e7201883b88f3107be6802f18c04de6ad7ad7f Mon Sep 17 00:00:00 2001 From: Jennifer C J Radtke Date: Mon, 16 Dec 2024 21:52:19 +0000 Subject: [PATCH] basic theme settings --- hugo.toml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..7ce28d5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,52 @@ baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +languageCode = 'en-GB' +title = 'Woodlands Methodist Church Glasgow' 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"