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
				
			
							
								
								
									
										10
									
								
								config.toml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								config.toml
									
									
									
									
									
								
							| @@ -16,4 +16,12 @@ title = "Hugo Themes" | |||||||
| [languages.fr] | [languages.fr] | ||||||
| languageName = "Français" | languageName = "Français" | ||||||
| weight = 2 | weight = 2 | ||||||
| title = "Thèmes Hugo" | title = "Thèmes Hugo" | ||||||
|  |  | ||||||
|  | [menu] | ||||||
|  |  | ||||||
|  |   [[menu.main]] | ||||||
|  |     identifier = "tutorials" | ||||||
|  |     name = "Tutorials" | ||||||
|  |     url = "/post/" | ||||||
|  |     weight = 5 | ||||||
| @@ -2,11 +2,6 @@ | |||||||
| author: "Michael Henderson" | author: "Michael Henderson" | ||||||
| date: 2014-09-28 | date: 2014-09-28 | ||||||
| linktitle: Creating a New Theme | linktitle: Creating a New Theme | ||||||
| menu: |  | ||||||
|   main: |  | ||||||
|     parent: tutorials |  | ||||||
| next: /tutorials/github-pages-blog |  | ||||||
| prev: /tutorials/automated-deployments |  | ||||||
| title: Creating a New Theme | title: Creating a New Theme | ||||||
| weight: 10 | weight: 10 | ||||||
| series: | series: | ||||||
|   | |||||||
| @@ -13,7 +13,6 @@ categories = [ | |||||||
|     "Development", |     "Development", | ||||||
|     "golang", |     "golang", | ||||||
| ] | ] | ||||||
| menu = "main" |  | ||||||
| series = ["Hugo 101"] | series = ["Hugo 101"] | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -12,7 +12,6 @@ categories = [ | |||||||
|     "Development", |     "Development", | ||||||
|     "golang", |     "golang", | ||||||
| ] | ] | ||||||
| menu = "main" |  | ||||||
| series = ["Hugo 101"] | series = ["Hugo 101"] | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,10 +1,6 @@ | |||||||
| --- | --- | ||||||
| date: 2014-03-10 | date: 2014-03-10 | ||||||
| linktitle: Migrating from Jekyll | linktitle: Migrating from Jekyll | ||||||
| menu: |  | ||||||
|   main: |  | ||||||
|     parent: tutorials |  | ||||||
| prev: /tutorials/mathjax |  | ||||||
| title: Migrate to Hugo from Jekyll | title: Migrate to Hugo from Jekyll | ||||||
| weight: 10 | weight: 10 | ||||||
| series: | series: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user