klugjo / hexo-theme-clean-blog

Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html
MIT License
402 stars 130 forks source link

can't generate tags page properly. #17

Closed haichao592 closed 8 years ago

haichao592 commented 8 years ago

this theme seems can't generate tags page properly. you can visit my site haichao.me to verify.

and I set tags index.md like this:

title: tags date: 2016-06-08 16:19:38 type: tags

comments: false

and i also checked the public/tags/index.html, there is no tag information.

GHLandy commented 8 years ago

Yeah,it can't!I have talking about this problem,it can only generate the tags index, like /tags/linux/index.html。you can edit source/tags/index.md file by yourself.

klugjo commented 8 years ago

This is a Hexo limitation, not the theme.

You can try to create a custom page:

source/tag.md

with this header

title: Tags
date: 2013-12-26 22:52:56
---

and this will create a /tags.html page at the root of the site