Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-10-12 02:47:53 +0300
committerVictoria Drake <hello@victoria.dev>2020-10-12 02:47:53 +0300
commitfae154e857436475fe83cb39efe1d0d62e81582c (patch)
tree614e8c8e03377e250210a64083f6fe15bc728fc0 /exampleSite
parenta90171fdb15bfaae3d2cdf1ead707e57219ec116 (diff)
Add demo taxonomy to example post
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/content/en/blog/configuration.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e5e2d74..f2dfc27 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -74,6 +74,7 @@ DefaultContentLanguage = "en" # Default language fo
# You can add more by yourself
[taxonomies]
tag = "tags"
+ series = "series"
[markup]
defaultMarkdownHandler = "goldmark"
diff --git a/exampleSite/content/en/blog/configuration.md b/exampleSite/content/en/blog/configuration.md
index dc76d37..148823e 100644
--- a/exampleSite/content/en/blog/configuration.md
+++ b/exampleSite/content/en/blog/configuration.md
@@ -2,6 +2,7 @@
title: "Theme Features"
date: 2020-07-25T02:04:06-05:00
tags: ["code"]
+series: ["quickstart"]
---
Here are some helpful tips for setting up this theme.