blowfish/exampleSite/config/_default/config.toml

31 lines
617 B
TOML
Raw Normal View History

2022-09-10 14:05:37 -05:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
2022-09-11 15:02:02 -05:00
# https://nunocoracao.github.io/blowfish/docs/getting-started/
2022-09-10 14:05:37 -05:00
theme = "blowfish"
2022-10-29 13:11:34 -05:00
baseURL = "https://nunocoracao.github.io/blowfish"
2022-09-10 14:05:37 -05:00
defaultContentLanguage = "en"
enableRobotsTXT = true
2022-09-11 11:20:31 -05:00
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
2022-09-12 07:36:52 -05:00
googleAnalytics = "G-PEDMYR1V0K"
2022-09-11 11:20:31 -05:00
2022-10-13 17:29:04 -05:00
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
2022-10-17 13:43:29 -05:00
series = "series"
2022-10-13 17:29:04 -05:00
2022-09-11 11:20:31 -05:00
[sitemap]
2022-10-15 06:34:23 -05:00
changefreq = 'always'
2022-09-11 11:20:31 -05:00
filename = 'sitemap.xml'
priority = 0.5
2022-09-10 14:05:37 -05:00
[outputs]
home = ["HTML", "RSS", "JSON"]