This year, my colleague Patrick and I had the chance to visit the GoLab 2019, an international conference about Go placed in Florence, Italy.Due to our addiction to Golang we were really excited to visit this developer conference.
Thanks to Cloud Foundry’s support of buildpacks it’s very easy to deploy almost any app of any programming language to the anynines PaaS. This, of course, includes the Go language.
Today, we will focus on Hugo, an Open Source static website generator tool and how we can run Hugo generated sites on anynines. Hugo installation Let’s start our tour by installing Hugo on our local machine. The current Hugo release can be found here. After downloading the archive unzip and move the Hugo binary to… Read more »