nbco-hugo-web/config.toml
Alan Youngblood 6846a062c3
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 2s
Various color and layout tweaks
2024-01-22 09:58:22 -05:00

27 lines
770 B
TOML

title = "New Beginnings Community Operations"
baseURL = "https://newbeginningscommunityoperations"
languageCode = "en-us"
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
resourceDir = "../resources"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.en]
title = "Ananke"
weight = 1
contentDir = "content/en"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
description = "We are people who care about our community and have the courage and audacity to believe that we can have a positive impact on it"
custom_css = ["custom-site.css"]