Skip to content

gopherconbr/gopherconbr.org

Repository files navigation

GopherCon Brasil

This is the website for the GopherCon Brasil conference

Contributing

To view the site locally, install Hugo and run a local server with the following command:

hugo server -v -w -t=gopherconbr
hugo server -v -w -t=gopherconbr --config=config_en.toml

Running with Docker

$ cd docker
$ docker build -t gopherconbr:latest .
$ docker run -d -p 80:80 -p 443:443 gopherconbr:latest

Editions

2016 2017 2018 2019

Deploying Site

./deploy.sh