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:31:45 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-25 21:31:45 +0300
commit63f0ae9e4d9dac8ff9beb00b32b86666d0b768d7 (patch)
treef094611b54a252a19baa1d5bf35d4b86d34f7147
parent7371797b1f06aed196e3ecb803a238c9f845585f (diff)
Assign multiple content types (#37)
-rw-r--r--content/post/creating-a-new-theme.md3
-rw-r--r--content/post/goisforlovers.fr.md2
-rw-r--r--content/post/goisforlovers.md2
-rw-r--r--content/post/hugoisforlovers.md1
-rw-r--r--content/post/migrate-from-jekyll.fr.md2
-rw-r--r--content/post/migrate-from-jekyll.md4
6 files changed, 4 insertions, 10 deletions
diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md
index e36315b..7ab64ad 100644
--- a/content/post/creating-a-new-theme.md
+++ b/content/post/creating-a-new-theme.md
@@ -2,9 +2,6 @@
author: "Hugo Authors"
date: 2014-09-28
linktitle: Creating a New Theme
-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 bfa81d5..d5ba3c9 100644
--- a/content/post/goisforlovers.fr.md
+++ b/content/post/goisforlovers.fr.md
@@ -8,7 +8,7 @@ featuredpath = "date"
linktitle = ""
slug = "Introduction aux modeles Hugo"
title = "Introduction aux modèles (Hu)go"
-type = ["posts","post"]
+type = "posts"
author = "Hugo Auteurs"
+++
diff --git a/content/post/goisforlovers.md b/content/post/goisforlovers.md
index 43bbc5e..ffb79aa 100644
--- a/content/post/goisforlovers.md
+++ b/content/post/goisforlovers.md
@@ -1,7 +1,7 @@
+++
title = "(Hu)go Template Primer"
description = ""
-type = ["posts","post"]
+type = "posts"
tags = [
"go",
"golang",
diff --git a/content/post/hugoisforlovers.md b/content/post/hugoisforlovers.md
index 1030cb9..6ff860f 100644
--- a/content/post/hugoisforlovers.md
+++ b/content/post/hugoisforlovers.md
@@ -1,7 +1,6 @@
+++
title = "Getting Started with Hugo"
description = ""
-type = ["posts","post"]
tags = [
"go",
"golang",
diff --git a/content/post/migrate-from-jekyll.fr.md b/content/post/migrate-from-jekyll.fr.md
index d66e56e..0a42665 100644
--- a/content/post/migrate-from-jekyll.fr.md
+++ b/content/post/migrate-from-jekyll.fr.md
@@ -8,7 +8,7 @@ featuredpath = ""
linktitle = ""
slug = "Migrer vers Hugo depuis Jekyll"
title = "Migrer vers Hugo depuis Jekyll"
-type = ["posts","post"]
+type = "posts"
author = "Hugo Auteurs"
+++
diff --git a/content/post/migrate-from-jekyll.md b/content/post/migrate-from-jekyll.md
index 903d231..bb302d5 100644
--- a/content/post/migrate-from-jekyll.md
+++ b/content/post/migrate-from-jekyll.md
@@ -3,9 +3,7 @@ author: "Hugo Authors"
date: 2014-03-10
linktitle: Migrating from Jekyll
title: Migrate to Hugo from Jekyll
-type:
-- post
-- posts
+type: posts
weight: 10
series:
- Hugo 101