Loading... 此插件可以在呈现帖子之前插入markdown TOC目录 Github地址:[https://github.com/bubkoo/hexo-toc](https://github.com/bubkoo/hexo-toc) <!--more--> ### 安装 在站点根目录下执行`npm install hexo-toc --save` ### 配置 在博客根目录下的`_config.yml`中如下配置: ```yaml toc: maxdepth: 3 class: toc slugify: transliteration decodeEntities: false anchor: position: after symbol: '#' style: header-anchor ``` > `maxDepth` 表示目录深度为3,即最多生成三级目录。 ### 使用 在Markdown中需要显示文章目录的地方添加 `<!-- ttoc -->` 为防止系统误识别,使用时请将`ttoc`改为`toc` ### Next主题 由于Next已内置TOC且本插件会导致目录无法成功跳转,建议直接卸载 ```shell npm remove hexo-toc --save ``` 删除`_config.yml`中的配置文件 听说,点赞的人都找到了真爱!! Last modification:January 17, 2021 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 听说,打赏我的人都找到了真爱!