parent
d020d4f2bf
commit
60fed241cd
|
@ -20,14 +20,21 @@ h2. Diving In
|
||||||
* Customize the "Permalinks":http://wiki.github.com/mojombo/jekyll/permalinks your posts are generated with
|
* Customize the "Permalinks":http://wiki.github.com/mojombo/jekyll/permalinks your posts are generated with
|
||||||
* Use the built-in "Liquid Extensions":http://wiki.github.com/mojombo/jekyll/liquid-extensions to make your life easier
|
* Use the built-in "Liquid Extensions":http://wiki.github.com/mojombo/jekyll/liquid-extensions to make your life easier
|
||||||
|
|
||||||
h2. Dependencies
|
h2. Runtime Dependencies
|
||||||
|
|
||||||
* RedCloth: Textile support
|
* RedCloth: Textile support (Ruby)
|
||||||
* Liquid: Templating system
|
* Liquid: Templating system (Ruby)
|
||||||
* Classifier: Generating related posts
|
* Classifier: Generating related posts (Ruby)
|
||||||
* Maruku: Default markdown engine
|
* Maruku: Default markdown engine (Ruby)
|
||||||
* Directory Watcher: Auto-regeneration of sites
|
* Directory Watcher: Auto-regeneration of sites (Ruby)
|
||||||
* Open4: Talking to pygments for syntax highlighting
|
* Open4: Talking to pygments for syntax highlighting (Ruby)
|
||||||
|
* Pygments: Syntax highlighting (Python)
|
||||||
|
|
||||||
|
h2. Developer Dependencies
|
||||||
|
|
||||||
|
* Shoulda: Test framework (Ruby)
|
||||||
|
* RR: Mocking (Ruby)
|
||||||
|
* RedGreen: Nicer test output (Ruby)
|
||||||
|
|
||||||
h2. License
|
h2. License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue