Skip to content

devops-gathering/website

Repository files navigation

devops-gathering.io website

CircleCI

Local Development

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 build

After this lets start our local development with

$ docker-compose up -d

Now you can visit your local development page under http://localhost:1313

Write new content

Important

Every content must be on:

+++
draft = false
+++

Otherwise he will not rendered

start for your local mobile devices

$ hugo server --bind "0.0.0.0" --baseURL http://$(hostname):1313