Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 427 Bytes

Netlify Status

blog

Get blog up:

hugo serve --buildDrafts

Create new blog post

hugo new post/your-post-title/index.md

Init sub modules:

git submodule update --init --recursive
git submodule update --remote --recursive