diff options
Diffstat (limited to 'docs/Gemfile')
-rw-r--r-- | docs/Gemfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 000000000..62a36141d --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,8 @@ +source 'https://rubygems.org' + +gem 'github-pages' + +# https://github.com/RobertDeRose/jekyll-livereload/ +group :jekyll_plugins do + gem 'jekyll-livereload' +end |