Initial commit

This commit is contained in:
2025-11-29 17:51:00 +01:00
commit 694a7047a4
66 changed files with 5105 additions and 0 deletions

29
config/_default/hugo.toml Normal file
View 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"

View 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

View 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

View File

@@ -0,0 +1,4 @@
baseURL = "http://localhost:1313/"
[params.umami]
enabled = false

View File

@@ -0,0 +1,7 @@
baseURL = "https://pivoine.art/"
[minify]
minifyOutput = true
[params.umami]
enabled = true