diff --git a/content/about.md b/content/about.md index cdb01ec8..318d60f0 100644 --- a/content/about.md +++ b/content/about.md @@ -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. diff --git a/content/post/_index.md b/content/post/_index.md index 3e6fdc58..af91c02a 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -1,3 +1,6 @@ +++ aliases = ["posts","articles","blog","showcase"] +title = "Posts" +[ author ] + name = "Hugo Authors" +++ \ No newline at end of file diff --git a/content/post/creating-a-new-theme.fr.md b/content/post/creating-a-new-theme.fr.md index 3af13792..8e0aca0f 100644 --- a/content/post/creating-a-new-theme.fr.md +++ b/content/post/creating-a-new-theme.fr.md @@ -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 diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md index b2321286..fa68901f 100644 --- a/content/post/creating-a-new-theme.md +++ b/content/post/creating-a-new-theme.md @@ -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: diff --git a/content/post/goisforlovers.fr.md b/content/post/goisforlovers.fr.md index 93f336fa..80ec6328 100644 --- a/content/post/goisforlovers.fr.md +++ b/content/post/goisforlovers.fr.md @@ -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 diff --git a/content/post/goisforlovers.md b/content/post/goisforlovers.md index 84110cb9..a208ef9a 100644 --- a/content/post/goisforlovers.md +++ b/content/post/goisforlovers.md @@ -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 diff --git a/content/post/hugoisforlovers.fr.md b/content/post/hugoisforlovers.fr.md index 1159c8f4..d4979aba 100644 --- a/content/post/hugoisforlovers.fr.md +++ b/content/post/hugoisforlovers.fr.md @@ -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 diff --git a/content/post/hugoisforlovers.md b/content/post/hugoisforlovers.md index a95362c7..848b1eec 100644 --- a/content/post/hugoisforlovers.md +++ b/content/post/hugoisforlovers.md @@ -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 diff --git a/content/post/migrate-from-jekyll.fr.md b/content/post/migrate-from-jekyll.fr.md index 66eeaf6b..b23ab40d 100644 --- a/content/post/migrate-from-jekyll.fr.md +++ b/content/post/migrate-from-jekyll.fr.md @@ -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` diff --git a/content/post/migrate-from-jekyll.md b/content/post/migrate-from-jekyll.md index de739baa..132d74b3 100644 --- a/content/post/migrate-from-jekyll.md +++ b/content/post/migrate-from-jekyll.md @@ -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