Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 753 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 753 Bytes

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