Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 815 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 815 Bytes

autohugo Circle CI

autohugo is a tool for build auto-deployable static websites.

How works?

Simple, every time you push the new content to your repository, the HTML is generated and deployed.

Components

  • 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.

Documentation