1、修改作者头像为圆形并旋转
打开 \themes\next\source\css\_common\components\sidebar\sidebar-author.styl
,在里面添加如下代码:
1 | .site-author-image { |
2、添加背景动画
找到主题config
文件中如下,将false
改为true
。
1 | # Canvas-nest |
3、主页文章添加阴影效果
打开\themes\next\source\css\_custom\custom.styl
向里面加入:
1 | // 主页文章添加阴影效果 |
4、添加进度条
找到peace
改为true
1 | # Progress bar in the top during page loading. |
5、评论换成valine
因为来必力太慢了,我们将评论系统换成valine
具体操作见视频
6、添加宠物猫
在博客目录下安装依赖
1 | npm install --save hexo-helper-live2d |
Hexo的 _config.yml 文件添加配置
1 | live2d: |