- Add BaseVisualizer class for shared visualizer logic - Add Helix visualizer (DNA helix with rungs, beat compression/bounce) - Add Tunnel visualizer (ring tunnel with depth parallax) - Refactor SphereVisualizer to extend BaseVisualizer - Add mouse tracking to all visualizers (canvas-relative, centered) - Add visualizer switching via logo click (persisted to localStorage) - Add beat-responsive bouncing and compression effects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
383 B
TOML
17 lines
383 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
|