9b71cf7556 
								
							 
						 
						
							
							
								
								Merge pull request  #5744  from DirtyF/pull/docs-use-defaults  
							
							... 
							
							
							
							Merge pull request 5744 
							
						 
						
							2017-01-11 09:13:38 -08:00  
				
					
						
							
							
								 
						
							
								c198b08ee8 
								
							 
						 
						
							
							
								
								Add jekyll-pre-commit to plugins list  
							
							
							
						 
						
							2017-01-10 22:50:30 -05:00  
				
					
						
							
							
								 
						
							
								4ef69b948c 
								
							 
						 
						
							
							
								
								Fix a minor grammatical mistake on themes' document  
							
							
							
						 
						
							2017-01-10 15:03:46 +09:00  
				
					
						
							
							
								 
						
							
								74e6ef83c9 
								
							 
						 
						
							
							
								
								Use defaults in config  
							
							... 
							
							
							
							All docs stored in _docs inherit from docs layout
All news items stored in _posts inherit from news-item layout 
							
						 
						
							2017-01-09 21:10:24 +01:00  
				
					
						
							
							
								 
						
							
								e60769731a 
								
							 
						 
						
							
							
								
								Report modifications to docs  
							
							
							
						 
						
							2017-01-09 15:25:59 +01:00  
				
					
						
							
							
								 
						
							
								0ebc832e1b 
								
							 
						 
						
							
							
								
								Remove duplicate paragraph.  
							
							
							
						 
						
							2017-01-09 08:01:58 -05:00  
				
					
						
							
							
								 
						
							
								6cd388b2ab 
								
							 
						 
						
							
							
								
								Replace a dead link with a web-archived one  
							
							
							
						 
						
							2017-01-08 23:12:45 +01:00  
				
					
						
							
							
								 
						
							
								0bc4f2a28f 
								
							 
						 
						
							
							
								
								Merge pull request  #5696  from tomjohnson1492/patch-11  
							
							... 
							
							
							
							Merge pull request 5696 
							
						 
						
							2017-01-08 06:06:08 -08:00  
				
					
						
							
							
								 
						
							
								7df1adb4f8 
								
							 
						 
						
							
							
								
								Merge pull request  #5692  from tomjohnson1492/patch-6  
							
							... 
							
							
							
							Merge pull request 5692 
							
						 
						
							2017-01-08 06:02:30 -08:00  
				
					
						
							
							
								 
						
							
								870a57316c 
								
							 
						 
						
							
							
								
								Merge branch 'master' into revert-5532-perma-docs  
							
							
							
						 
						
							2017-01-08 13:38:05 +01:00  
				
					
						
							
							
								 
						
							
								6050b3566e 
								
							 
						 
						
							
							
								
								Merge pull request  #5720  from oakstudios/add-unpublished-to-docs  
							
							... 
							
							
							
							Merge pull request 5720 
							
						 
						
							2017-01-06 02:14:52 -08:00  
				
					
						
							
							
								 
						
							
								657e502a72 
								
							 
						 
						
							
							
								
								Add jekyll-numbered-headings  
							
							
							
						 
						
							2017-01-06 15:30:36 +09:00  
				
					
						
							
							
								 
						
							
								be12be3411 
								
							 
						 
						
							
							
								
								Add undocumented --unpublished build option  
							
							... 
							
							
							
							via 57fd5f887d/lib/jekyll/command.rb (L63-L64) 
							
						 
						
							2017-01-05 15:04:42 -05:00  
				
					
						
							
							
								 
						
							
								a44a1eff92 
								
							 
						 
						
							
							
								
								Merge branch 'master' into patch-7  
							
							
							
						 
						
							2017-01-02 17:46:14 +01:00  
				
					
						
							
							
								 
						
							
								0d62e7fb41 
								
							 
						 
						
							
							
								
								Merge pull request  #5683  from Nursen/patch-1  
							
							... 
							
							
							
							Merge pull request 5683 
							
						 
						
							2017-01-01 06:51:38 -08:00  
				
					
						
							
							
								 
						
							
								d45ea7f493 
								
							 
						 
						
							
							
								
								Merge pull request  #5705  from robcrocombe/robcrocombe-patch-1  
							
							... 
							
							
							
							Merge pull request 5705 
							
						 
						
							2016-12-31 13:44:16 -08:00  
				
					
						
							
							
								 
						
							
								192e79ed1e 
								
							 
						 
						
							
							
								
								reset permalinks to same state it was in in patch-3 branch. i couldn't seem to remove it from the previous commit.  
							
							
							
						 
						
							2016-12-29 08:57:39 -08:00  
				
					
						
							
							
								 
						
							
								57d6d5986f 
								
							 
						 
						
							
							
								
								update quickstart.md  
							
							... 
							
							
							
							I must have just updated the wrong doc or branch in the last commit. i hope this fixes it. 
							
						 
						
							2016-12-29 08:27:42 -08:00  
				
					
						
							
							
								 
						
							
								acff6cd269 
								
							 
						 
						
							
							
								
								Removed erroneous liquid code, added back spacing  
							
							... 
							
							
							
							- removed erroneous liquid code with conditional include parameters
