]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Switch to Rogue over Pygments for speeeeeed
authorMark Otto <otto@github.com>
Tue, 8 Jul 2014 01:20:18 +0000 (18:20 -0700)
committerMark Otto <otto@github.com>
Tue, 8 Jul 2014 01:20:18 +0000 (18:20 -0700)
README.md
_config.yml

index b00a132b09391029165251f72ec0af34d5a25916..58886f2dc867bbd7bfcc0ead0a2643ff23da01e0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,7 +67,8 @@ Bootstrap's documentation, included in this repo in the root directory, is built
 ### Running documentation locally
 
 1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.1.x).
-  - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.
+  - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems.
+2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
 2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
 3. Open <http://localhost:9001> in your browser, and voilĂ .
 
index 0a3b5d4be381c509c012319c039991891eaa089d..72839147d58793e0d8ce874f0acae3bf93354f83 100644 (file)
@@ -1,6 +1,6 @@
 # Dependencies
 markdown:         kramdown
-highlighter:      pygments
+highlighter:      rouge
 
 # Permalinks
 permalink:        pretty