I have setup automatic compiling and deploying of my blog using Travis.CI
Recently I encountered a strange issue, the blog compiles and runs fine in my system but the site doesn’t come up after a Travis build.
On investigation found this in the logs from Travis CI.
Deploying updates to GitHub...
Started building sites ...
ERROR 2017/03/25 02:31:30 .Page's Use RSSlink is deprecated and will be removed in Hugo 0.21. RSSLink.
ERROR 2017/03/25 02:31:30 partials/homepage.html template: partials/homepage.html:3:10: executing "partials/homepage.html" at <isset .Site.Params.s...>: error calling isset: unsupported type "invalid"
My local hugo from homebrew was v0.19 and the installation in Travis uses the latest hugo build
[Read More]