/blog

Primary LanguageHTMLCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

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