By setting the `highlighter` setting to `rouge` you can now easily
highlight your code with it instead of relying on Pygments. However,
Jekyll doesn't depend on Rouge explicitly, you will need to install it
or add it to your Gemfile.
The documentation has been updated accordingly.
Xcode command-line tools (clang and ruby headers) are required for installing some of Jekyll's dependencies which create native extensions.
Closes#1561.
* 'master' of github.com:mojombo/jekyll:
Update history to reflect merge of #1191
Update history to reflect merge of #1151
Moving Quick-start guide to own section
Remove extra parentheses and swapped regex back
Combined two features into one
As a new user to jekyll I wanted to get up and running as quickly as possible.
The first thing I did was jump to the docs (missing the example on the homepage - my bad) and look for the quick start guide. Since I couldn't find one I went for the 'Basic Usage' section. I ended up muddling around for about 10 minutes until I hit the home page again to see the simple - and very easy - example of how to get started.
So, in this pull request I've moved the Quick-start Guide out to it's own section so that users who really are impatient (like me) can clearly look for and jump to the quick start guide, follow the super-easy steps, and be up and running in a matter of minutes.
Interested to hear if this is thought of as being a good idea.