Here's the TravisCI yml file I used while this site was still with TravisCI. It gets the hugo specific version, build the site and commit + push to gh-pages. Just adapt it to your situation and enjoy! 1language: python 23env: 4global: 5- USER="icasimpan" 6- EMAIL="deploy@travis-ci.com" 7- …
Read More