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:
authorLuke Rawlins <luke.rawlins@outlook.com>2020-09-24 01:33:45 +0300
committerLuke Rawlins <luke.rawlins@outlook.com>2020-09-24 01:33:45 +0300
commit81e8120a5a5646c19ce13f71645f5e71c4c59d99 (patch)
tree147ead8dec84c0ccce9cd6dec1c77fe1e407a832 /exampleSite
parent193dc1a0d39afe05710ae5843ef70e5a131407b2 (diff)
initial
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..ea588d1 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: ["stuff and things"]
---
Here are some helpful tips for setting up this theme.