Closed jbcpollak closed 8 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:
<!-- toc -->
https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/blob/master/docs/user.md#display-table-of-contents
Just add
toc: true
in your theme's _config.yml file to enable toc.
_config.yml
toc
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