butterify扩展用法
文章置顶【推荐】hexo-generator-index从 2.0.0 开始,已经支持文章置顶功能。你可以直接在文章的front-matter区域里添加sticky: 1属性来把这篇文章置顶。数值越大,置顶的优先级越大。
当然,你也可以安装第三方插件来实现这个功能(hexo-generator-index-pin-top 或者 hexo-generator-indexed)
如果使用hexo-generator-index-pin-top, 需要先卸载掉hexo-generator-index,然后在文章的front-matter区域里添加top: true属性来把这篇文章置顶
如果使用hexo-generator-indexed, 需要先卸载掉hexo-generator-index,然后在文章的front-matter区域里添加sticky: 1属性来把这篇文章置顶。数值越大,置顶的优先级越大
标签外挂{% note simple %}默认 提示块标籤{% endnote %}{% note default simple % ...