安装插件

1
2
3
4
5
npm i hexo-butterfly-article-double-row --save

# 或者

cnpm i hexo-butterfly-article-double-row --save

修改站点配置

修改站点根目录下的配置文件_config.yml

1
2
butterfly_article_double_row:
enable: true

部署验证

1
2
3
hexo cl
hexo g
hexo s

执行 hexo 三连查看效果。

参考链接:https://zfe.space/post/hexo-butterfly-article-double-row.html