Files
pivoine.art/config/_default/hugo.toml

33 lines
460 B
TOML

baseURL = "https://pivoine.art/"
languageCode = "en-us"
title = "Valknar's"
[pagination]
pagerSize = 12
[permalinks]
tracks = "/tracks/:slug/"
[taxonomies]
tag = "tags"
genre = "genres"
[outputs]
home = ["HTML", "RSS"]
section = ["HTML", "RSS"]
[sitemap]
changefreq = "weekly"
priority = 0.5
[markup.goldmark.renderer]
unsafe = true
[build]
writeStats = true
[module]
[module.hugoVersion]
extended = false
min = "0.128.0"