klugjo / hexo-theme-phantom

Hexo implementation of Phantom (http://html5up.net/phantom)
243 stars 65 forks source link

Can i add a menu called tags or categories in the menu? #8

Closed liky88 closed 8 years ago

liky88 commented 8 years ago

Can i add a menu called tags or categories in the menu?

i tried to set it like the about menu. For example, it does not seem to work for tags menu, it won't show out all the tags.

klugjo commented 8 years ago

Unfortunately there is no such page. It is a limitation of Hexo, not the Phantom theme.

One way to do it would be to create a plugin, something like this tag cloud https://github.com/MikeCoder/hexo-tag-cloud that displays a list of tags.

Then insert it on a custom page and link to it from the menu

Good luck, if you don't know how to do that, I could help you work on it