Merge pull request #133 from vduseev/patch-1

Rephrased vague explanation about Gemfile
This commit is contained in:
Tom Johnson 2018-09-20 22:05:52 -07:00 committed by GitHub
commit c6578818a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ You'll want [Bundler](http://bundler.io/) to make sure all the Ruby gems needed
Use this option if you're not planning to publish your Jekyll site using [Github Pages](https://pages.github.com/). Use this option if you're not planning to publish your Jekyll site using [Github Pages](https://pages.github.com/).
Bundler's Gemfile is how it specifies and manages project dependencies are managed. Although this project includes a Gemfile, this theme doesn't have any dependencies beyond core Jekyll. The Gemfile is used to specify gems needed for publishing on Github Pages. **If you're not planning to have Github Pages build your Jekyll project, delete these two files from the theme's root directory:** Bundler's Gemfile specifies how project dependencies are managed. Although this project includes a Gemfile, this theme doesn't have any dependencies beyond core Jekyll. The Gemfile is used to list gems needed for publishing on Github Pages. **If you're not planning to have Github Pages build your Jekyll project, delete these two files from the theme's root directory:**
* Gemfile * Gemfile
* Gemfile.lock * Gemfile.lock