A silly personal site built with Yew.
Also uses Normalize CSS and Holiday CSS.
Tested with rust 1.48.0, see Rustup for installation.
First, install wasm-pack:
cargo install wasm-pack
Then build:
./build.sh
To serve the static site for testing:
python3 -m http.server --directory static
Sure. cp sites.demo.json assets/site.json
and edit assets/site.json
to your linking, then rebuild.
GPLv3, see COPYING.