接入 toc 目录功能:

    首先,找到文章模板页面,博主这里是在sites/java4u.cn/themes/hexo-theme-Kaze/layout/post.ejs这个文件中,插入需要的代码。(因为toc需要post变量,所以我们把post传入)

    类目,阅读量,标签,目录

    <%- toc(page.content) %>
    1. <!-- id 将作为查询条件 -->
    2. <span id="<Your/Path/Name>" class="leancloud_visitors" data-flag-title="Your Article Title">
    3. <em class="post-meta-item-text">阅读量 </em>
    4. <i class="leancloud-visitors-count">1000000</i>
    5. </span>