mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Move menu configuration in config.toml (#25)
This commit is contained in:
		 Alexandros
					Alexandros
				
			
				
					committed by
					
						 digitalcraftsman
						digitalcraftsman
					
				
			
			
				
	
			
			
			 digitalcraftsman
						digitalcraftsman
					
				
			
						parent
						
							6ad74b6295
						
					
				
				
					commit
					d5a9c64a7c
				
			| @@ -17,3 +17,11 @@ title = "Hugo Themes" | ||||
| languageName = "Français" | ||||
| weight = 2 | ||||
| title = "Thèmes Hugo" | ||||
|  | ||||
| [menu] | ||||
|  | ||||
|   [[menu.main]] | ||||
|     identifier = "tutorials" | ||||
|     name = "Tutorials" | ||||
|     url = "/post/" | ||||
|     weight = 5 | ||||
| @@ -2,11 +2,6 @@ | ||||
| author: "Michael Henderson" | ||||
| date: 2014-09-28 | ||||
| linktitle: Creating a New Theme | ||||
| menu: | ||||
|   main: | ||||
|     parent: tutorials | ||||
| next: /tutorials/github-pages-blog | ||||
| prev: /tutorials/automated-deployments | ||||
| title: Creating a New Theme | ||||
| weight: 10 | ||||
| series: | ||||
|   | ||||
| @@ -13,7 +13,6 @@ categories = [ | ||||
|     "Development", | ||||
|     "golang", | ||||
| ] | ||||
| menu = "main" | ||||
| series = ["Hugo 101"] | ||||
| +++ | ||||
|  | ||||
|   | ||||
| @@ -12,7 +12,6 @@ categories = [ | ||||
|     "Development", | ||||
|     "golang", | ||||
| ] | ||||
| menu = "main" | ||||
| series = ["Hugo 101"] | ||||
| +++ | ||||
|  | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| date: 2014-03-10 | ||||
| linktitle: Migrating from Jekyll | ||||
| menu: | ||||
|   main: | ||||
|     parent: tutorials | ||||
| prev: /tutorials/mathjax | ||||
| title: Migrate to Hugo from Jekyll | ||||
| weight: 10 | ||||
| series: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user