Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 697 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 697 Bytes

My blog

Build Badge

This is a simple blog written using Hugo.

I migrated over from Jekyll - you can read about the process on the blog itself.

Building

  1. Install golang
  2. Install hugo
  3. Run hugo
  4. View output in public/ folder

Creating posts

Just run hugo new posts/filename.md, then add to git.