Suggesting the use of local gems, as they're actually cleanable

This commit is contained in:
Igor Santos
2016-11-13 19:15:17 -02:00
parent 1a6491a28d
commit 7ac8978a42
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@@ -19,6 +19,6 @@ defaults:
values: values:
sitemap: false 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 future: true