A simple, fast, no-javascript web platform.
| blog | ||
| src | ||
| static | ||
| templates | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
crabbyblog
A simple, fast, no-javascript web platform.
Hosting
To host crabbyblog yourself, you need to have the rust toolchain installed.
After that, clone this repository with git clone https://git.stormyyy.xyz/stormyyy/crabbyblog.git.
Finally, run it with cargo run --release.