mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			658 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			658 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								| Kind | Description | Example |
							 | 
						||
| 
								 | 
							
								|----------------|--------------------------------------------------------------------|-------------------------------------------------------------------------------|
							 | 
						||
| 
								 | 
							
								| `home` | The landing page for the home page | `/index.html` |
							 | 
						||
| 
								 | 
							
								| `page` | The landing page for a given page | `my-post` page (`/posts/my-post/index.html`) |
							 | 
						||
| 
								 | 
							
								| `section` | The landing page of a given section | `posts` section (`/posts/index.html`) |
							 | 
						||
| 
								 | 
							
								| `taxonomy` | The landing page for a taxonomy | `tags` taxonomy (`/tags/index.html`) |
							 | 
						||
| 
								 | 
							
								| `term` | The landing page for one taxonomy's term | term `awesome` in `tags` taxonomy (`/tags/awesome/index.html`) |
							 |