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