Tom Preston-Werner
fa53f5f7fe
Merge commit 'fb4902799746b08424eb7c483f8219e26e20d3e3'
2009-03-10 16:58:22 -07:00
Tom Preston-Werner
54d713b26a
Merge commit 'fab8442432f473ba647c682608bc8ff9ced6cca2'
2009-03-10 16:51:26 -07: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
fa1043ca69
Merge commit '7655c745c46559d7598b5558fc9bf6fa8b215e28'
2009-03-10 16:15:32 -07:00
Tim Dysinger
7655c745c4
small patch to support wordpress style pretty blog urls
2009-02-26 09:13:45 -10:00
Ariejan de Vroom
fb49027997
Only query required fields from the WP Database.
2009-02-26 10:29:01 +01:00
Bjørn Arild Mæland
fab8442432
Factored the filtering code into a method
2009-02-25 21:44:07 +01:00
Ryan Tomayko
c180bc47bf
close open4 streams to prevent zombies
...
The popen4 that execs pygmetize leaves a bunch of zombie processes
around unless these streams are closed for some reason. It's not too
bad when running jekyll in one-shot mode but when running with
--server --auto --pygmentize, I eventually get "fork: resource not
available" errors :/ Closing the streams let's the processes die
while the parent stays running.
2009-02-23 22:48:23 -08:00
Bjørn Arild Mæland
25d4951f0b
Also ignore Emacs autosave files
2009-02-22 22:58:47 +01:00
Bjørn Arild Mæland
0ec9a1330a
Made it possible to enter categories from YAML as an array.
2009-02-22 19:09:16 +01:00
Elijah Miller
2135a53897
Using block syntax of popen4 to ensure that subprocesses are properly disposed of.
...
This fixes resource unavailable errors when jekyll is run with '--auto --pygments':
Liquid error: Resource temporarily unavailable – fork(2)
fork: Resource temporarily unavailable
2009-02-19 11:12:26 -08: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
efdd5ef395
Making sure that posts flagged as published: false don't get rendered or copied.
2009-02-10 01:13:36 -05:00
Nick Quaranto
ad617da4e0
Added publish flag to posts, not preventing it from being in the destination directory yet.
2009-02-10 01:13:31 -05:00
Nick Quaranto
1211f23b53
Adding support for setting post categories through YAML if not specified by directory structure
2009-02-10 01:12:20 -05:00
Tim Dysinger
a3c18fb095
changed date format on wordpress converter (zeropadding)
2009-02-08 18:37:59 -10:00
Tom Preston-Werner
bb4d1ee119
add --version
2009-02-03 18:43:53 -08:00
Tom Preston-Werner
c274ed3592
Merge commit 'd9b183f99826df630eedeae29f70005993da3d64' into cat
2009-01-23 14:27:59 -08:00
Tom Preston-Werner
fc28a907a8
Merge commit 'bac34fab3a27a12b35add1ecab409b19941e29a6'
2009-01-23 14:22:22 -08:00
Tom Preston-Werner
9b02059054
couple of tweaks to line numbering option
2009-01-23 14:17:38 -08:00
Chad Ingram
d9b183f998
Fix site payload available to files
2009-01-23 04:48:43 -08:00
jcon
d63f1f92a2
Added line number capabilities to highlight blocks
2009-01-22 14:38:04 -05:00
Tom Preston-Werner
3ee55f1abe
Merge commit 'ea70d8ac7ae26f' into amp
2009-01-21 16:04:38 -08:00
Tom Preston-Werner
6d7a7f63bd
Merge commit 'd397b762dae'
2009-01-21 15:54:02 -08:00
Tom Preston-Werner
5311b71a5c
fix accessor line conflict
2009-01-21 15:25:55 -08:00
Tom Preston-Werner
145a2cce75
Merge commit '6980948528f'
2009-01-21 15:13:10 -08:00
Tom Preston-Werner
46259d0e43
Merge commit 'a0da1249a31faa704'
2009-01-21 15:08:18 -08:00
Tom Preston-Werner
73a5478664
Merge commit '5cfa956448f00730'
2009-01-21 15:04:57 -08:00
Tom Preston-Werner
e77b6f8a57
Merge commit '32a9b6b8dd330e826'
2009-01-21 15:00:15 -08:00
Aristotle Pagaltzis
f7a40f4d6d
entitify ampersands to prevent malformed unescaping output
2009-01-20 10:12:23 +01:00
Brian McKenna
d397b762da
Ampersands need to be escaped.
2009-01-20 11:35:45 +10:00
mreid
0b78c32771
Added option to not put file date in permalink URL
2009-01-19 19:58:53 +11:00
Brian Doll
6980948528
Allowing .htaccess files to be copied over into the generated site, to help those migrating from other blogging systems. Used an array inlcusion check vs. == in case there are other special cases like this, subtly thumbing my nose at YNGNI I guess.
2009-01-16 14:44:32 -08:00
Zachary Pinter
5cfa956448
Fixed an issue with pygments, markdown, and newlines.
2009-01-11 12:03:46 -07:00
Per Christian B. Viken
32a9b6b8dd
created a converter for textpattern, and a simple usage guide
2009-01-09 21:10:52 +01:00
Michael D. Ivey
a0da1249a3
Add a working Mephisto / MySQL converter
2009-01-04 18:58:54 -06:00
Luismi Cavalle
15c5a78a47
Fixing permalink support
2009-01-05 00:35:59 +01:00
Tom Preston-Werner
94c06d0100
more flexible textile and markdown extension matching
2009-01-02 13:07:48 -08:00
Tom Preston-Werner
23e97c1118
Merge commit '87a5e747f'
2009-01-02 12:27:25 -08:00
Tom Preston-Werner
9c52bccafb
Merge commit '4f677f627ef569be8'
2009-01-02 12:24:46 -08:00
Tom Preston-Werner
9aff9c8e75
use canonical documentation style
2009-01-02 12:21:39 -08:00
Basil Shkara
feff93c603
If title is ommitted from a Post's YAML, use the filename's slug.
2009-01-02 12:18:36 -08:00
Basil Shkara
4db696152c
Added new accessible Liquid attribute for Sites: .topics.
...
Behaves like the .categories attribute.
2009-01-02 12:18:23 -08:00
Marc Chung
87a5e747fd
Added array_to_sentence_string filter
2008-12-30 11:33:22 -07:00
Mikael Lind
4f677f627e
apply Liquid templating to includes
2008-12-27 13:03:03 +01:00
Toby DiPasquale
29313b046c
fixing typo in lib/jekyll/converters/mt.rb
2008-12-26 22:51:15 -05:00
Toby DiPasquale
e0e7bf10d1
added Typo 4+ conversion module and docs
2008-12-26 22:44:34 -05:00
Josh Dady
bac34fab3a
Test and fix the site.categories hash
2008-12-25 13:49:56 -05:00
Josh Dady
340dd68ee5
Didn't I try using standard Liquid filters first?
2008-12-25 10:00:46 -05:00