The Larq Blog is built using Hugo, a Go-based static site builder. It gets built and deployed automatically on pushes to the master
branch. To build the blog locally:
- Install Hugo
hugo server
(usehugo server -D
to show draft posts too)- Visit
http://localhost:1313/
To add a new post:
hugo new blog/post-name.md
hugo server -D
(shows posts that are in draft mode)