blog/README.md

262 B

blog

This is the repository for my blog, managed by hugo.

This repo uses submodules:

git clone git@github.com:Crocmagnon/blog.git
cd blog
git submodule update --init --recursive

To create a new post:

hugo new posts/$title/index.md