Source code for worm-blossom.org
  • JavaScript 99.4%
  • TypeScript 0.4%
  • HTML 0.2%
Find a file
2026-02-24 08:59:25 +01:00
src Fix incorrect rust crate name 2026-02-24 08:59:25 +01:00
.gitignore Add .gitignore for the build directory 2025-10-08 00:13:28 +02:00
deno.json Add links from each wiict instalment to the previous 2026-02-19 16:02:08 +01:00
deno.lock Make html verification failures crash the build process 2026-02-13 23:23:23 +01:00
README.md Pull in macromania packages from jsr, no more local dependencies 2025-10-10 22:49:10 +02:00
server.ts Some more styling + logo 2025-11-05 13:44:49 +01:00

worm-blossom.org

Source code for the https://worm-blossom.org/ website.

Run deno task build or deno task watch to build the site, run deno task serve for a preview webserver.

See src/main.tsx for the entrypoint; it evaluates the pages we have and writes them to a build directory. It also copies the contents of the src/assets directory to build/assets.

src/assets/goldbox is a copy of the beepbox-mod goldbox, originally hosted at https://aurysystem.github.io/goldbox. We added some CSS styling to src/assets/goldbox/player/index.html to hide some unnecessary controls for when embedding this in an iframe, and added added a light theme that fits our website.