- Install hugo (
apt-get install hugoon Linux) - Install the theme specified in the config.toml file (
cd themes && git clone git@github.com:avianto/hugo-kiera.git) - Create a new post with
hugo new posts/post-name-here.md - Fill in the content for the post as markdown.
- Monitor the output with
make watch. - Manage your deployed content as a separate repo git hosted at
./publicTODO: Explain this better. For now, know that mine's hosted at https://github.com/dpritchett/dpritchett.github.io. - Deploy with
make deploy.
Don't have the full instructions off the top of my head, but you'll need a github pages-compliant repo with a CNAME file in the root directory.