Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 253 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 253 Bytes

Project Segfault Blog

Written with Hugo

Hugo Cheatsheet

Since I keep forgetting how to use Hugo

Create a new post

hugo new posts/post-title.md

Start a development server

hugo server -D

Build the site

hugo