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"
|
||||
14
config/_default/menus.toml
Normal file
14
config/_default/menus.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[[main]]
|
||||
name = "Tracks"
|
||||
url = "/tracks/"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Imprint"
|
||||
url = "/imprint/"
|
||||
weight = 30
|
||||
16
config/_default/params.toml
Normal file
16
config/_default/params.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
description = "Valknar's audio"
|
||||
author = "Valknar"
|
||||
email = "valknar@pivoine.art"
|
||||
|
||||
[jellyfin]
|
||||
baseURL = "https://jellyfin.media.pivoine.art"
|
||||
# API key via environment variable: HUGO_PARAMS_JELLYFIN_APIKEY
|
||||
|
||||
[umami]
|
||||
enabled = true
|
||||
websiteID = "" # Set your Umami website ID
|
||||
src = "" # Your Umami instance URL
|
||||
|
||||
[visualizer]
|
||||
particleCount = 5000
|
||||
fftSize = 512
|
||||
4
config/development/hugo.toml
Normal file
4
config/development/hugo.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
baseURL = "http://localhost:1313/"
|
||||
|
||||
[params.umami]
|
||||
enabled = false
|
||||
7
config/production/hugo.toml
Normal file
7
config/production/hugo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
baseURL = "https://pivoine.art/"
|
||||
|
||||
[minify]
|
||||
minifyOutput = true
|
||||
|
||||
[params.umami]
|
||||
enabled = true
|
||||
Reference in New Issue
Block a user