Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-02-25 21:28:21 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-25 21:28:21 +0300
commit7371797b1f06aed196e3ecb803a238c9f845585f (patch)
tree85ab2ffc6a0b565fac10a9d13b0a6d59538a6052
parent3dd21719f1efe1946816dbc7f032b34ef64b6453 (diff)
Revert author parameter back to a string (#36)
This reverts the author front matter parameter back to a string in order to fix the 12 theme demos that broke with #33 The demos that were supposed to be fixed in that PR were whiteListed with https://github.com/gohugoio/hugoThemes/pull/586
-rw-r--r--content/about.md3
-rw-r--r--content/post/_index.md3
-rw-r--r--content/post/creating-a-new-theme.fr.md1
-rw-r--r--content/post/creating-a-new-theme.md3
-rw-r--r--content/post/goisforlovers.fr.md3
-rw-r--r--content/post/goisforlovers.md3
-rw-r--r--content/post/hugoisforlovers.fr.md3
-rw-r--r--content/post/hugoisforlovers.md3
-rw-r--r--content/post/migrate-from-jekyll.fr.md3
-rw-r--r--content/post/migrate-from-jekyll.md3
10 files changed, 10 insertions, 18 deletions
diff --git a/content/about.md b/content/about.md
index 318d60f..2954853 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 af91c02..127b32d 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 8e0aca0..fecdad8 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 fa68901..e36315b 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 80ec632..bfa81d5 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 a208ef9..43bbc5e 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 d4979ab..50c0098 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 848b1ee..1030cb9 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 b23ab40..d66e56e 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 132d74b..903d231 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