autohugo is a tool for build auto-deployable static websites.
Simple, every time you push the new content to your repository, the HTML is generated and deployed.
- Hugo: creates beautiful web sites from Markdown files.
- Github Pages: servers the HTML code generated by Hugo.
- CircleCI: runs Hugo and upload the new code to
gh-pages
branch.