- Use page resource cover.* for track pages (resized to 1200x webp) - Fall back to .Params.image then configurable site default - Add [images] config section with default OG image path - Add og-default.png (1200x630) with centered logo Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
430 B
TOML
20 lines
430 B
TOML
description = "Valknar's Pivoine.Art"
|
|
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
|
|
|
|
[images]
|
|
default = "/images/og-default.png"
|