mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	Re-add Series Taxonomy with 2nd config (#23)
This commit is contained in:
		 Alexandros
					Alexandros
				
			
				
					committed by
					
						 digitalcraftsman
						digitalcraftsman
					
				
			
			
				
	
			
			
			 digitalcraftsman
						digitalcraftsman
					
				
			
						parent
						
							433a25658e
						
					
				
				
					commit
					895ce916d5
				
			
							
								
								
									
										2
									
								
								configTaxo.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								configTaxo.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | |||||||
|  | [taxonomies] | ||||||
|  | series = "series" | ||||||
| @@ -9,6 +9,8 @@ next: /tutorials/github-pages-blog | |||||||
| prev: /tutorials/automated-deployments | prev: /tutorials/automated-deployments | ||||||
| title: Creating a New Theme | title: Creating a New Theme | ||||||
| weight: 10 | weight: 10 | ||||||
|  | series: | ||||||
|  | - Hugo 101 | ||||||
| --- | --- | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -14,6 +14,7 @@ categories = [ | |||||||
|     "golang", |     "golang", | ||||||
| ] | ] | ||||||
| menu = "main" | menu = "main" | ||||||
|  | series = ["Hugo 101"] | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for | Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for | ||||||
|   | |||||||
| @@ -13,6 +13,7 @@ categories = [ | |||||||
|     "golang", |     "golang", | ||||||
| ] | ] | ||||||
| menu = "main" | menu = "main" | ||||||
|  | series = ["Hugo 101"] | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| ## Step 1. Install Hugo | ## Step 1. Install Hugo | ||||||
|   | |||||||
| @@ -7,6 +7,8 @@ menu: | |||||||
| prev: /tutorials/mathjax | prev: /tutorials/mathjax | ||||||
| title: Migrate to Hugo from Jekyll | title: Migrate to Hugo from Jekyll | ||||||
| weight: 10 | weight: 10 | ||||||
|  | series: | ||||||
|  | - Hugo 101 | ||||||
| --- | --- | ||||||
|  |  | ||||||
| ## Move static content to `static` | ## Move static content to `static` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user