fef96d95e1 
								
							 
						 
						
							
							
								
								Merge pull request  #1495  from maul-esel/variable-include  
							
							... 
							
							
							
							Variable {% include %} 
							
						 
						
							2013-10-04 05:42:27 -07:00  
				
					
						
							
							
								 
						
							
								3a72906795 
								
							 
						 
						
							
							
								
								Merge pull request  #1592  from fxn/master  
							
							... 
							
							
							
							another pass on the documentation of generators 
							
						 
						
							2013-10-02 21:01:38 -07:00  
				
					
						
							
							
								 
						
							
								2a92ad77cc 
								
							 
						 
						
							
							
								
								Document variables in include tag  
							
							
							
						 
						
							2013-10-01 22:31:16 +02:00  
				
					
						
							
							
								 
						
							
								4e2217986f 
								
							 
						 
						
							
							
								
								another pass on the documentation of generators  
							
							... 
							
							
							
							This commit refines the docs contributed in f074bb6 
							
						 
						
							2013-10-01 20:16:37 +02:00  
				
					
						
							
							
								 
						
							
								3b6b56c220 
								
							 
						 
						
							
							
								
								Rebase on upstream/master; rename file to work with docs_ul includes file  
							
							
							
						 
						
							2013-10-01 10:34:29 -04:00  
				
					
						
							
							
								 
						
							
								eca642bf6f 
								
							 
						 
						
							
							
								
								Fix typo in data docs; update section pagination for migrations to correctly point back to data  
							
							
							
						 
						
							2013-10-01 10:26:51 -04:00  
				
					
						
							
							
								 
						
							
								f864b69019 
								
							 
						 
						
							
							
								
								Add docs for new Data Files feature  
							
							
							
						 
						
							2013-10-01 10:26:51 -04:00  
				
					
						
							
							
								 
						
							
								760cbc7f91 
								
							 
						 
						
							
							
								
								Autoload yaml files under _data directory  
							
							... 
							
							
							
							The jekyll engine will autoload all yaml files(ends with .yml or .yaml)
under _data. If there's a file members.yml under the directory, then user
can access contents of the file through site.members. 
							
						 
						
							2013-10-01 11:23:33 +08:00  
				
					
						
							
							
								 
						
							
								f074bb6ae6 
								
							 
						 
						
							
							
								
								adds more information to the documentation of generators  
							
							
							
						 
						
							2013-09-30 23:04:29 +02:00  
				
					
						
							
							
								 
						
							
								26803c28db 
								
							 
						 
						
							
							
								
								Remove gist URL in pagination docs.  
							
							
							
						 
						
							2013-09-27 15:11:59 -04:00  
				
					
						
							
							
								 
						
							
								dd6d0b42fe 
								
							 
						 
						
							
							
								
								Update pagination example  
							
							
							
						 
						
							2013-09-26 00:11:06 +08:00  
				
					
						
							
							
								 
						
							
								a93b1a26eb 
								
							 
						 
						
							
							
								
								Documentation update for the encoding configuration  
							
							
							
						 
						
							2013-09-19 12:22:50 +09:00  
				
					
						
							
							
								 
						
							
								f4c2383d3c 
								
							 
						 
						
							
							
								
								write document for config.encoding  
							
							
							
						 
						
							2013-09-19 12:21:25 +09:00  
				
					
						
							
							
								 
						
							
								5f6af4c215 
								
							 
						 
						
							
							
								
								Add note about installing Xcode on the Mac in the Installation docs.  
							
							... 
							
							
							
							Xcode command-line tools (clang and ruby headers) are required for installing some of Jekyll's dependencies which create native extensions.
