Files
pivoine.art/config/_default/params.toml
Sebastian Krüger 1e38c03962 feat: enhance OG/Twitter meta tags with cover images
- 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>
2026-02-05 16:17:07 +01:00

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"