Merge pull request #3196 from jekyll/site-troubleshooting-updates
This commit is contained in:
commit
2dad0d3304
|
@ -1 +0,0 @@
|
||||||
Jekyll's awesome website.
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Jekyll docs site
|
||||||
|
|
||||||
|
This directory contains the code for the Jekyll docs site, [jekyllrb.com](http://jekyllrb.com/).
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
For information about contributing, see the [Contributing page](http://jekyllrb.com/docs/contributing/).
|
||||||
|
|
||||||
|
## Running locally
|
||||||
|
|
||||||
|
You can preview your contributions before opening a pull request by running from within the directory:
|
||||||
|
1. `bundle install`
|
||||||
|
2. `bundle exec rake site:preview`
|
||||||
|
|
||||||
|
It's just a jekyll site, afterall! :wink:
|
|
@ -11,6 +11,12 @@ that might be of help. If the problem you’re experiencing isn’t covered belo
|
||||||
please [report an issue]({{site.help_url}}/issues/new) so the
|
please [report an issue]({{site.help_url}}/issues/new) so the
|
||||||
Jekyll community can make everyone’s experience better.
|
Jekyll community can make everyone’s experience better.
|
||||||
|
|
||||||
|
- [Installation Problems](#installation-problems)
|
||||||
|
- [Problems running Jekyll](#problems-running-jekyll)
|
||||||
|
- [Base-URL Problems](#base-url-problems)
|
||||||
|
- [Configuration problems](#configuration-problems)
|
||||||
|
- [Markup Problems](#markup-problems)
|
||||||
|
|
||||||
## Installation Problems
|
## Installation Problems
|
||||||
|
|
||||||
If you encounter errors during gem installation, you may need to install
|
If you encounter errors during gem installation, you may need to install
|
||||||
|
|
Loading…
Reference in New Issue