第一章

更换为了Butterfly主题

目前可以实现开屏动画,后续仍需要魔改


hexo个人魔改教程自查

hexo修改个性签名/公告:

在_confog.butterfly.yml文件中进行查询,查找公告、签名内容,就可以立即定位,方便快捷

image-20240316113650253

hexo添加字数统计和阅读时间

参考链接:hexo-butterfly-数据统计相关引入-腾讯云开发者社区-腾讯云 (tencent.com)

  1. 安装wordcount插件
1
2
3
4
# 方式1:
npm install hexo-wordcount --save
# 方式2
yarn add hexo-wordcount
  1. 配置文件中开启 字数统计

修改主题配置文件_config.butterfly.yml

1
2
3
4
5
wordcount:
enable: true
post_wordcount: true
min2read: true
total_wordcount: true
  1. 测试结果:

成功开启字数统计

修改网站副标题:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 主页subtitle
subtitle:
enable: true
# Typewriter Effect (打字效果)
effect: true
startDelay: 300 # time before typing starts in milliseconds
typeSpeed: 200 # type speed in milliseconds
backSpeed: 800 # backspacing speed in milliseconds
# loop (循环打字)
loop: true
# source 调用三方服务
# source: false 开关调用
# subtitle 会先显示 source , 再显示 sub 的內容
source: true
# 如果关闭打字效果,subtitle 只会显示 sub 的第一行文字
sub:
- 自小刺头深草里 , 而今渐觉出蓬蒿
- 时人不识凌云木 , 直待凌云始道高

参考资料:hexo的butterfly主题美化,2024最新版,随缘更新_hexo 主题-CSDN博客

致谢

https://www.bilibili.com/read/cv12633102/