From e9160112b8bf09a394d255a6a55bf009d8b980e0 Mon Sep 17 00:00:00 2001 From: Vagiz Duseev Date: Sun, 27 May 2018 02:22:20 +0700 Subject: [PATCH] Rephrased vague explanation about Gemfile --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 999e9fc..fe31831 100644 --- a/index.md +++ b/index.md @@ -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/). -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.lock