Commit Graph

2349 Commits

Author SHA1 Message Date
maul.esel 00ed567f99 move regex to the top 2013-06-22 15:07:10 +02:00
Parker Moore 55f77d2ced Update history to reflect merge of #1227 2013-06-22 12:51:09 +02:00
Parker Moore 6391f87462 Merge pull request #1227 from zachgersh/doc_update
Removed the link that is now not working to "Maintain your blog with git"
2013-06-22 03:50:23 -07:00
Matt Rogers 99c700a8a4 Update history to reflect merge of #1229 2013-06-21 22:39:28 -05:00
Matt Rogers d97509ced8 Merge pull request #1229 from edsl/add-plugin-pandoc-multiple-formats
Add jekyll-pandoc-multiple-formats to plugins list
2013-06-21 20:38:32 -07:00
Nicolás Reynolds f5eed58954 Add jekyll-pandoc-multiple-formats to plugins list 2013-06-18 15:48:39 -03:00
zachgersh b40cfb623e Another plugin linking to personal site instead of github. 2013-06-18 08:43:57 -07:00
zachgersh 1cb9de26e5 Jammit gist no longer exists. 2013-06-18 08:39:33 -07:00
zachgersh fb2703fb3c Changed a plugin link to github as README is there. 2013-06-18 08:37:48 -07:00
zachgersh 11e10700a5 Really not a plugin but a walkthrough with one small part about creating a plugin. 2013-06-18 08:33:01 -07:00
zachgersh 5c82835cfd Plugin 404s on Github. 2013-06-18 08:31:37 -07:00
zachgersh c0c92a2e82 Damn you spacing on my lines. 2013-06-18 08:17:57 -07:00
zachgersh 2b8dc2bb35 Removed the link that is now not working. 2013-06-18 08:02:54 -07:00
zachgersh 270ad54eb3 Removed extra steps and refactored my tests thanks to Maul. 2013-06-18 07:57:59 -07:00
zachgersh 042c960df0 Moved md post into else block. Added _drafts blank dir. 2013-06-18 07:57:59 -07:00
zachgersh a3d53a74be Refactored per @parkr suggestions. Much cleaner. 2013-06-18 07:57:59 -07:00
zachgersh eb06cf0d3d Adding back the removal of the TEST_DIR. Thanks to sharp eyes. 2013-06-18 07:57:59 -07:00
zachgersh 44cfa0540f Switch it to file.exists? and File.directory? so 1.8.7 doesn't complain. 2013-06-18 07:57:59 -07:00
zachgersh 3fdeb8c591 Fixed my tests, I need more specific tests for the new command. 2013-06-18 07:57:59 -07:00
zachgersh b19997aee4 Broken test committed. Can't find proper directories. 2013-06-18 07:57:59 -07:00
zachgersh 7fba828f02 The start of something cucumber. 2013-06-18 07:57:59 -07:00
zachgersh 16314ee4a2 New leaving empty layouts / posts dirs and empty index.html. 2013-06-18 07:57:58 -07:00
zachgersh a21031eae9 Added a --blank command which scaffolds empty files. 2013-06-18 07:57:58 -07:00
zachgersh 6e0bb5e0ba Final changes for M & P. 2013-06-17 21:36:08 -07:00
zachgersh ec1644dfd2 Slight formatting changes to make everyone happy. 2013-06-17 21:26:01 -07:00
zachgersh 86b0537008 Slight rewording of the english to make it sound better. 2013-06-17 21:26:01 -07:00
zachgersh 5ada13fb45 Updated contributing documentation as per parkr. 2013-06-17 21:26:01 -07:00
Matt Rogers 58dacf796f Update history to reflect merge of #1225 2013-06-17 21:16:31 -05:00
Matt Rogers 6825b8ad9f Merge pull request #1225 from ixti/patch-1
Adds jekyll-assets plugin link
2013-06-17 19:15:43 -07:00
Aleksey V. Zapparov 5593a2d72c Adds jekyll-assets plugin link 2013-06-17 21:14:00 +03:00
Matt Rogers 02037b5f63 Update history to reflect merge of #1223 2013-06-17 13:06:52 -05:00
Matt Rogers 106455b471 Merge pull request #1223 from mojombo/remove-obsolete-plugins
Remove plugins that have been obsoleted by changes in the core
2013-06-17 11:05:42 -07:00
Matt Rogers 0ee385f217 Remove plugins that have been obsoleted by changes in the core 2013-06-17 09:30:47 -05:00
Matt Rogers 98247a1c95 Update history to reflect merge of #1222 2013-06-17 09:19:07 -05:00
Matt Rogers 8024dc1073 Merge pull request #1222 from zachleat/patch-1
Add ReadInXMinutes to plugin list
2013-06-17 07:18:08 -07:00
Zach Leatherman 4a88bf2249 Add ReadInXMinutes plugin 2013-06-17 09:03:53 -05:00
Anand Narayan 7e79b9df92 added a plus to permalink 2013-06-15 23:18:31 +05:30
maul.esel bdd84f275e Ruby 1.8.7 only supports 1 param to Regexp.match() 2013-06-15 18:28:26 +02:00
maul.esel 99721ee8aa To satisfy Ruby 1.8.7, use look-ahead instead of look-behind 2013-06-15 18:19:52 +02:00
Anand Narayan 5c47014c90 removed cgi unescape in page destination 2013-06-15 18:38:14 +05:30
Parker Moore 872eba313c Update history to reflect merge of #1214 2013-06-15 14:16:30 +02:00
Parker Moore 76e5b7fa13 Merge pull request #1214 from jadbirch/docs_correction
Very small documentation correction
2013-06-15 05:14:29 -07:00
Jarrod Birch 9f1e1d4b4e Edited the two contributing pages to ensure that they point readers towards site/docs for the docs rather than site/_posts (which doesn't exist) 2013-06-15 12:21:53 +01:00
maul.esel 0fa03d2651 stupid Ruby 1.8.7 doesn't support named groups 2013-06-13 18:48:40 +02:00
maul.esel 53dec6a4f6 add single-quote cucumber testing 2013-06-13 18:39:00 +02:00
maul.esel 639acea0a7 do parameter parsing with @imathis' incredible regex
This also introduces single-quote support.
2013-06-13 18:38:14 +02:00
Parker Moore 7ee89982e8 Update history to reflect merge of #1210. 2013-06-13 14:58:39 +02:00
Parker Moore e5d2b2fb9a Update history to reflect merge of #1208. 2013-06-13 14:57:50 +02:00
Matt Rogers 9a8c5aa19d Merge pull request #1208 from mojombo/imageoptim
Run site/img through ImageOptim
2013-06-13 05:23:10 -07:00
Parker Moore fe957af27f Merge pull request #1210 from snappylabs/jpap-docs-plugin-jade
Added Jade Converter to docs/plugins
2013-06-13 04:23:52 -07:00