Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 477 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 477 Bytes

Larq Blog

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:

  1. Install Hugo
  2. hugo server (use hugo server -D to show draft posts too)
  3. Visit http://localhost:1313/

To add a new post:

  1. hugo new blog/post-name.md
  2. hugo server -D (shows posts that are in draft mode)