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