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

Taxonomies-(Categories-and-Tags).md - github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4aefbbc46db1b365a18a7f5d58c8bb93103799c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)**