I forgot this existed.
Sub-sites:
This repository uses Bun as the package manager, script host, and runtime.
- Install all dependencies:
bun install
- Run dev environment:
bun run dev
- Install all dependencies:
bun install
- Run build script:
bun run build
The output of the build should be a static site inside the dist/
directory
The repository's GitHub Actions workflow is configured to automatically build and deploy to GitHub Pages upon any pushes to master
or staging
- Content (the material displayed/presented to the end user using the website, including text, design, any type of code presented in the site, and other media) in this repository are licensed under the Creative Commons Attribution Share-Alike 4.0 license
- Code (the underlying code and programming powering the site, including code for the layouts, design, and deployment mechanisms related to the serving and publishing of the website) in this repository are licensed under the MIT License
Why the dual licensing?
I still want attribution for my creative work. However, I do not consider code to be something worthy of personal attribution (since all code is replicable anyways), plus it feels nice to share it.