8446f47247 
								
							 
						 
						
							
							
								
								wrapper classes for frontmatter page  
							
							
							
						 
						
							2013-05-02 14:05:44 +01:00  
				
					
						
							
							
								 
						
							
								951cb11d48 
								
							 
						 
						
							
							
								
								padding should be even when table fits without overflow  
							
							
							
						 
						
							2013-05-02 13:52:21 +01:00  
				
					
						
							
							
								 
						
							
								fb642bb97f 
								
							 
						 
						
							
							
								
								break side scrolling tables out of the grid/parent containers  🤘  
							
							
							
						 
						
							2013-05-02 13:51:26 +01:00  
				
					
						
							
							
								 
						
							
								f924a04733 
								
							 
						 
						
							
							
								
								scroll tables sideways on mobiles  
							
							
							
						 
						
							2013-05-02 13:50:46 +01:00  
				
					
						
							
							
								 
						
							
								40b587c46c 
								
							 
						 
						
							
							
								
								Update history to reflect change to solve  #1008  
							
							
							
						 
						
							2013-04-30 22:18:58 +02:00  
				
					
						
							
							
								 
						
							
								c32b570114 
								
							 
						 
						
							
							
								
								Checking the arguments to ensure we have a subcommand before proceeding. ( #1008 )  
							
							
							
						 
						
							2013-04-30 22:17:22 +02:00  
				
					
						
							
							
								 
						
							
								463ea15a3e 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #1007  
							
							
							
						 
						
							2013-04-30 22:02:36 +02:00  
				
					
						
							
							
								 
						
							
								1f02150ee9 
								
							 
						 
						
							
							
								
								Merge pull request  #1007  from michaelklishin/patch-1  
							
							... 
							
							
							
							Catch all exceptions, not just StandardError descendents 
							
						 
						
							2013-04-30 12:59:02 -07:00  
				
					
						
							
							
								 
						
							
								82ec02905e 
								
							 
						 
						
							
							
								
								Catch all exceptions, not just StandardError descendents  
							
							... 
							
							
							
							We've hit a few edge cases in Liquid/Markdown rendering
with http://clojurewerkz.org  documentation sites.
They resulted in exceptions Jekyll silently swallowed because
they were not StandardException subclasses. 
							
						 
						
							2013-04-30 23:33:08 +04:00  
				
					
						
							
							
								 
						
							
								b1cf3d5dd5 
								
							 
						 
						
							
							
								
								Adjust expected post count for tests.  
							
							
							
						 
						
							2013-04-30 12:46:31 -04:00  
				
					
						
							
							
								 
						
							
								48fe514c54 
								
							 
						 
						
							
							
								
								Updating Configuration page in docs with the defaults  
							
							
							
						 
						
							2013-04-30 16:08:21 +02:00  
				
					
						
							
							
								 
						
							
								0b1bc0c24d 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #1004  
							
							
							
						 
						
							2013-04-30 15:54:58 +02:00  
				
					
						
							
							
								 
						
							
								7efd0a8d11 
								
							 
						 
						
							
							
								
								Merge pull request  #1004  from uu59/fix_limit_posts_from_cli  
							
							... 
							
							
							
							Fix `jekyll serve --limit_posts n` failed 
							
						 
						
							2013-04-30 06:53:05 -07:00  
				
					
						
							
							
								 
						
							
								805f378586 
								
							 
						 
						
							
							
								
								Add test for nested post_url  
							
							
							
						 
						
							2013-04-29 17:48:10 -04:00  
				
					
						
							
							
								 
						
							
								0f52f15cc2 
								
							 
						 
						
							
							
								
								Clean up code  #1104  
							
							
							
						 
						
							2013-04-29 21:07:46 +09:00  
				
					
						
							
							
								 
						
							
								94756340cd 
								
							 
						 
						
							
							
								
								Remove to_i. Let commander gem do it  #1004  
							
							
							
						 
						
							2013-04-29 15:56:02 +09:00  
				
					
						
							
							
								 
						
							
								b4b66d5713 
								
							 
						 
						
							
							
								
								Merge pull request  #1001  from mojombo/refactoring-convertible  
							
							... 
							
							
							
							Refactoring Jekyll::Convertible 
							
						 
						
							2013-04-28 16:43:38 -07:00  
				
					
						
							
							
								 
						
							
								3237b39f21 
								
							 
						 
						
							
							
								
								Merge pull request  #1002  from mojombo/refactor-post  
							
							... 
							
							
							
							Refactor Jekyll::Post 
							
						 
						
							2013-04-28 16:40:22 -07:00  
				
					
						
							
							
								 
						
							
								20a837d15c 
								
							 
						 
						
							
							
								
								Change default value of limit_posts from nil to 0 (see  #1004 )  
							
							... 
							
							
							
							Before this commit meaning of limit_posts:
  nil: no limit. generate all posts
  0: raise error
  n ( > 0): generate n posts only
  n ( < 0): raise error
  else: raise error
After this commit:
  nil: same as 0
  0: no limit. generate all posts
  n ( > 0): generate n posts only
  n ( < 0): raise error
  else: almost same as 0 (depend on `to_i` result) 
							
						 
						
							2013-04-29 01:41:22 +09:00  
				
					
						
							
							
								 
						
							
								f7fde70f5f 
								
							 
						 
						
							
							
								
								'The Best of Both Worlds,' à la @chad's comment  
							
							
							
						 
						
							2013-04-28 15:21:17 +02:00  
				
					
						
							
							
								 
						
							
								ad2c706a34 
								
							 
						 
						
							
							
								
								Fix `jekyll serve --limit_posts n` failed  
							
							
							
						 
						
							2013-04-28 02:03:08 +09:00  
				
					
						
							
							
								 
						
							
								46ce757b71 
								
							 
						 
						
							
							
								
								Compliant with Ruby 2.0.0  
							
							
							
						 
						
							2013-04-26 21:20:48 +02:00  
				
					
						
							
							
								 
						
							
								5f13e00791 
								
							 
						 
						
							
							
								
								Comments for Convertible.render_all_layouts and Convertible.render_liquid  
							
							
							
						 
						
							2013-04-26 21:09:02 +02:00  
				
					
						
							
							
								 
						
							
								fcbab9a3ca 
								
							 
						 
						
							
							
								
								Post#is_published ~> Post#published?  
							
							
							
						 
						
							2013-04-26 21:00:47 +02:00  
				
					
						
							
							
								 
						
							
								f7841d1713 
								
							 
						 
						
							
							
								
								Remove unnecessary self.tags.flatten! in favour of a one-line sol'n.  
							
							
							
						 
						
							2013-04-26 20:59:54 +02:00  
				
					
						
							
							
								 
						
							
								422a4bd5cd 
								
							 
						 
						
							
							
								
								Renamed tag- and category-instantiation methods  
							
							
							
						 
						
							2013-04-26 20:25:07 +02:00  
				
					
						
							
							
								 
						
							
								6d9845a58b 
								
							 
						 
						
							
							
								
								Refactor Post category instantiation  
							
							
							
						 
						
							2013-04-26 20:23:58 +02:00  
				
					
						
							
							
								 
						
							
								482986e346 
								
							 
						 
						
							
							
								
								Refactored setting of Post.published flag  
							
							
							
						 
						
							2013-04-26 20:21:17 +02:00  
				
					
						
							
							
								 
						
							
								266a52b161 
								
							 
						 
						
							
							
								
								The call to Post#read_yaml was in an unnecessary begin...rescue block.  
							
							
							
						 
						
							2013-04-26 20:09:18 +02:00  
				
					
						
							
							
								 
						
							
								09c1c01d07 
								
							 
						 
						
							
							
								
								Refactor Post#related_posts to build the index in a different method  
							
							
							
						 
						
							2013-04-26 20:05:52 +02:00  
				
					
						
							
							
								 
						
							
								ffa93c22f1 
								
							 
						 
						
							
							
								
								Refactor Post#to_liquid  
							
							
							
						 
						
							2013-04-26 20:03:57 +02:00  
				
					
						
							
							
								 
						
							
								29a1c18300 
								
							 
						 
						
							
							
								
								Refactoring Jekyll::Convertible  
							
							
							
						 
						
							2013-04-26 19:36:52 +02:00  
				
					
						
							
							
								 
						
							
								fe36b0f479 
								
							 
						 
						
							
							
								
								Update history to reflect fixing of  #981  
							
							
							
						 
						
							2013-04-26 19:16:23 +02:00  
				
					
						
							
							
								 
						
							
								217b2298d1 
								
							 
						 
						
							
							
								
								Update history to reflect fixing of  #836  
							
							
							
						 
						
							2013-04-26 19:13:21 +02:00  
				
					
						
							
							
								 
						
							
								6923865091 
								
							 
						 
						
							
							
								
								Update history to reflect fixing of  #993  
							
							
							
						 
						
							2013-04-26 19:12:32 +02:00  
				
					
						
							
							
								 
						
							
								6bb8b82a1e 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #989  
							
							
							
						 
						
							2013-04-26 19:10:53 +02:00  
				
					
						
							
							
								 
						
							
								9a5a702e47 
								
							 
						 
						
							
							
								
								When one clones one's fork of Jekyll, one should not use the readonly git:// protocol. Instead, use SSH.  
							
							
							
						 
						
							2013-04-26 19:09:11 +02:00  
				
					
						
							
							
								 
						
							
								d2f364b60c 
								
							 
						 
						
							
							
								
								Merge pull request  #989  from mojombo/docs-proofreading  
							
							... 
							
							
							
							Proofread and fix up the documentation 
							
						 
						
							2013-04-26 09:43:48 -07:00  
				
					
						
							
							
								 
						
							
								fc09ac4862 
								
							 
						 
						
							
							
								
								Use post's directory path when matching for the post_url tag  
							
							
							
						 
						
							2013-04-25 13:58:05 -04:00  
				
					
						
							
							
								 
						
							
								61c24c601a 
								
							 
						 
						
							
							
								
								Add UTF-8 encoding where we read in YAML so it reads in UTF-8 characters properly.  Fixes   #836 .  
							
							
							
						 
						
							2013-04-25 02:15:25 +02:00  
				
					
						
							
							
								 
						
							
								5a20fa4382 
								
							 
						 
						
							
							
								
								--plugins can now accept plugin directories.  Fixes   #993 .  
							
							
							
						 
						
							2013-04-23 01:50:57 +02:00  
				
					
						
							
							
								 
						
							
								8ed092ed94 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:mojombo/jekyll  
							
							... 
							
							
							
							* 'master' of github.com:mojombo/jekyll:
  Moving comparison for PostUrl tag to the PostComparer class
  Fail if destination directory for jekyll new exists and is not empty. Fixes  #981 .
  Remove code duplication: #write in Page and Post is the same. 
							
						 
						
							2013-04-23 01:41:43 +02:00  
				
					
						
							
							
								 
						
							
								a38902b5a7 
								
							 
						 
						
							
							
								
								Use valid css class names when pygments language contains invalid chars, eg html+jango  
							
							
							
						 
						
							2013-04-23 06:48:31 +10:00  
				
					
						
							
							
								 
						
							
								24aabbe05f 
								
							 
						 
						
							
							
								
								Moving comparison for PostUrl tag to the PostComparer class  
							
							
							
						 
						
							2013-04-22 12:57:52 +02:00  
				
					
						
							
							
								 
						
							
								9582a7cc84 
								
							 
						 
						
							
							
								
								note leading slash in the docs  
							
							
							
						 
						
							2013-04-20 13:34:54 +02:00  
				
					
						
							
							
								 
						
							
								6f28b6d432 
								
							 
						 
						
							
							
								
								fix tests for always-present slash  
							
							
							
						 
						
							2013-04-20 13:21:31 +02:00  
				
					
						
							
							
								 
						
							
								d73841c961 
								
							 
						 
						
							
							
								
								always ADD a leading slash to page.url or post.url  
							
							
							
						 
						
							2013-04-20 13:15:40 +02:00  
				
					
						
							
							
								 
						
							
								47f8fb5091 
								
							 
						 
						
							
							
								
								Don't end an independent thought with a preposition.  
							
							
							
						 
						
							2013-04-19 22:56:19 -05:00  
				
					
						
							
							
								 
						
							
								b05afb022f 
								
							 
						 
						
							
							
								
								Use 'the' instead of 'a'  
							
							
							
						 
						
							2013-04-19 22:51:18 -05:00  
				
					
						
							
							
								 
						
							
								7d59df92b3 
								
							 
						 
						
							
							
								
								Use 'from' instead of 'at'  
							
							
							
						 
						
							2013-04-19 22:50:45 -05:00