Source code for worm-blossom.org
https://worm-blossom.org
- JavaScript 99.2%
- TypeScript 0.6%
- HTML 0.2%
| src | Merge arg into y26w28 | |
| .gitignore | Add .gitignore for the build directory | |
| deno.json | Update projects page with sneakerweb | |
| deno.lock | Update projects page with sneakerweb | |
| README.md | Pull in macromania packages from jsr, no more local dependencies | |
| server.ts | Some more styling + logo | |
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.