Update documentation (#1151)

* Update Quickstart documentation

* update Installation documentation

* Update documentation for Overriding Defaults
This commit is contained in:
ashmaroli
2017-08-04 22:07:08 +05:30
committed by Michael Rose
parent 65a3d68dec
commit d8be6fd2b5
3 changed files with 26 additions and 12 deletions

View File

@@ -74,16 +74,19 @@ source "https://rubygems.org"
# To upgrade, run `bundle update`.
gem "jekyll", "~> 3.3.0"
gem "jekyll", "~> 3.5"
gem "minimal-mistakes-jekyll"
# If you have any plugins, put them here!
# The following plugins are automatically loaded by the theme-gem:
# gem "jekyll-paginate"
# gem "jekyll-sitemap"
# gem "jekyll-gist"
# gem "jekyll-feed"
# gem "jemoji"
# gem "jekyll-data"
#
# If you have any other plugins, put them here!
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
end
```