ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
767 stars 201 forks source link

Add support for table of contents? #16

Closed jbcpollak closed 8 years ago

jbcpollak commented 9 years ago

Does Minos support rendering a table of contents, like in https://github.com/hexojs/hexo/issues/408?

It looks like tranquilpeak supports the TOC by using a <!-- toc --> tag:

https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/blob/master/docs/user.md#display-table-of-contents

ppoffice commented 9 years ago

Just add

toc: true

in your theme's _config.yml file to enable toc.