See it live at https://danwil.com.
This site is built using the Rust static-site generator Zola.
To build the site:
- Install Zola.
- From the project directory, run
zola build. The output will be in thepublicdirectory. - Alternatively, to view the site immediately in watch mode run
zola serve --open.