Bauke's website.
https://bauke.xyz
Bauke
46bf389dc3
Netlify makes paths case-insensitive after deploying so lowercase the video IDs and then add a check for total count so there isn't a collision. |
||
---|---|---|
source | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
askama.toml | ||
package.json | ||
rustfmt.toml |
README.md
Bauke 🦖 XYZ
Bauke's website.
Development
Requires working installations of Rust and Cargo, NodeJS and pnpm.
- Install the dependencies with
pnpm install
. - Build the website with
cargo run
. - Deploy to Netlify with
pnpm run deploy
. - Test the code with
pnpm test
.
License
Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.