Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 658 Bytes

What is this

A silly personal site built with Yew.

Also uses Normalize CSS and Holiday CSS.

Building

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

Can I put my own info in it?

Sure. cp sites.demo.json assets/site.json and edit assets/site.json to your linking, then rebuild.

License

GPLv3, see COPYING.