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-17 13:03:17 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-17 13:03:17 +0300
commit4e47e94a69eb67a37f0dd55a2b4eaad05bb8ffe3 (patch)
treeb3f84694e7887a71ee687b3ebde8bb6a638b47b6
parent278f6dee519b273f951601213db025fe1a70e9cb (diff)
Add Series Taxonomy (#19)
Closes #18
-rw-r--r--content/post/creating-a-new-theme.md1
-rw-r--r--content/post/goisforlovers.md1
-rw-r--r--content/post/hugoisforlovers.md1
-rw-r--r--content/post/migrate-from-jekyll.md1
4 files changed, 4 insertions, 0 deletions
diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md
index f8230a1..531ddd5 100644
--- a/content/post/creating-a-new-theme.md
+++ b/content/post/creating-a-new-theme.md
@@ -9,6 +9,7 @@ next: /tutorials/github-pages-blog
prev: /tutorials/automated-deployments
title: Creating a New Theme
weight: 10
+series: Hugo 101
---
diff --git a/content/post/goisforlovers.md b/content/post/goisforlovers.md
index df125d8..603b188 100644
--- a/content/post/goisforlovers.md
+++ b/content/post/goisforlovers.md
@@ -14,6 +14,7 @@ categories = [
"golang",
]
menu = "main"
+series = "Hugo 101"
+++
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
diff --git a/content/post/hugoisforlovers.md b/content/post/hugoisforlovers.md
index 02bb509..66eb5d9 100644
--- a/content/post/hugoisforlovers.md
+++ b/content/post/hugoisforlovers.md
@@ -13,6 +13,7 @@ categories = [
"golang",
]
menu = "main"
+series = "Hugo 101"
+++
## Step 1. Install Hugo
diff --git a/content/post/migrate-from-jekyll.md b/content/post/migrate-from-jekyll.md
index 75f9558..c59ff55 100644
--- a/content/post/migrate-from-jekyll.md
+++ b/content/post/migrate-from-jekyll.md
@@ -7,6 +7,7 @@ menu:
prev: /tutorials/mathjax
title: Migrate to Hugo from Jekyll
weight: 10
+series: Hugo 101
---
## Move static content to `static`