Built with Jekyll using based on Willian Justen's template
To work on the site, use docker-compose. Run docker-compose up and the jekyll site will be served at localhost:3000 with automated refresh.
Before working on the site, remember to change url in config.yaml to localhost:3000
Put images into src/img. Check that the image has been copied to assets/. If not, run imagemin:
docker-compose up -d
# < Move image >
docker-compose exec node /bin/bash
./node_modules/gulp/bin/gulp.js imagemin