mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	add menu section to sample config.yml
This commit is contained in:
		
				
					committed by
					
						
						Aditya Telange
					
				
			
			
				
	
			
			
			
						parent
						
							4c54fb88f0
						
					
				
				
					commit
					a63c853e11
				
			@@ -129,6 +129,21 @@ params:
 | 
			
		||||
    analytics:
 | 
			
		||||
        google:
 | 
			
		||||
            SiteVerificationTag: "XYZabc"
 | 
			
		||||
 | 
			
		||||
menu:
 | 
			
		||||
    main:
 | 
			
		||||
        - identifier: categories
 | 
			
		||||
          name: categories
 | 
			
		||||
          url: /categories/
 | 
			
		||||
          weight: 10
 | 
			
		||||
        - identifier: tags
 | 
			
		||||
          name: tags
 | 
			
		||||
          url: /tags/
 | 
			
		||||
          weight: 20
 | 
			
		||||
        - identifier: example
 | 
			
		||||
          name: example.org
 | 
			
		||||
          url: https://example.org
 | 
			
		||||
          weight: 30
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user