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

30 lines
429 B
TOML
Raw Normal View History

2025-11-29 17:51:00 +01:00
baseURL = "https://pivoine.art/"
languageCode = "en-us"
title = "Valknar's"
[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"