blowfish/exampleSitePersonal/config/_default/config.toml
Nuno Coração 798da4cab3 fixes
2022-09-10 22:59:59 +01:00

25 lines
501 B
TOML

# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/getting-started/
theme = "blowfish"
baseURL = "https://nunocoracao.com/"
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
googleAnalytics = "G-R94R4YKFEC"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]