详见:教程:butterfly 主题文章双栏布局插件

Fomalhaut教程

1,在博客根目录[BlogRoot]下打开终端,运行以下指令:

1
npm i hexo-butterfly-article-double-row --save

2,在网站配置文件_config.yml新增以下项 (注意不是主题配置文件):

1
2
3
#文章双侧栏显示
butterfly_article_double_row:
enable: true

3,在custom.css文件添加以下代码让翻页按钮居中

1
2
3
4
5
/* 翻页按钮居中 */
#pagination {
width: 100%;
margin: auto;
}

4,看效果

1
hexo cl && hexo g && hexo s