website hugo
1.0.0
This repository is for the http://fossday.org website. A community event that is held in Lajeado/RS.
If you are interested in contributing, leave without pull Request :-)
https://travis-ci.org/fossday/site
Download Docker with the Magic Command (works only in operating systems). Windows, sorry :-)
curl -fsSL https://get.docker.com/ | sh
Code publication, that is, transforms all.MD files to HTML
docker run -it
-v $( pwd ) /site:/src
-v $( pwd ) /site/public:/src/public
raffaeldutra/docker-gohugo
If you need more configuration files to run on your local machine or docker, pass as a last parameter. Example:
docker run -it
-v $( pwd ) /site:/src
-v $( pwd ) /site/public:/src/public
raffaeldutra/docker-gohugo /gohugo.sh -p novo-arquivo.toml
Here you can run Hugo in server mode
docker run -it
-v $( pwd ) /site:/src
-p 1313:1313
raffaeldutra/docker-gohugo /gohugo.sh
If you need more configuration files to run on your local machine or docker, pass as a last parameter. Example:
docker run -it
-v $( pwd ) /site:/src
-p 1313:1313
raffaeldutra/docker-gohugo /gohugo.sh -s novo-arquivo.toml