This site is built with hugo.
- install hugo
- clone this repo
- run development server and show draft posts:
hugo server -D
- create a new post:
hugo new posts/<post-name>.md
- generate web site (outputs files in
public
directory):HUGO_ENV=production hugo