Commit Graph

2451 Commits

Author SHA1 Message Date
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
Zachary Pinter bdbf1b9383 Created a test to expose a bug with markdown and pygments
The error seems to stem from how markdown expects certain blocks to begin and end with a newline.
2009-01-11 12:01:58 -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
mreid eb70d75d44 Merge commit 'mojombo/master' 2009-01-04 21:03:18 +11:00
Tom Preston-Werner 94c06d0100 more flexible textile and markdown extension matching 2009-01-02 13:07:48 -08:00
Tom Preston-Werner b45ac52cd5 update history 2009-01-02 12:35:36 -08: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
Tom Preston-Werner a6530544fb fix test_filters classname and add to manifest 2009-01-02 12:30:56 -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 956eeceb76 update history 2009-01-02 12:22:57 -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
Toby DiPasquale 4770882217 added typo to manifest and Rakefile 2008-12-27 13:19:52 -05: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
Josh Dady 0b089c5049 Merge branch 'date-format' 2008-12-25 09:39:41 -05:00
Josh Dady 863b0dd990 Okay, I didn't really need to create a new filter 2008-12-25 09:31:33 -05:00
Josh Dady 5b886e8704 Added a strftime filter 2008-12-25 09:23:57 -05:00
Tom Preston-Werner e7b2df1156 up to 0.3.0 2008-12-24 22:10:22 -08:00
Tom Preston-Werner dd8054411c deep merge hashes so as to not lose data 2008-12-24 22:06:42 -08:00
Nick Gerakines 8477cb5946 Adding Movable Type migration library to lib/jekyll/converters/. 2008-12-24 16:16:18 -08:00
Mark Reid a8ab6a0adb Added wordpress converter 2008-12-24 15:39:32 -08:00
Tom Preston-Werner 9fb1f6e7c8 fix backup file ignore merge 2008-12-24 15:36:47 -08:00
Tom Preston-Werner d435eaae5f update manifest 2008-12-24 15:27:41 -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 c46ea4096d simplify and correct rendering pipeline 2008-12-24 13:17:28 -08:00
Tom Preston-Werner 2074f92ed6 Merge commit '5a954e' 2008-12-24 11:49:20 -08:00
Tom Preston-Werner cdb0634ce8 Merge commit 'b45fd6' 2008-12-24 11:46:44 -08:00
Tom Preston-Werner f90ff54acb update manifest 2008-12-24 11:14:43 -08:00
Mikael Lind d85c0d3236 ignore backup files (end with "~") 2008-12-24 19:24:15 +01:00
Mikael Lind 5a954e04c8 fixed a path bug in read_posts() 2008-12-24 19:08:05 +01:00
Mark Reid fa689bfd92 Added wordpress converter 2008-12-23 23:57:27 +11:00
remi b45fd65a36 added tests to confirm that {{ site.posts }} in index.html was empty and {{ post.content }} wasn't rendering (both are now fixed) 2008-12-23 05:32:25 -07:00
remi 0f848ee2d7 Rendered post content wasn't available when pages were being rendered (as {{ site.posts }}). This ensures that we read & render _posts before rendering other pages. 2008-12-23 04:59:47 -07:00
remi 896311e572 updated Manifest (rake gem wasn't working) 2008-12-23 04:31:31 -07:00
remi 1cadd8f5b0 Post's YAML front matter is available on post object. No longer a need for post.data (redundant). 2008-12-23 03:20:27 -07:00
Tom Preston-Werner a99e142163 report success from a normal jekyll run 2008-12-23 00:47:24 -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 8a2a42ba71 restrict include filenames 2008-12-21 23:17:41 -08:00