mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 15:06:30 +02:00
Merge pull request #710 from igorsantos07/jekyll-install-improvements
Jekyll install improvements
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
/_site/
|
/_site/
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
|
vendor
|
||||||
|
.bundle
|
||||||
|
@@ -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
|
||||||
```
|
```
|
||||||
|
@@ -18,6 +18,8 @@ developers know where to find good information!
|
|||||||
|
|
||||||
## How to Contribute
|
## 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
|
1. Fork and edit
|
||||||
2. Optionally install [Ruby](https://rvm.io/rvm/install/) with [Jekyll](https://github.com/mojombo/jekyll/) gem to preview locally
|
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
|
3. Submit pull request for consideration
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user