Closes  #1561 . 
							
						 
						
							2013-09-18 13:51:56 -04:00  
				
					
						
							
							
								 
						
							
								0b40bd033b 
								
							 
						 
						
							
							
								
								Merge pull request  #1553  from penibelst/change-link-liquid  
							
							... 
							
							
							
							Change links to Liquid documentation 
							
						 
						
							2013-09-16 18:38:13 -07:00  
				
					
						
							
							
								 
						
							
								ed92d1c4c2 
								
							 
						 
						
							
							
								
								Add link to Jekyll Suggested Tweet liquid tag to list of Tags plugins.  
							
							
							
						 
						
							2013-09-15 18:56:18 -04:00  
				
					
						
							
							
								 
						
							
								ab4fb89043 
								
							 
						 
						
							
							
								
								Fix params on JekyllImport::WordPress.process so it's using hash  
							
							
							
						 
						
							2013-09-15 23:13:02 +02:00  
				
					
						
							
							
								 
						
							
								30bce38ef2 
								
							 
						 
						
							
							
								
								Fix JekyllImport::WordPress instructions on docs site to use hash as parameter.  
							
							... 
							
							
							
							See comment by @grobmeier on 97cb3f1336 
							
						 
						
							2013-09-15 23:11:22 +02:00  
				
					
						
							
							
								 
						
							
								d761338c2c 
								
							 
						 
						
							
							
								
								Change links to Liquid documentation  
							
							
							
						 
						
							2013-09-15 07:44:49 +02:00  
				
					
						
							
							
								 
						
							
								be9c0dcc7e 
								
							 
						 
						
							
							
								
								Update docs/history.md for v1.2.1  
							
							
							
						 
						
							2013-09-14 20:57:10 -04:00  
				
					
						
							
							
								 
						
							
								97cb3f1336 
								
							 
						 
						
							
							
								
								Update JekyllImport::WordPress instructions on docs site.  
							
							... 
							
							
							
							Closes  #1548 . 
						
							2013-09-14 20:16:26 -04:00  
				
					
						
							
							
								 
						
							
								5355fcf02d 
								
							 
						 
						
							
							
								
								Update Contributing page in the docs to match the new CONTRIBUTING.markdown.  #1537 .  
							
							
							
						 
						
							2013-09-14 20:09:26 -04:00  
				
					
						
							
							
								 
						
							
								3e936e8b75 
								
							 
						 
						
							
							
								
								Update site/docs/history.md as per  #1512 .  
							
							
							
						 
						
							2013-09-11 19:15:47 -04:00  
				
					
						
							
							
								 
						
							
								73789f20e1 
								
							 
						 
						
							
							
								
								Update history and History.markdown so it is consistent with previous release headers.  
							
							
							
						 
						
							2013-09-07 01:59:48 -04:00  
				
					
						
							
							
								 
						
							
								d122bfd5ab 
								
							 
						 
						
							
							
								
								Added link to TOC Generator Filter Plugin  
							
							
							
						 
						
							2013-09-05 11:54:30 +02:00  
				
					
						
							
							
								 
						
							
								bfe93729dd 
								
							 
						 
						
							
							
								
								Add Good Include to plugin list  
							
							
							
						 
						
							2013-09-02 09:04:21 +02:00  
				
					
						
							
							
								 
						
							
								245e9fdb7b 
								
							 
						 
						
							
							
								
								Merge pull request  #1488  from troyswanson/iso8601  
							
							... 
							
							
							
							Clarify that date_to_xmlschema returns an ISO 8601 string 
							
						 
						
							2013-09-01 10:35:44 -07:00  
				
					
						
							
							
								 
						
							
								afda7c273f 
								
							 
						 
						
							
							
								
								Clarify that date_to_xmlschama returns an ISO 8601 string  
							
							... 
							
							
							
							References #1435  
							
						 
						
							2013-09-01 12:05:18 -05:00  
				
					
						
							
							
								 
						
							
								bec508261d 
								
							 
						 
						
							
							
								
								added jekyll-pageless-redirects to plugin list  
							
							
							
						 
						
							2013-09-01 07:50:41 -07:00  
				
					
						
							
							
								 
						
							
								6475cce179 
								
							 
						 
						
							
							
								
								Merge pull request  #1463  from penibelst/add-site-repository  
							
							... 
							
							
							
							Add site.repository for the URL on Github. Close  #1456  
							
						 
						
							2013-08-30 15:38:35 -07:00  
				
					
						
							
							
								 
						
							
								bed2978255 
								
							 
						 
						
							
							
								
								Fix docs/templates.md private gist example.  
							
							... 
							
							
							
							Duplicate of #1477  because we develop on the master branch. 
							
						 
						
							2013-08-30 18:32:37 -04:00  
				
					
						
							
							
								 
						
							
								cccfe1be78 
								
							 
						 
						
							
							
								
								Clarify that --config flag can take multiple files  
							
							
							
						 
						
							2013-08-29 16:27:47 -07:00  
				
					
						
							
							
								 
						
							
								0ab2b4207a 
								
							 
						 
						
							
							
								
								Add site.repository for the URL on Github.  Close   #1456  
							
							
							
						 
						
							2013-08-28 09:23:11 +02:00  
				
					
						
							
							
								 
						
							
								4fa4ad2232 
								
							 
						 
						
							
							
								
								Merge pull request  #1443  from ddavison/detachment  
							
							... 
							
							
							
							Detachment 
							
						 
						
							2013-08-24 20:16:42 -07:00  
				
					
						
							
							
								 
						
							
								aedac6060b 
								
							 
						 
						
							
							
								
								adding new -B flag for -background-  
							
							
							
						 
						
							2013-08-23 01:19:41 -04:00  
				
					
						
							
							
								 
						
							
								8463e62d92 
								
							 
						 
						
							
							
								
								adding note about running detached  
							
							
							
						 
						
							2013-08-22 13:45:06 +00:00  
				
					
						
							
							
								 
						
							
								aadf992616 
								
							 
						 
						
							
							
								
								Add code tags  
							
							
							
						 
						
							2013-08-22 08:32:56 +02:00  
				
					
						
							
							
								 
						
							
								8efcca9ddc 
								
							 
						 
						
							
							
								
								adding documentation on using detach  
							
							
							
						 
						
							2013-08-21 21:10:42 +00:00  
				
					
						
							
							
								 
						
							
								1177cb6f54 
								
							 
						 
						
							
							
								
								Add "pluralize" and "reading_time" filters to docs  
							
							
							
						 
						
							2013-08-20 20:57:15 -04:00  
				
					
						
							
							
								 
						
							
								894ae74619 
								
							 
						 
						
							
							
								
								Merge pull request  #1418  from nfagerlund/docs_redcarpet  
							
							... 
							
							
							
							Docs: Explain what goes into the redcarpet: extensions: array 
							
						 
						
							2013-08-13 17:34:43 -07:00  
				
					
						
							
							
								 
						
							
								00285411eb 
								
							 
						 
						
							
							
								
								Update curly apostrophes  
							
							
							
						 
						
							2013-08-13 22:56:04 +02:00  
				
					
						
							
							
								 
						
							
								6f22c83249 
								
							 
						 
						
							
							
								
								Docs: Explain what goes into the redcarpet: extensions: array  
							
							... 
							
							
							
							- Document the two secret-sauce extensions that Jekyll adds, which don't seem to
  be mentioned elsewhere.
