diff --git a/content/about.md b/content/about.md index 318d60f0..2954853e 100644 --- a/content/about.md +++ b/content/about.md @@ -2,8 +2,7 @@ title = "About" date = "2014-04-09" aliases = ["about-us","about-hugo","contact"] -[ author ] - name = "Hugo Authors" +author = "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 af91c02a..127b32d5 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -1,6 +1,5 @@ +++ aliases = ["posts","articles","blog","showcase"] title = "Posts" -[ author ] - name = "Hugo Authors" +author = "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 8e0aca0f..fecdad83 100644 --- a/content/post/creating-a-new-theme.fr.md +++ b/content/post/creating-a-new-theme.fr.md @@ -9,6 +9,7 @@ linktitle = "" title = "Création d'un nouveau thème" slug = "Creation d'un nouveau theme" type = "post" +author = "Hugo Auteurs" +++ ## Introduction diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md index fa68901f..e36315b1 100644 --- a/content/post/creating-a-new-theme.md +++ b/content/post/creating-a-new-theme.md @@ -1,6 +1,5 @@ --- -author: - name: "Michael Henderson" +author: "Hugo Authors" date: 2014-09-28 linktitle: Creating a New Theme type: diff --git a/content/post/goisforlovers.fr.md b/content/post/goisforlovers.fr.md index 80ec6328..bfa81d58 100644 --- a/content/post/goisforlovers.fr.md +++ b/content/post/goisforlovers.fr.md @@ -9,8 +9,7 @@ linktitle = "" slug = "Introduction aux modeles Hugo" title = "Introduction aux modèles (Hu)go" type = ["posts","post"] -[ author ] - name = "Michael Henderson" +author = "Hugo Auteurs" +++ Hugo utilise l'excellente librairie [go][] [html/template][gohtmltemplate] pour diff --git a/content/post/goisforlovers.md b/content/post/goisforlovers.md index a208ef9a..43bbc5e4 100644 --- a/content/post/goisforlovers.md +++ b/content/post/goisforlovers.md @@ -15,8 +15,7 @@ categories = [ "golang", ] series = ["Hugo 101"] -[ author ] - name = "Hugo Authors" +author = "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 d4979aba..50c00985 100644 --- a/content/post/hugoisforlovers.fr.md +++ b/content/post/hugoisforlovers.fr.md @@ -9,8 +9,7 @@ linktitle = "" slug = "Debuter avec Hugo" title = "Débuter avec Hugo" type = "post" -[ author ] - name = "Hugo Authors" +author = "Hugo Auteurs" +++ ## Étape 1. Installer Hugo diff --git a/content/post/hugoisforlovers.md b/content/post/hugoisforlovers.md index 848b1eec..1030cb9c 100644 --- a/content/post/hugoisforlovers.md +++ b/content/post/hugoisforlovers.md @@ -14,8 +14,7 @@ categories = [ "golang", ] series = ["Hugo 101"] -[ author ] - name = "Hugo Authors" +author = "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 b23ab40d..d66e56ea 100644 --- a/content/post/migrate-from-jekyll.fr.md +++ b/content/post/migrate-from-jekyll.fr.md @@ -9,8 +9,7 @@ linktitle = "" slug = "Migrer vers Hugo depuis Jekyll" title = "Migrer vers Hugo depuis Jekyll" type = ["posts","post"] -[ author ] - name = "Hugo Authors" +author = "Hugo Auteurs" +++ ## Déplacez le contenu statique vers `static` diff --git a/content/post/migrate-from-jekyll.md b/content/post/migrate-from-jekyll.md index 132d74b3..903d2312 100644 --- a/content/post/migrate-from-jekyll.md +++ b/content/post/migrate-from-jekyll.md @@ -1,6 +1,5 @@ --- -author: - name: "Hugo Authors" +author: "Hugo Authors" date: 2014-03-10 linktitle: Migrating from Jekyll title: Migrate to Hugo from Jekyll