Merge pull request #640 from igorsantos07/jekyll-install-improvements

Adding more precise Jekyll instructions
This commit is contained in:
Phil Sturgeon
2016-02-15 21:44:43 -05:00
2 changed files with 10 additions and 4 deletions

View File

@@ -62,7 +62,16 @@ included in the project:
git checkout -b <topic-branch-name>
```
4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem to preview locally.
4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem and dependencies to preview locally:
```bash
# Install the needed gems through Bundler
bundle install
# Build and open _site/index.html in your browser...
jekyll build [--watch]
# ...or run a local server to easily develop:
jekyll serve
```
5. Commit your changes in logical chunks. Please adhere to these [git commit
message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)

View File

@@ -124,6 +124,3 @@ PLATFORMS
DEPENDENCIES
github-pages
BUNDLED WITH
1.10.6