|  Matt Rogers | 49189844ef | Update history to reflect merge of #1349 | 2013-07-24 20:27:24 -05:00 | 
				
					
						|  Matt Rogers | 911707f933 | Merge pull request #1349 from benbalter/bump-liquid Require liquid >= 2.5.1 | 2013-07-24 18:25:42 -07:00 | 
				
					
						|  Ben Balter | fe34165dcd | require liquid >= 2.5.1 | 2013-07-24 21:05:52 -04:00 | 
				
					
						|  Parker Moore | fe10f21d8d | Release 1.1.1 | 2013-07-24 22:42:03 +02:00 | 
				
					
						|  Matt Rogers | ca39d4cb59 | Merge pull request #1347 from rmehner/patch-1 page.title is the title of the page, not the post | 2013-07-24 12:29:03 -07:00 | 
				
					
						|  Robin Mehner | d0d9a1b482 | page.title is the title of the page, not the post | 2013-07-24 19:01:21 +02:00 | 
				
					
						|  maul.esel | 6c6dd173c7 | Post + Page: extract real path retrieval into separate method (@parkr) | 2013-07-24 16:30:24 +02:00 | 
				
					
						|  maul.esel | d815e2b2a2 | coding style preferences (@parkr) | 2013-07-24 16:28:03 +02:00 | 
				
					
						|  Anatol Broder | df1a4100a1 | Use different quote types for HTML and Liquid | 2013-07-24 08:21:42 +02:00 | 
				
					
						|  Matt Rogers | 8e0a4e927f | Update history to reflect merge of #1339 | 2013-07-23 20:44:11 -05:00 | 
				
					
						|  Matt Rogers | d68d29c06f | Merge pull request #1339 from mojombo/no-layouts-for-excerpt No layouts for excerpt | 2013-07-23 18:43:08 -07:00 | 
				
					
						|  Matt Rogers | dd4ec1691b | Update history to reflect merge of #1343 | 2013-07-23 20:37:06 -05:00 | 
				
					
						|  Matt Rogers | 9cc647c208 | Merge pull request #1343 from penibelst/patch-1 Add master branch feed | 2013-07-23 18:36:05 -07:00 | 
				
					
						|  Parker Moore | 0bb2af8dee | Remove superfluous conditional, props @mattr- | 2013-07-23 20:04:39 +02:00 | 
				
					
						|  Parker Moore | 8e7b6bf5ff | Update history to reflect merge of #1338 | 2013-07-23 20:00:27 +02:00 | 
				
					
						|  Parker Moore | 8352083bca | Merge pull request #1338 from mojombo/abort-with-non-zero-exit-codes Abort with non-zero exit codes | 2013-07-23 10:59:26 -07:00 | 
				
					
						|  Anatol Broder | d717ec7f3d | Add master branch feed | 2013-07-23 19:21:06 +02:00 | 
				
					
						|  maul.esel | ba5db5ad5b | refactor Include tag file validation Split validation into a separate method, and give a more
descriptive error on symlinks. | 2013-07-23 14:23:33 +02:00 | 
				
					
						|  maul.esel | 86e007f970 | remove no-longer needed LSI accessor LSI has been moved to another class (Jekyll::RelatedPosts),
