diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a968f03..7b14678 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,19 @@ Rules are here: `_data/rules.yml`. ``` gem install bundler bundle install -bundle exec jekyll serve +jekyll serve +``` + +Or with Docker: + +``` +docker run --rm -it -p 4000:4000 -v $(pwd):/srv/jekyll jekyll/jekyll jekyll serve +``` + +Or with Docker-Compose: + +``` +docker-compose up -d ``` ## Guidelines diff --git a/_layouts/default.html b/_layouts/default.html index 8cfbf89..cf68b00 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,7 +18,12 @@ + + + + +