mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	Add more Taxonomies configuration (#27)
This PR adds the default Hugo taxonomies configuration in the second config of the HugoBasicExample. This PR will fix a number of theme demos that currently require the default Hugo taxonomies. For example the [Plain Blog](https://themes.gohugo.io/plain-blog/) theme demo will generate once again after this PR is merged.
This commit is contained in:
		
				
					committed by
					
						
						digitalcraftsman
					
				
			
			
				
	
			
			
			
						parent
						
							5cf42a224f
						
					
				
				
					commit
					2941cdef6a
				
			@@ -1,2 +1,4 @@
 | 
			
		||||
[taxonomies]
 | 
			
		||||
category = "categories"
 | 
			
		||||
tag = "tags"
 | 
			
		||||
series = "series"
 | 
			
		||||
		Reference in New Issue
	
	Block a user