but this was left in Post. | 2013-07-23 11:24:23 +02:00 | 
				
					
						|  maul.esel | 75d6587d27 | Move #to_liquid to Convertible | 2013-07-22 16:34:01 +02:00 | 
				
					
						|  maul.esel | 21de43090a | Posts: move slug to title in a separate method | 2013-07-22 16:23:40 +02:00 | 
				
					
						|  maul.esel | 5efadd6674 | Support missing kramdown coderay option | 2013-07-22 16:02:50 +02:00 | 
				
					
						|  maul.esel | 955f913f04 | simplify Site#initialize | 2013-07-22 16:02:50 +02:00 | 
				
					
						|  maul.esel | fd907fa631 | simplify coderay option handling | 2013-07-22 16:02:50 +02:00 | 
				
					
						|  maul.esel | 5d777eb9e9 | With the move of path handling, Page#to_liquid can be simplified | 2013-07-22 16:02:50 +02:00 | 
				
					
						|  maul.esel | 08567b1091 | move path handling in pages to the `path` method, as in posts | 2013-07-22 16:02:50 +02:00 | 
				
					
						|  maul.esel | f0e2468249 | simplify some code with Hash#fetch | 2013-07-22 16:02:42 +02:00 | 
				
					
						|  Parker Moore | a62d868c74 | s/sitej/site/ props @benbalter | 2013-07-22 14:57:44 +02:00 | 
				
					
						|  Parker Moore | 1e7dbcaaff | 1.8.7 doesn't support Time.new(*args), so use Time.parse instead | 2013-07-22 14:37:51 +02:00 | 
				
					
						|  Parker Moore | 5d6b755d7d | feature maybe? | 2013-07-22 13:42:40 +02:00 | 
				
					
						|  Parker Moore | 95491eb7e7 | update categories on the new post to not fuck up old numbers | 2013-07-22 13:04:07 +02:00 | 
				
					
						|  Parker Moore | 930aac3b79 | Unit tests are simple | 2013-07-22 13:03:48 +02:00 | 
				
					
						|  Parker Moore | 3418a9197a | Add categories and tags and test #to_liquid | 2013-07-22 12:57:03 +02:00 | 
				
					
						|  Parker Moore | 1bbacbd396 | Dumb tests are helpful anyway | 2013-07-22 12:40:49 +02:00 | 
				
					
						|  Parker Moore | 81a7b22672 | Add a new post, bump @site.posts.size | 2013-07-22 12:22:47 +02:00 | 
				
					
						|  Parker Moore | f883acc664 | Remove debug statements | 2013-07-22 11:33:19 +02:00 | 
				
					
						|  Parker Moore | 26dc14881c | Moving data around to make sure excerpts have no layouts but that they are still converted with liquid and the proper converter | 2013-07-22 11:31:15 +02:00 | 
				
					
						|  Parker Moore | e359472870 | May as well add Stevenson#debug | 2013-07-22 11:30:19 +02:00 | 
				
					
						|  Parker Moore | c6a37a424b | Debug statements - take them out later | 2013-07-22 10:11:32 +02:00 | 
				
					
						|  Parker Moore | f99c726085 | Override Excerpt#render_all_layouts to just assign content to output | 2013-07-22 10:11:32 +02:00 | 
				
					
						|  Parker Moore | 0e0e25b9ba | start with Excerpt#output, otherwise call #to_s | 2013-07-22 10:11:32 +02:00 | 
				
					
						|  Parker Moore | 04e0b318c8 | Remove duplicate comment | 2013-07-22 10:11:32 +02:00 | 
				
					
						|  Parker Moore | 374e6fcdf4 | Add Jekyll::Stevenson#abort_with | 2013-07-22 10:07:15 +02:00 | 
				
					
						|  Parker Moore | 5fb13d8047 | Create a default command to run help if there are no arguments but to fail with non-zero exit code if the command is invalid. Props to @ggilder. | 2013-07-22 10:04:45 +02:00 | 
				
					
						|  Parker Moore | 9e22d23801 | Update history to reflect closing of #1303 | 2013-07-21 00:13:44 +02:00 | 
				
					
						|  Parker Moore | f4d6ffeaac | Include an HTML file in Templates docs so as not to confuse - we don't automatically markdownify/textilize includes. Fixes #1303. | 2013-07-21 00:12:31 +02:00 | 
				
					
						|  Parker Moore | 36e5d5da03 | Update history to reflect closing of #1327 | 2013-07-21 00:08:05 +02:00 | 
				
					
						|  Parker Moore | 234f35a025 | Update Quick-Start page to include reminder that all requirements must be installed for Jekyll to work. Fixes #1327. | 2013-07-21 00:07:25 +02:00 | 
				
					
						|  Parker Moore | 258c7d6e4a | Update history to reflect merge of #1318 | 2013-07-20 23:57:29 +02:00 | 
				
					
						|  Parker Moore | b505eb04b3 | Merge pull request #1318 from johnkhughes/master Update Extras page in the docs | 2013-07-20 14:56:27 -07:00 |