# mdbook (opens new window)

sudo apt install build-essential
cargo install mdbook

will take a while for many crates (opens new window) to be built the first time

cd ~/repos/localnative/localnative-lecture/hx2019
mdbook serve
mdbook build

# more

other (opens new window) static website generator (opens new window)

Zola (opens new window)

MkDocs (opens new window)

Hugo (opens new window)