Initial commit
This commit is contained in:
29
config/_default/hugo.toml
Normal file
29
config/_default/hugo.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user