Arlen Cuss
fadd53ab8b
Update README links.
2013-05-06 10:01:51 +10:00
Jonathan Roes
6dcf3ad265
Link to LICENSE
2013-04-08 09:47:30 -04:00
Tom Bell
608088105c
Remove pygments as a dependency
...
Pygments is bundled in pygments.rb it's no longer required
to be installed by the user.
2013-04-04 10:09:11 +02:00
Brian Kim
d1de9e29d1
Add code climate badge to README
2013-04-01 16:42:53 -04:00
Marcus Stollsteimer
605332cc05
Fix link in Readme
2013-03-11 20:34:34 +01:00
Marcus Stollsteimer
053373de27
Update Readme to link to the Plugins wiki page
2013-03-02 13:00:37 +01:00
Parker Moore
4336b6dd4e
Added Travis CI badge to README
2013-01-11 15:55:14 -08:00
Manuel Rüger
ea0d111362
Update Dependencies in Readme, alphabetize
2012-12-31 03:14:30 +01:00
Tom Preston-Werner
093a5efbe1
Merge remote-tracking branch 'jbw/ruby-v1.9' into devel
2011-04-23 18:08:34 +08:00
Aman Gupta
4b5a4e8713
open4 is not required
2011-03-06 16:32:10 -08:00
Jason Watson
75b93e3fa5
RDiscount is required to run the test suite.
2010-08-30 23:11:16 +01:00
Tom Preston-Werner
03cb12aeb3
convert to use rakegem
2010-04-21 13:55:01 -07:00
Tom Preston-Werner
60fed241cd
better deps in readme. fixes #87 . fixes #88
2010-01-08 18:14:31 -08:00
Nick Quaranto
3bc4f590ea
Updating readme with links to the mailing list
2009-06-24 07:56:17 -04:00
Nick Quaranto
237df13778
Upgrading RedCloth to 4.2.1, which fixed <notextile> tags
2009-06-24 07:53:13 -04:00
Nick Quaranto
74b17ff777
Attempting to fix the broken readme formatting
2009-06-24 07:44:00 -04:00
Nick Quaranto
6f90939221
Fixing readme formatting issues
2009-05-08 05:39:17 -07:00
Nick Quaranto
d948e0da91
Removing RedCloth gem lock and adding notes in for deps
2009-05-06 12:41:16 -07:00
Nick Quaranto
80a229aef2
Joining the license together.
2009-04-30 08:27:23 -04:00
Nick Quaranto
5a1d736242
Updating README with links to the wiki
2009-04-30 08:23:30 -04:00
Tom Preston-Werner
13245354b2
update readme for new workflow
2009-04-25 17:22:01 -07:00
Tom Preston-Werner
73d42b24ad
Huge refactor to move all config into Jekyll::Site
...
This commit makes Jekyll threadsafe (or at least makes it possible to be so).
It also makes it a ton easier to use Jekyll as a library for scripted site
transformation. I did, however, break all the tests. =(
2009-03-12 19:05:43 -07:00
Mark
6fec047631
Added ability to set Jekyll parameters via _config.yaml file
2009-03-12 20:46:33 +11:00
Tom Preston-Werner
86e72a8b25
a few style changes and readme for pretty permalink
2009-03-10 16:39:44 -07:00
Tom Preston-Werner
e9ccc5d600
Merge commit 'ee65dadc9a5ae5fc8f19848754f7175ebd630375'
2009-02-19 00:16:43 -08:00
Kevin Marsh
ee65dadc9a
Add textilize filter for transforming input into HTML via RedCloth, so you can have Textile-formatted attributes other than the page's content (for example, an excerpt)
2009-02-12 18:21:40 -05:00
Nick Quaranto
60709da706
Removing some bad formatting in the README
2009-02-10 01:38:09 -05:00
Nick Quaranto
45b33f7b96
Adding explanations for new YAML front matter options
2009-02-10 01:27:13 -05:00
Tom Preston-Werner
fae092854d
refine and move contribution section of readme to bottom
2009-01-23 14:38:50 -08:00
Tom Preston-Werner
9b02059054
couple of tweaks to line numbering option
2009-01-23 14:17:38 -08:00
jcon
d63f1f92a2
Added line number capabilities to highlight blocks
2009-01-22 14:38:04 -05:00
Tom Preston-Werner
5311b71a5c
fix accessor line conflict
2009-01-21 15:25:55 -08:00
mreid
0b78c32771
Added option to not put file date in permalink URL
2009-01-19 19:58:53 +11:00
Per Christian B. Viken
32a9b6b8dd
created a converter for textpattern, and a simple usage guide
2009-01-09 21:10:52 +01:00
Tom Preston-Werner
02d203520b
add a note about documenting contributions
2009-01-02 12:34:54 -08:00
Tom Preston-Werner
921476231a
document array_to_sentence_string
2009-01-02 12:33:01 -08:00
Toby DiPasquale
e0e7bf10d1
added Typo 4+ conversion module and docs
2008-12-26 22:44:34 -05:00
Nick Gerakines
8477cb5946
Adding Movable Type migration library to lib/jekyll/converters/.
2008-12-24 16:16:18 -08:00
Tom Preston-Werner
dad9a31559
fix categories and add topics
2008-12-24 15:25:42 -08:00
Tom Preston-Werner
6de22b318c
small readme cleanup
2008-12-24 13:20:39 -08:00
Tom Preston-Werner
8ed84a7590
start server after jekyll processing so webrick has something to serve
2008-12-21 23:27:09 -08:00
Tom Preston-Werner
a90f9cd8b0
Merge commit '6bfaa6'
2008-12-21 18:08:14 -08:00
Tom Preston-Werner
10bc499ce2
Merge commit '8d08a2'
2008-12-21 17:48:41 -08:00
John Reilly
6bfaa6bac0
updated readme to include --server option
2008-12-19 18:16:11 -06:00
Mark Reid
3a8f7a8e3a
Added post categories based on directories containing _posts
2008-12-16 17:52:00 +11:00
Tom Preston-Werner
59080271ed
allow use of rdiscount if --rdiscount is set and gem is installed
2008-12-15 12:27:57 -08:00
Mark Reid
b094b93301
Replaced rdiscount with Maruku for Markdown with equation support
2008-12-15 16:17:45 +11:00
Mark Reid
0e81edd064
Added note about dependencies.
2008-12-15 10:45:04 +11:00
Tom Preston-Werner
516afee8a9
fix formatting one more time
2008-12-14 15:10:51 -08:00
Tom Preston-Werner
7716e64e22
fix formatting again
2008-12-14 15:09:58 -08:00