This blog is built using Hugo, a static site generator.
To setup writing environment, install go and hugo.
Both can be installed using brew.
brew install go
brew install hugo
To Create a new post, run the following command:
hugo new posts/[post-title].md
To build the site, run the following command:
hugo
To run the local development server, use:
hugo server