From efb74c33b21435674b0ad879e76a6a975f0181f4 Mon Sep 17 00:00:00 2001 From: eliasrodrigo Date: Sat, 18 Feb 2017 13:57:06 +0100 Subject: [PATCH] add basic Gemfile, allows local preview with 'bundle exec jekyll server' --- docs/Gemfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/Gemfile diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 000000000..37f5eaa42 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages', group: :jekyll_plugins