diegov / wasm_site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:Rust 81.5%Language:Shell 6.1%Language:GLSL 4.5%Language:CSS 3.5%Language:Handlebars 2.9%Language:Dockerfile 1.4%