diff --git a/assets/scss/onspiders.scss b/assets/scss/onspiders.scss new file mode 100644 index 0000000..37ba544 --- /dev/null +++ b/assets/scss/onspiders.scss @@ -0,0 +1,19 @@ +@import "variables.scss"; +@import "mixins.scss"; + +.spiderweb { + position: fixed; + top: 0; + right: 0; + opacity: 0.25; + max-width: 900px; + + @include below-container-width { + width: $container-width-threshold; + } +} + +code { + background: none; + border: none; +} diff --git a/assets/svg/spiderweb.svg b/assets/svg/spiderweb.svg new file mode 100644 index 0000000..091409e --- /dev/null +++ b/assets/svg/spiderweb.svg @@ -0,0 +1,718 @@ + + + + diff --git a/content/writing/onspiders.md b/content/writing/onspiders.md new file mode 100644 index 0000000..3a1e926 --- /dev/null +++ b/content/writing/onspiders.md @@ -0,0 +1,44 @@ +--- +title: "On Spiders" +date: 2026-03-22T01:03:00-05:00 +type: onspiders +--- + +``` +Whenever I stay still, + I feel the spiders weave their webs around me. + Their tiny legs entangle me in silk, + traverse my body as they seem to proudly + inspect their work and into darkness sink. + + + There're times I see the spiders' threads on others, + They shimmer gently in the purple dusk, + Or sway with zephyrs in the hair of lovers, + stuck. + + To listen to the webs is to hear echoes + of social butterflies ensnared within + arachnid galleries of human ethos, + whose pieces come and go upon a whim. + + Their curators are blind and want for stories, + delivered as vibrations through the links, + for righteous anger, anguish, joy and worries, + superimposing frequencies that mix, + reveberating through the sprawling complex + of radial lines and newly captured prey, + resisting first but ultimately hopeless, + these signals grow in urgency and they + form standing waves that make the victims sing + and even from myself bring out a resonant ring. +``` + + + diff --git a/layouts/onspiders/baseof.html b/layouts/onspiders/baseof.html new file mode 100644 index 0000000..9660a94 --- /dev/null +++ b/layouts/onspiders/baseof.html @@ -0,0 +1,25 @@ +{{- /* Note: changing the baseof template because the title, tags, etc. of a regular post are still valid. */ -}} + + + {{- partial "head.html" . -}} +
+ {{ $writingcss := resources.Get "scss/writing.scss" | css.Sass | resources.Minify }} + + {{ $spidercss := resources.Get "scss/onspiders.scss" | css.Sass | resources.Minify }} + + + {{- partial "header.html" . -}} +