Built with Hugo.
This repository contains theme submodule. To clone repository with all its submodules:
git clone --recursive
If you have already cloned the repository with git clone
you need to download submodules before starting dev server:
git submodule update --init
Install Hugo if you still don't have it.
To start Hugo development server with drafts enabled:
hugo server -D