forked from worm-blossom/worm-blossom.org
Source code for worm-blossom.org
- JavaScript 99.4%
- TypeScript 0.4%
- HTML 0.2%
| src | ||
| .gitignore | ||
| deno.json | ||
| deno.lock | ||
| README.md | ||
| server.ts | ||
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.