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

Jekyll install improvements
This commit is contained in:
Phil Sturgeon
2016-11-14 10:16:10 -05:00
committed by GitHub
4 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
/_site/
*.DS_Store
node_modules
vendor
.bundle

View File

@@ -66,7 +66,7 @@ included in the project:
```bash
# Install the needed gems through Bundler
bundle install
bundle install --path vendor/bundle
# Run the local server
bundle exec jekyll serve
```

View File

@@ -18,6 +18,8 @@ developers know where to find good information!
## How to Contribute
You should read the `CONTRIBUTING.md` file for precise instructions and tips. But, if you prefer a TL;DR:
1. Fork and edit
2. Optionally install [Ruby](https://rvm.io/rvm/install/) with [Jekyll](https://github.com/mojombo/jekyll/) gem to preview locally
3. Submit pull request for consideration

View File

@@ -19,6 +19,6 @@ defaults:
values:
sitemap: false
exclude: ['CNAME', 'CONTRIBUTING.md', 'LICENSE', 'README.md', 'pages/example.md']
exclude: ['CNAME', 'CONTRIBUTING.md', 'LICENSE', 'README.md', 'pages/example.md', 'vendor']
future: true