mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	Revert author parameter back to a string (#36)
This reverts the author front matter parameter back to a string in order to fix the 12 theme demos that broke with #33 The demos that were supposed to be fixed in that PR were whiteListed with https://github.com/gohugoio/hugoThemes/pull/586
This commit is contained in:
		 Alexandros
					Alexandros
				
			
				
					committed by
					
						 digitalcraftsman
						digitalcraftsman
					
				
			
			
				
	
			
			
			 digitalcraftsman
						digitalcraftsman
					
				
			
						parent
						
							3dd21719f1
						
					
				
				
					commit
					7371797b1f
				
			| @@ -2,8 +2,7 @@ | |||||||
| title = "About" | title = "About" | ||||||
| date = "2014-04-09" | date = "2014-04-09" | ||||||
| aliases = ["about-us","about-hugo","contact"] | aliases = ["about-us","about-hugo","contact"] | ||||||
| [ author ] | author = "Hugo Authors" | ||||||
|   name = "Hugo Authors" |  | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| Hugo is the **world’s fastest framework for building websites**. It is written in Go. | Hugo is the **world’s fastest framework for building websites**. It is written in Go. | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| +++ | +++ | ||||||
| aliases = ["posts","articles","blog","showcase"] | aliases = ["posts","articles","blog","showcase"] | ||||||
| title = "Posts" | title = "Posts" | ||||||
| [ author ] | author = "Hugo Authors" | ||||||
|   name = "Hugo Authors" |  | ||||||
| +++ | +++ | ||||||
| @@ -9,6 +9,7 @@ linktitle = "" | |||||||
| title = "Création d'un nouveau thème" | title = "Création d'un nouveau thème" | ||||||
| slug = "Creation d'un nouveau theme" | slug = "Creation d'un nouveau theme" | ||||||
| type = "post" | type = "post" | ||||||
|  | author = "Hugo Auteurs" | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| ## Introduction | ## Introduction | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| --- | --- | ||||||
| author: | author: "Hugo Authors" | ||||||
|   name: "Michael Henderson" |  | ||||||
| date: 2014-09-28 | date: 2014-09-28 | ||||||
| linktitle: Creating a New Theme | linktitle: Creating a New Theme | ||||||
| type: | type: | ||||||
|   | |||||||
| @@ -9,8 +9,7 @@ linktitle = "" | |||||||
| slug = "Introduction aux modeles Hugo" | slug = "Introduction aux modeles Hugo" | ||||||
| title = "Introduction aux modèles (Hu)go" | title = "Introduction aux modèles (Hu)go" | ||||||
| type = ["posts","post"] | type = ["posts","post"] | ||||||
| [ author ] | author = "Hugo Auteurs" | ||||||
|   name = "Michael Henderson" |  | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| Hugo utilise l'excellente librairie [go][] [html/template][gohtmltemplate] pour | Hugo utilise l'excellente librairie [go][] [html/template][gohtmltemplate] pour | ||||||
|   | |||||||
| @@ -15,8 +15,7 @@ categories = [ | |||||||
|     "golang", |     "golang", | ||||||
| ] | ] | ||||||
| series = ["Hugo 101"] | series = ["Hugo 101"] | ||||||
| [ author ] | author = "Hugo Authors" | ||||||
|   name = "Hugo Authors" |  | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for | Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for | ||||||
|   | |||||||
| @@ -9,8 +9,7 @@ linktitle = "" | |||||||
| slug = "Debuter avec Hugo" | slug = "Debuter avec Hugo" | ||||||
| title = "Débuter avec Hugo" | title = "Débuter avec Hugo" | ||||||
| type = "post" | type = "post" | ||||||
| [ author ] | author = "Hugo Auteurs" | ||||||
|   name = "Hugo Authors" |  | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| ## Étape 1. Installer Hugo | ## Étape 1. Installer Hugo | ||||||
|   | |||||||
| @@ -14,8 +14,7 @@ categories = [ | |||||||
|     "golang", |     "golang", | ||||||
| ] | ] | ||||||
| series = ["Hugo 101"] | series = ["Hugo 101"] | ||||||
| [ author ] | author = "Hugo Authors" | ||||||
|   name = "Hugo Authors" |  | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| ## Step 1. Install Hugo | ## Step 1. Install Hugo | ||||||
|   | |||||||
| @@ -9,8 +9,7 @@ linktitle = "" | |||||||
| slug = "Migrer vers Hugo depuis Jekyll" | slug = "Migrer vers Hugo depuis Jekyll" | ||||||
| title = "Migrer vers Hugo depuis Jekyll" | title = "Migrer vers Hugo depuis Jekyll" | ||||||
| type = ["posts","post"] | type = ["posts","post"] | ||||||
| [ author ] | author = "Hugo Auteurs" | ||||||
|   name = "Hugo Authors" |  | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| ## Déplacez le contenu statique vers `static` | ## Déplacez le contenu statique vers `static` | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| --- | --- | ||||||
| author: | author: "Hugo Authors" | ||||||
|   name: "Hugo Authors" |  | ||||||
| date: 2014-03-10 | date: 2014-03-10 | ||||||
| linktitle: Migrating from Jekyll | linktitle: Migrating from Jekyll | ||||||
| title: Migrate to Hugo from Jekyll | title: Migrate to Hugo from Jekyll | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user