diff --git a/Gemfile b/Gemfile index 33d9d3b..515633a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,7 @@ source "https://rubygems.org" +# to publish on github page gem 'github-pages', group: :jekyll_plugins + +# to publich without github page +#gem "jekyll"