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

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Taxonomies-(Categories-and-Tags).md')
-rw-r--r--Taxonomies-(Categories-and-Tags).md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Taxonomies-(Categories-and-Tags).md b/Taxonomies-(Categories-and-Tags).md
new file mode 100644
index 0000000..a4aefbb
--- /dev/null
+++ b/Taxonomies-(Categories-and-Tags).md
@@ -0,0 +1,13 @@
+
+This theme originally supports two kind of taxonomy page: tag index and category index.
+
+Please edit the `config.toml` in the root directory.
+
+Modify the section `[taxonomies]` as follows.
+```
+[taxonomies]
+ tag = "tags"
+ category = "categories"
+```
+
+**You should add them to sidebar manully. Please see [Customize sidebar](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#customize-sidebar)** \ No newline at end of file