From 0139c3728fdc3ccdbcf2d433e64891f61ab1384c Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sat, 26 Oct 2019 16:41:11 +0200 Subject: [PATCH] feat(ui): adding copy buttons --- CONTRIBUTING.md | 14 +++++++++++++- _layouts/default.html | 5 +++++ assets/css/app.css | 11 +++++++++++ assets/js/app.js | 16 ++++++++++++++++ docker-compose.yml | 11 +++++++++++ rules.md | 16 +++++++++++----- 6 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 assets/css/app.css create mode 100644 assets/js/app.js create mode 100644 docker-compose.yml 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 @@ + + + + +