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-20 16:14:52 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-20 16:14:52 +0300
commit895ce916d584a1543a15fbd1e77c4cd383155874 (patch)
treeab65248478488f8b7dbcf0e1c33ce4dacf147095
parent433a25658ea1f25794220e94ee964ce265f371d0 (diff)
Re-add Series Taxonomy with 2nd config (#23)
-rw-r--r--configTaxo.toml2
-rw-r--r--content/post/creating-a-new-theme.md2
-rw-r--r--content/post/goisforlovers.md1
-rw-r--r--content/post/hugoisforlovers.md1
-rw-r--r--content/post/migrate-from-jekyll.md2
5 files changed, 8 insertions, 0 deletions
diff --git a/configTaxo.toml b/configTaxo.toml
new file mode 100644
index 0000000..234f5fc
--- /dev/null
+++ b/configTaxo.toml
@@ -0,0 +1,2 @@
+[taxonomies]
+series = "series" \ No newline at end of file
diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md
index f8230a1..8fe3a30 100644
--- a/content/post/creating-a-new-theme.md
+++ b/content/post/creating-a-new-theme.md
@@ -9,6 +9,8 @@ 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..07c2d75 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..e9f40e3 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..6281d31 100644
--- a/content/post/migrate-from-jekyll.md
+++ b/content/post/migrate-from-jekyll.md
@@ -7,6 +7,8 @@ menu:
prev: /tutorials/mathjax
title: Migrate to Hugo from Jekyll
weight: 10
+series:
+- Hugo 101
---
## Move static content to `static`