Before we start we should ensure that we can work correctly. So lets build all required containers.
$ mkdir -p devops-gathering$ cd devops-gathering
$ git clone git@github.com/devops-gathering/website.git$ cd website
$ docker-compose buildAfter this lets start our local development with
$ docker-compose up -dNow you can visit your local development page under http://localhost:1313
Important
Every content must be on:
+++
draft = false
+++
Otherwise he will not rendered
$ hugo server --bind "0.0.0.0" --baseURL http://$(hostname):1313