From 2496db965db4fa48197cb31c7750b2a16523ed32 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 13 Oct 2025 12:00:03 -0400 Subject: renamed theme and added content --- site/themes/sine/config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 site/themes/sine/config.toml (limited to 'site/themes/sine/config.toml') diff --git a/site/themes/sine/config.toml b/site/themes/sine/config.toml new file mode 100644 index 0000000..70ffb67 --- /dev/null +++ b/site/themes/sine/config.toml @@ -0,0 +1,17 @@ +[params.background] + spacing = 24 # distance between dots + maxRadius = 10 # max dot radius + baseOffset = 120 # baseline from bottom + freq = 0.008 # wave frequency (lower = wider waves) + speed = 0.01 # wave speed (lower = slower movement) + + # envelope controls (controls variance) + baseAmp = 100 + envelope1Freq = 0.002 + envelope1Amp = 120 + envelope2Freq = 0.0005 + envelope2Amp = 200 + +# Required for Chroma and the custom syntax highlighting. +[markup.highlight] + noClasses = false -- cgit v1.2.3