Add _drafts to site structure page
This commit is contained in:
		
							parent
							
								
									61a9988ef3
								
							
						
					
					
						commit
						9fe42fe09c
					
				| 
						 | 
					@ -19,6 +19,9 @@ A basic Jekyll site usually looks something like this:
 | 
				
			||||||
{% highlight bash %}
 | 
					{% highlight bash %}
 | 
				
			||||||
.
 | 
					.
 | 
				
			||||||
├── _config.yml
 | 
					├── _config.yml
 | 
				
			||||||
 | 
					├── _drafts
 | 
				
			||||||
 | 
					|   ├── begin-with-the-crazy-ideas.textile
 | 
				
			||||||
 | 
					|   └── on-simplicity-in-technology.markdown
 | 
				
			||||||
├── _includes
 | 
					├── _includes
 | 
				
			||||||
|   ├── footer.html
 | 
					|   ├── footer.html
 | 
				
			||||||
|   └── header.html
 | 
					|   └── header.html
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue