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-19 18:21:58 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-19 18:21:58 +0300
commitb92f88f27c3f058615a060da92be73475a8dad2f (patch)
tree93d080cf69798d698ac3fac74096d8225764f00b
parent93a7b4c297cc32eac00c6a81eb832e920de7ca4f (diff)
Revert "Add Series Taxonomy (#19)" (#22)
This reverts commit 4e47e94a69eb67a37f0dd55a2b4eaad05bb8ffe3. A [great number](https://app.netlify.com/sites/hugothemes/deploys/5c6936d1dddaef000819a6e8) of theme demos on the website broke because of this commit due to the following: - Series is on the predefined frontmatter variable lists due to its use in the internal opengraph template. - Series is predefined as an array whereas I entered it as a string. - Also series needs to be defined as a Taxonomy in the config of an exampleSite. Since the config is inherited by theme authors if they have not defined the series taxonomy then their demo will again break. **NOTE** I will be more rigorous with testing before sending more PRs. cc: @digitalcraftsman
-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, 0 insertions, 4 deletions
diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md
index 531ddd5..f8230a1 100644
--- a/content/post/creating-a-new-theme.md
+++ b/content/post/creating-a-new-theme.md
@@ -9,7 +9,6 @@ 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 603b188..df125d8 100644
--- a/content/post/goisforlovers.md
+++ b/content/post/goisforlovers.md
@@ -14,7 +14,6 @@ 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 66eb5d9..02bb509 100644
--- a/content/post/hugoisforlovers.md
+++ b/content/post/hugoisforlovers.md
@@ -13,7 +13,6 @@ 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 c59ff55..75f9558 100644
--- a/content/post/migrate-from-jekyll.md
+++ b/content/post/migrate-from-jekyll.md
@@ -7,7 +7,6 @@ menu:
prev: /tutorials/mathjax
title: Migrate to Hugo from Jekyll
weight: 10
-series: Hugo 101
---
## Move static content to `static`