mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	Update Content (#33)
This commit is contained in:
		
				
					committed by
					
						
						digitalcraftsman
					
				
			
			
				
	
			
			
			
						parent
						
							8357e46a5e
						
					
				
				
					commit
					3dd21719f1
				
			@@ -1,7 +1,9 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
title = "About"
 | 
					title = "About"
 | 
				
			||||||
date = "2014-04-09"
 | 
					date = "2014-04-09"
 | 
				
			||||||
aliases = ["about-us","about-hugo"]
 | 
					aliases = ["about-us","about-hugo","contact"]
 | 
				
			||||||
 | 
					[ author ]
 | 
				
			||||||
 | 
					  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,3 +1,6 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
aliases = ["posts","articles","blog","showcase"]
 | 
					aliases = ["posts","articles","blog","showcase"]
 | 
				
			||||||
 | 
					title = "Posts"
 | 
				
			||||||
 | 
					[ author ]
 | 
				
			||||||
 | 
					  name = "Hugo Authors"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
@@ -1,5 +1,4 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
author = "Auteur du thème"
 | 
					 | 
				
			||||||
categories = ["Hugo"]
 | 
					categories = ["Hugo"]
 | 
				
			||||||
date = "2014-09-28"
 | 
					date = "2014-09-28"
 | 
				
			||||||
description = "Apprenez comment créer un thème Hugo"
 | 
					description = "Apprenez comment créer un thème Hugo"
 | 
				
			||||||
@@ -10,7 +9,6 @@ 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"
 | 
				
			||||||
 | 
					 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Introduction
 | 
					## Introduction
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,11 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
author: "Michael Henderson"
 | 
					author:
 | 
				
			||||||
 | 
					  name: "Michael Henderson"
 | 
				
			||||||
date: 2014-09-28
 | 
					date: 2014-09-28
 | 
				
			||||||
linktitle: Creating a New Theme
 | 
					linktitle: Creating a New Theme
 | 
				
			||||||
type: posts
 | 
					type:
 | 
				
			||||||
 | 
					- post 
 | 
				
			||||||
 | 
					- posts
 | 
				
			||||||
title: Creating a New Theme
 | 
					title: Creating a New Theme
 | 
				
			||||||
weight: 10
 | 
					weight: 10
 | 
				
			||||||
series:
 | 
					series:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,4 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
author = "Auteur inconnu"
 | 
					 | 
				
			||||||
categories = ["Go"]
 | 
					categories = ["Go"]
 | 
				
			||||||
date = "2014-04-02"
 | 
					date = "2014-04-02"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
@@ -9,8 +8,9 @@ featuredpath = "date"
 | 
				
			|||||||
linktitle = ""
 | 
					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 = "post"
 | 
					type = ["posts","post"]
 | 
				
			||||||
 | 
					[ author ]
 | 
				
			||||||
 | 
					  name = "Michael Henderson"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Hugo utilise l'excellente librairie [go][] [html/template][gohtmltemplate] pour
 | 
					Hugo utilise l'excellente librairie [go][] [html/template][gohtmltemplate] pour
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
title = "(Hu)go Template Primer"
 | 
					title = "(Hu)go Template Primer"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
type = "posts"
 | 
					type = ["posts","post"]
 | 
				
			||||||
tags = [
 | 
					tags = [
 | 
				
			||||||
    "go",
 | 
					    "go",
 | 
				
			||||||
    "golang",
 | 
					    "golang",
 | 
				
			||||||
@@ -15,6 +15,8 @@ categories = [
 | 
				
			|||||||
    "golang",
 | 
					    "golang",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
series = ["Hugo 101"]
 | 
					series = ["Hugo 101"]
 | 
				
			||||||
 | 
					[ author ]
 | 
				
			||||||
 | 
					  name = "Hugo Authors"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
 | 
					Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,4 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
author = "Auteur Hugo"
 | 
					 | 
				
			||||||
categories = ["Hugo"]
 | 
					categories = ["Hugo"]
 | 
				
			||||||
date = "2014-04-02"
 | 
					date = "2014-04-02"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
@@ -10,7 +9,8 @@ linktitle = ""
 | 
				
			|||||||
slug = "Debuter avec Hugo"
 | 
					slug = "Debuter avec Hugo"
 | 
				
			||||||
title = "Débuter avec Hugo"
 | 
					title = "Débuter avec Hugo"
 | 
				
			||||||
type = "post"
 | 
					type = "post"
 | 
				
			||||||
 | 
					[ author ]
 | 
				
			||||||
 | 
					  name = "Hugo Authors"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Étape 1. Installer Hugo
 | 
					## Étape 1. Installer Hugo
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
title = "Getting Started with Hugo"
 | 
					title = "Getting Started with Hugo"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
type = "posts"
 | 
					type = ["posts","post"]
 | 
				
			||||||
tags = [
 | 
					tags = [
 | 
				
			||||||
    "go",
 | 
					    "go",
 | 
				
			||||||
    "golang",
 | 
					    "golang",
 | 
				
			||||||
@@ -14,6 +14,8 @@ categories = [
 | 
				
			|||||||
    "golang",
 | 
					    "golang",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
series = ["Hugo 101"]
 | 
					series = ["Hugo 101"]
 | 
				
			||||||
 | 
					[ author ]
 | 
				
			||||||
 | 
					  name = "Hugo Authors"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Step 1. Install Hugo
 | 
					## Step 1. Install Hugo
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,4 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
author = "Auteur de migration"
 | 
					 | 
				
			||||||
categories = ["Hugo", "Jekyll"]
 | 
					categories = ["Hugo", "Jekyll"]
 | 
				
			||||||
date = "2014-03-10"
 | 
					date = "2014-03-10"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
@@ -9,8 +8,9 @@ featuredpath = ""
 | 
				
			|||||||
linktitle = ""
 | 
					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"
 | 
					type = ["posts","post"]
 | 
				
			||||||
 | 
					[ author ]
 | 
				
			||||||
 | 
					  name = "Hugo Authors"
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Déplacez le contenu statique vers `static`
 | 
					## Déplacez le contenu statique vers `static`
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,12 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
 | 
					author:
 | 
				
			||||||
 | 
					  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
 | 
				
			||||||
type: posts
 | 
					type:
 | 
				
			||||||
 | 
					- post 
 | 
				
			||||||
 | 
					- posts
 | 
				
			||||||
weight: 10
 | 
					weight: 10
 | 
				
			||||||
series:
 | 
					series:
 | 
				
			||||||
- Hugo 101
 | 
					- Hugo 101
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user