ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 335 forks source link

indexes support for tags,categories,authors #282

Closed noraj closed 4 years ago

noraj commented 4 years ago

Feature

I added indexes for

One need to create those files.

source/author/index.md

---
title: Authors
layout: "authors"
---

source/tags/index.md

---
title: Tags
layout: "tags"
---

source/categories/index.md

---
title: Categories
layout: "categories"
---

Screenshots

image

image

image