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-23 19:27:49 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-23 19:27:49 +0300
commit3dd21719f1efe1946816dbc7f032b34ef64b6453 (patch)
tree69d47d64746c56ccd2cde2f4254c7d2c1f766f7d
parent8357e46a5e41fbd263680db6933380f8aaeca9fd (diff)
Update Content (#33)
-rw-r--r--content/about.md4
-rw-r--r--content/post/_index.md3
-rw-r--r--content/post/creating-a-new-theme.fr.md2
-rw-r--r--content/post/creating-a-new-theme.md7
-rw-r--r--content/post/goisforlovers.fr.md6
-rw-r--r--content/post/goisforlovers.md4
-rw-r--r--content/post/hugoisforlovers.fr.md4
-rw-r--r--content/post/hugoisforlovers.md4
-rw-r--r--content/post/migrate-from-jekyll.fr.md6
-rw-r--r--content/post/migrate-from-jekyll.md6
10 files changed, 30 insertions, 16 deletions
diff --git a/content/about.md b/content/about.md
index cdb01ec..318d60f 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 3e6fdc5..af91c02 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 3af1379..8e0aca0 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 b232128..fa68901 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 93f336f..80ec632 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 84110cb..a208ef9 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 1159c8f..d4979ab 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 a95362c..848b1ee 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 66eeaf6..b23ab40 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 de739ba..132d74b 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