July 9, 2017
Blog Setup
This blog is generated by Hugo, hosted on Github Pages and uses Travis CI to glue them together.
I use two separate repositories: one for my sources, and a separate one for output. Some examples combine both in a single repository, using separate branches for sources and output; but I prefer separate repositories.
The glue is in .travis.yml and it performs the following in order:
Install Hugo using go get.
...
Read more