- added back spacing in {{ }} tags 
							
						 
						
							2016-12-29 11:55:22 +01:00  
				
					
						
							
							
								 
						
							
								56a7038a7e 
								
							 
						 
						
							
							
								
								Updated to remove spacing from include variables  
							
							... 
							
							
							
							It turns out Liquid throws an error when you write `{% if {{ include.url }} %}` instead of `{% if {{include.url}} %}`. I updated the examples here to omit the spacing. To avoid inconsistency, I just omitted the spacing from all curly braces. Also added a note explaining the issue and put the blame on Liquid. 
							
						 
						
							2016-12-29 11:55:22 +01:00  
				
					
						
							
							
								 
						
							
								8289b61316 
								
							 
						 
						
							
							
								
								made requested updates  
							
							... 
							
							
							
							- made `{{ }}` formatting more readable by adding spacing. 
- added formatting to code samples to properly reflect line breaks for readability 
							
						 
						
							2016-12-29 11:55:22 +01:00  
				
					
						
							
							
								 
						
							
								240ea13576 
								
							 
						 
						
							
							
								
								Added new includes.md topic to docs  
							
							... 
							
							
							
							Added new includes.md topic.
See https://github.com/jekyll/jekyll/pull/5630  for more details on the update. 
@jekyll/documentation
@DirtyF 
							
						 
						
							2016-12-29 11:55:22 +01:00  
				
					
						
							
							
								 
						
							
								6a2c7f2718 
								
							 
						 
						
							
							
								
								Add Jekyll-Post to plugins.md  
							
							
							
						 
						
							2016-12-29 10:20:15 +00:00  
				
					
						
							
							
								 
						
							
								391bf5d33c 
								
							 
						 
						
							
							
								
								made fixes  
							
							... 
							
							
							
							made requested fixes 
							
						 
						
							2016-12-28 23:46:25 -08:00  
				
					
						
							
							
								 
						
							
								b1b0d00c5a 
								
							 
						 
						
							
							
								
								made updates  
							
							... 
							
							
							
							- made updates from Parkr's review
- update to Extensionless permalinks section
- update to note about not using built-in perm styles in front matter
- update for readability in places 
							
						 
						
							2016-12-28 23:42:37 -08:00  
				
					
						
							
							
								 
						
							
								adc619ca6c 
								
							 
						 
						
							
							
								
								added info about jekyll new --help  
							
							
							
						 
						
							2016-12-28 15:21:57 -08:00  
				
					
						
							
							
								 
						
							
								190ea160e5 
								
							 
						 
						
							
							
								
								Made updates as requested by reviewers  
							
							... 
							
							
							
							Made requested updates. 
							
						 
						
							2016-12-26 20:40:07 -08:00  
				
					
						
							
							
								 
						
							
								93cd0cdb50 
								
							 
						 
						
							
							
								
								Improve permalinks docs  
							
							... 
							
							
							
							See https://github.com/jekyll/jekyll/pull/5630  for more details on the update. 
@jekyll/documentation
@DirtyF 
							
						 
						
							2016-12-25 20:36:25 -08:00  
				
					
						
							
							
								 
						
							
								91cd32ca49 
								
							 
						 
						
							
							
								
								Improve pages docs  
							
							... 
							
							
							
							See https://github.com/jekyll/jekyll/pull/5630  for more details on the update. 
@jekyll/documentation
@DirtyF 
							
						 
						
							2016-12-25 20:35:31 -08:00  
				
					
						
							
							
								 
						
							
								317eae5580 
								
							 
						 
						
							
							
								
								Improve quickstart docs  
							
							... 
							
							
							
							See https://github.com/jekyll/jekyll/pull/5630  for more details on the update. 
