mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	Adding a menu to the content example site
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
title = "About Hugo"
 | 
					title = "About Hugo"
 | 
				
			||||||
date = "2014-04-09"
 | 
					date = "2014-04-09"
 | 
				
			||||||
 | 
					menu = "main"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Hugo is a static site engine written in go.
 | 
					Hugo is a static site engine written in go.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,6 +13,7 @@ categories = [
 | 
				
			|||||||
    "Development",
 | 
					    "Development",
 | 
				
			||||||
    "golang",
 | 
					    "golang",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					menu = "main"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
 | 
					Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,6 +12,7 @@ categories = [
 | 
				
			|||||||
    "Development",
 | 
					    "Development",
 | 
				
			||||||
    "golang",
 | 
					    "golang",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					menu = "main"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Step 1. Install Hugo
 | 
					## Step 1. Install Hugo
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user