Files
hugo-theme-chirpy/hugo.toml
2025-05-11 11:25:44 +08:00

28 lines
463 B
TOML

title = 'Chirpy'
enableGitInfo = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[pagination]
pagerSize = 5
[outputs]
home = ["HTML", "RSS", "JSON"]
[taxonomies]
category = "categories"
tag = "tags"
[module]
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
[[module.imports]]
path = "github.com/geekifan/chirpy-static-assets"
[[module.imports.mounts]]
source = "."
target = "static/lib"