From b0300633bb0971d0ba042275cd24991d550a3e93 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Sat, 23 Nov 2019 21:10:24 +0800 Subject: Created Tag & Category Index or Taxonomies (markdown) --- Tag-&-Category-Index-or-Taxonomies.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Tag-&-Category-Index-or-Taxonomies.md diff --git a/Tag-&-Category-Index-or-Taxonomies.md b/Tag-&-Category-Index-or-Taxonomies.md new file mode 100644 index 0000000..ec36e0d --- /dev/null +++ b/Tag-&-Category-Index-or-Taxonomies.md @@ -0,0 +1,23 @@ +# Tag & Category Index + +This theme originally supports two kind of taxonomy page: tag index and category index. + +## How to Add Tag (or Category) Index to the sidebar? +Please edit the `config.toml` in the root directory. + +Modify the section `[taxonomies]` as follows. +``` +[taxonomies] + tag = "tags" + category = "categories" +``` +*No more modification.* Then you will see the two index in the sidebar. +(In the mobile view, it's the drawer.) + +## How about other taxonomies? +Sure, this theme supports other taxonomies. + +You can add it as I said in the previous section. + +But different with tag & category, the taxonomy you add will not shown in the top of the post. +It will only shown in the sidebar (or the drawer). \ No newline at end of file -- cgit v1.2.3