To use this template, simply clone this site, update the config files, and follow the Hugo documentation for making new posts and deploying!
- Duplicate the repo. Few options here: use Github's "use template" button, download zip file and use that, or just fork the repo.
- Make sure you have Hugo installed.
- Run
git submodule update --init
to download the theme. - Update
config/_default/config.yml
andparams.yml
to your blogs info. - Put whatever you want in index.html.
- Write your first blog post, and delete the default ones in
/content/posts/*
. - Deploy your site to the static host of your choice.