Source of https://www.blogmathieu.com
Send a PR my way if you think of improvements to the site. Or go wild with a guest post :p
Install hugo. (I used brew)
Clone submodules. git submodule update --init
To write a new post, copy an existing post in the content/blog folder and modify it.
To serve locally, run : hugo server
To deploy, run the deploy.sh script.