- Link to the Redcarpet documentation for other extensions.
- Mention the three or so most common extensions.
- Mention that Redcarpet 2.2.2 lacks several extensions that were added later. 
							
						 
						
							2013-08-13 13:50:56 -07:00  
				
					
						
							
							
								 
						
							
								d7b5c40901 
								
							 
						 
						
							
							
								
								Correct internal links  
							
							
							
						 
						
							2013-08-11 15:09:23 +02:00  
				
					
						
							
							
								 
						
							
								bc3dccf0e5 
								
							 
						 
						
							
							
								
								Merge pull request  #1386  from mojombo/disable-excerpts  
							
							... 
							
							
							
							Disable automatically-generated excerpts with option 
							
						 
						
							2013-08-08 02:39:06 -07:00  
				
					
						
							
							
								 
						
							
								f17f799221 
								
							 
						 
						
							
							
								
								It's WordPress - capital P, dang it.  
							
							... 
							
							
							
							WordPress, like GitHub, is a camel-cased name that deserves to be
written properly. Props to @jeremyvisser for pointing this out.
Closes  #1384  
							
						 
						
							2013-08-06 18:44:20 +02:00  
				
					
						
							
							
								 
						
							
								a73b17d08c 
								
							 
						 
						
							
							
								
								Docs about disabling excerpts.  
							
							
							
						 
						
							2013-08-06 18:24:47 +02:00  
				
					
						
							
							
								 
						
							
								3af0e2ea4c 
								
							 
						 
						
							
							
								
								bugs in the site  
							
							
							
						 
						
							2013-08-06 18:08:58 +02:00  
				
					
						
							
							
								 
						
							
								fdf14d3911 
								
							 
						 
						
							
							
								
								Escape tag literal  
							
							
							
						 
						
							2013-08-04 12:30:06 -07:00  
				
					
						
							
							
								 
						
							
								73d03e5b54 
								
							 
						 
						
							
							
								
								Add postfiles plugin  
							
							... 
							
							
							
							Add my postfiles plugin to the list of plugins. 
							
						 
						
							2013-08-04 01:21:17 -07:00  
				
					
						
							
							
								 
						
							
								0b9199bba5 
								
							 
						 
						
							
							
								
								Add jekyll-ditaa to plugins list  
							
							
							
						 
						
							2013-08-02 16:57:11 +02:00