Files
hugo-theme-chirpy/hugo.toml
2025-06-05 16:06:08 +08:00

31 lines
499 B
TOML

title = 'Chirpy'
enableGitInfo = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[pagination]
pagerSize = 5
[params]
theme_version = "1.0.2"
[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"