@jekyll/documentation
@DirtyF 
							
						 
						
							2016-12-25 20:31:32 -08:00  
				
					
						
							
							
								 
						
							
								d442c4fe13 
								
							 
						 
						
							
							
								
								Update windows.md  
							
							
							
						 
						
							2016-12-24 02:16:20 -08:00  
				
					
						
							
							
								 
						
							
								80d3c7a204 
								
							 
						 
						
							
							
								
								Update windows.md  
							
							... 
							
							
							
							fixing typo 
							
						 
						
							2016-12-24 01:25:03 -08:00  
				
					
						
							
							
								 
						
							
								467f0a1371 
								
							 
						 
						
							
							
								
								Update windows.md  
							
							... 
							
							
							
							revising terminology to avoid ambiguity and moving in relation to alternative install instructions. 
							
						 
						
							2016-12-24 01:22:55 -08:00  
				
					
						
							
							
								 
						
							
								704910b297 
								
							 
						 
						
							
							
								
								Update windows.md  
							
							... 
							
							
							
							Added an update to installation instructions, as a cert authority change in Ruby causes problems with the prior recommended version of Ruby. 
							
						 
						
							2016-12-23 14:08:54 -08:00  
				
					
						
							
							
								 
						
							
								e21d35a474 
								
							 
						 
						
							
							
								
								Merge pull request  #5655  from ashmaroli/fontawesome-docs  
							
							... 
							
							
							
							Merge pull request 5655 
							
						 
						
							2016-12-17 21:59:25 -08:00  
				
					
						
							
							
								 
						
							
								109dceee3d 
								
							 
						 
						
							
							
								
								move changes to /.github/ and regenerate site  
							
							
							
						 
						
							2016-12-18 07:45:08 +05:30  
				
					
						
							
							
								 
						
							
								96fee68da4 
								
							 
						 
						
							
							
								
								Fix a couple of typos in the docs  
							
							
							
						 
						
							2016-12-14 02:11:49 +03:00  
				
					
						
							
							
								 
						
							
								86d45a5989 
								
							 
						 
						
							
							
								
								Update variables.md  
							
							... 
							
							
							
							Fix typo 'page' => 'layout' 
							
						 
						
							2016-12-13 11:14:16 +01:00  
				
					
						
							
							
								 
						
							
								8a89f033ad 
								
							 
						 
						
							
							
								
								fix errors.  
							
							
							
						 
						
							2016-12-11 19:52:22 +05:30  
				
					
						
							
							
								 
						
							
								f5f387711a 
								
							 
						 
						
							
							
								
								update documentation on updating FontAwesome Iconset  
							
							
							
						 
						
							2016-12-11 15:35:46 +05:30  
				
					
						
							
							
								 
						
							
								b99013cc3d 
								
							 
						 
						
							
							
								
								Improve Permalinks documentation.  
							
							... 
							
							
							
							Add special note: built-in permalink styles are not recognized in the YAML Front Matter. 
							
						 
						
							2016-12-10 23:03:59 -08:00  
				
					
						
							
							
								 
						
							
								8ed324007a 
								
							 
						 
						
							
							
								
								Merge pull request  #5513  from thiagoarrais/5415-group_by_exp-filter  
							
							... 
							
							
							
							Merge pull request 5513 
							
						 
						
							2016-12-09 16:01:21 -08:00  
				
					
						
							
							
								 
						
							
								d70b4d0682 
								
							 
						 
						
							
							
								
								update documentation for Windows  
							
							
							
						 
						
							2016-12-06 15:38:19 +05:30  
				
					
						
							
							
								 
						
							
								d9cf97e9c6 
								
							 
						 
						
							
							
								
								Switch to `https` when possible.  
							
							... 
							
							
							
							Also, remove two 404 links. 
							
						 
						
							2016-11-29 23:39:23 +02:00  
				
					
						
							
							
								 
						
							
								e762b4fe43 
								
							 
						 
						
							
							
								
								Merge pull request  #5573  from ashmaroli/directory-docs  
							
							... 
							
							
							
							Merge pull request 5573 
							
						 
						
							2016-11-28 21:26:47 -08:00  
				
					
						
							
							
								 
						
							
								ec7378a2ac 
								
							 
						 
						
							
							
								
								Merge pull request  #5587  from happycollision/patch-1  
							
							... 
							
							
							
							Merge pull request 5587 
							
						 
						
							2016-11-28 21:25:10 -08:00  
				
					
						
							
							
								 
						
							
								aac5de7aca 
								
							 
						 
						
							
							
								
								Merge pull request  #5600  from mpchadwick/mpchadwick-patch-2  
							
							... 
							
							
							
							Merge pull request 5600 
							
						 
						
							2016-11-28 21:24:28 -08:00  
				
					
						
							
							
								 
						
							
								fabce98c54 
								
							 
						 
						
							
							
								
								Add jekyll-migrate-permalink  
							
							
							
						 
						
							2016-11-23 05:52:51 -05:00  
				
					
						
							
							
								 
						
							
								5c965d6a20 
								
							 
						 
						
							
							
								
								Add connector param to array_to_sentence_string filter  
							
							
							
						 
						
							2016-11-22 17:38:33 -06:00  
				
					
						
							
							
								 
						
							
								df80f6fd2a 
								
							 
						 
						
							
							
								
								Replace html links with markdown links  
							
							
							
						 
						
							2016-11-20 13:46:55 -06:00