2022-09-10 20:05:37 +01:00
|
|
|
# -- Site Configuration --
|
|
|
|
# Refer to the theme docs for more details about each of these parameters.
|
2022-09-11 21:02:02 +01:00
|
|
|
# https://nunocoracao.github.io/blowfish/docs/getting-started/
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
|
|
theme = "blowfish"
|
2022-09-11 21:02:02 +01:00
|
|
|
baseURL = "https://nunocoracao.github.io/blowfish/"
|
2022-09-10 20:05:37 +01:00
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
|
|
|
enableRobotsTXT = true
|
2022-09-11 17:20:31 +01:00
|
|
|
paginate = 20
|
|
|
|
summaryLength = 30
|
|
|
|
|
|
|
|
buildDrafts = false
|
|
|
|
buildFuture = false
|
|
|
|
|
|
|
|
googleAnalytics = "G-XXXXXX"
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
changefreq = 'daily'
|
|
|
|
filename = 'sitemap.xml'
|
|
|
|
priority = 0.5
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = ["HTML", "RSS", "JSON"]
|