Commit Graph

8210 Commits

Author SHA1 Message Date
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
Tom Preston-Werner d0fbfca205 fix location of permalink test post 2008-12-21 22:12:40 -08:00
Tom Preston-Werner 47a894cebf allow optional port argument to --server 2008-12-21 21:48:04 -08:00
Tom Preston-Werner fd88a56c55 fix double slash caused by empty categories 2008-12-21 21:26:33 -08:00
Tom Preston-Werner bb676556a8 properly reject directories in _layouts 2008-12-21 21:13:14 -08:00
Tom Preston-Werner a9f74bc076 small stylistic change 2008-12-21 20:52:41 -08:00
Tom Preston-Werner f8d76c7bee update history 2008-12-21 18:09:12 -08:00
Tom Preston-Werner a90f9cd8b0 Merge commit '6bfaa6' 2008-12-21 18:08:14 -08:00
Tom Preston-Werner 1aad12d93e update history 2008-12-21 18:03:53 -08:00
Tom Preston-Werner bd1e5a6095 Merge commit '6d8c73' 2008-12-21 17:56:08 -08:00
Tom Preston-Werner 10bc499ce2 Merge commit '8d08a2' 2008-12-21 17:48:41 -08:00
remi 6d8c73349e merged Post's YAML front matter into its to_liquid payload, just like Page does. allows {{ page.arbitrary_yaml_data }} (cleaner than {{ page.data['arbitrary_yaml_data'] }}) 2008-12-20 12:53:07 -07:00
remi 4c05729adc made post's YAML front matter available as post.data 2008-12-20 12:45:30 -07:00
John Reilly 6bfaa6bac0 updated readme to include --server option 2008-12-19 18:16:11 -06:00
John Reilly 9ecbfb2253 Added --server option to start a simple WEBrick server on destination directory 2008-12-19 17:50:56 -06:00
Mark Reid 8d08a295ae Added new date filter that shows the full month name. 2008-12-19 15:09:06 +11:00
Mark Reid 46d8fa0d56 Fixed bug that meant page data (such as the date) was not available in templates 2008-12-19 13:03:53 +11:00
Mark Reid b18ad30880 Changed YAML delimiter matcher so as to not chew up 2nd level markdown headers 2008-12-18 23:11:34 +11:00
Mark Reid 3a8f7a8e3a Added post categories based on directories containing _posts 2008-12-16 17:52:00 +11:00
Tom Preston-Werner ed60ad6f72 up to 0.2.1 2008-12-15 12:34:34 -08: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
Tom Preston-Werner b0004e803a update history 2008-12-15 12:06:54 -08:00
Tom Preston-Werner fbdcf469c4 add markdown test 2008-12-15 12:04:19 -08:00
Tom Preston-Werner bcb67ecc23 Merge commit 'b094b9' 2008-12-15 11:58:52 -08:00
Tom Preston-Werner b2a1b57b9b update history 2008-12-15 11:35:03 -08:00
Mark Reid b094b93301 Replaced rdiscount with Maruku for Markdown with equation support 2008-12-15 16:17:45 +11:00
PJ Hyett 6502f865a6 Merge branch 'master' of git@github.com:pjhyett/jekyll 2008-12-14 18:41:00 -08:00
PJ Hyett bf9dda6c9a don't require directory_watcher unless it's needed 2008-12-14 18:40:45 -08:00
Mark Reid 0e81edd064 Added note about dependencies. 2008-12-15 10:45:04 +11:00
Tom Preston-Werner de2959b8ea up to 0.2.0 2008-12-14 15:16:16 -08: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
Tom Preston-Werner 8bea61eb14 fix formatting 2008-12-14 15:09:01 -08:00
Tom Preston-Werner 3a21a0b21b break long lines in readme 2008-12-14 15:07:17 -08:00
Tom Preston-Werner 8fab783c2d clarify front matter docs 2008-12-14 15:06:12 -08:00
Tom Preston-Werner 694cea6070 update history with related_posts change 2008-12-14 15:03:38 -08:00
Tom Preston-Werner 043fb15ca9 readme clarifications 2008-12-14 15:02:17 -08:00
Tom Preston-Werner d48157cf33 move related_posts into site data 2008-12-14 14:58:03 -08:00
Tom Preston-Werner 0c270cb1e5 better data docs 2008-12-14 14:48:57 -08:00
Tom Preston-Werner 5c46fd6206 document yaml front matter 2008-12-14 14:20:37 -08:00
Tom Preston-Werner 09976686e7 remove empty line 2008-12-14 14:07:40 -08:00
Tom Preston-Werner 0d18c6b16c readme data tweaks 2008-12-14 14:07:18 -08:00