Update Content (#33)

This commit is contained in:
Alexandros 2019-02-23 18:27:49 +02:00 committed by digitalcraftsman
parent 8357e46a5e
commit 3dd21719f1
10 changed files with 30 additions and 16 deletions

View File

@ -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 **worlds fastest framework for building websites**. It is written in Go.

View File

@ -1,3 +1,6 @@
+++
aliases = ["posts","articles","blog","showcase"]
title = "Posts"
[ author ]
name = "Hugo Authors"
+++

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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`

View File

@ -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