Skip to content

Commit

Permalink
Merge pull request #710 from igorsantos07/jekyll-install-improvements
Browse files Browse the repository at this point in the history
Jekyll install improvements
  • Loading branch information
philsturgeon committed Nov 14, 2016
2 parents 1a6491a + 1275101 commit 35e55ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
/_site/
*.DS_Store
node_modules
vendor
.bundle
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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
```
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -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

0 comments on commit 35e55ab

Please sign in to comment.