This is the website for the GopherCon Brasil conference
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
$ cd docker
$ docker build -t gopherconbr:latest .
$ docker run -d -p 80:80 -p 443:443 gopherconbr:latest
./deploy.sh