30 lines
429 B
TOML
30 lines
429 B
TOML
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"
|