Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 252 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 252 Bytes

Static website build with Zola

This serves as my personal website, with this readme including some of the design decisions.

Building the website

$ zola build
$ minify -r -a -o public/ public

Serving the website

$ zola serve