警告
本教程更新于 2023 年 7 月 5 日,教程的内容针对最新的 anzhiyu 主题(如果你是旧版本,教程会有出入,请留意) 🐟 安知鱼 已经更新到 1.4.0
💻 安裝
在博客根目录里安装最新版【推荐】
git clone -b main https://github.com/anzhiyu-c/hexo-theme-anzhiyu.git themes/anzhiyu
测试版
测试版可能存在 bug,追求稳定的请安装稳定版
如果想要安装比较新的 dev 分支,可以
git clone -b dev https://github.com/anzhiyu-c/hexo-theme-anzhiyu.git themes/anzhiyu
升级方法:在主题目录下,运行
git pull
或者删除theme/anzhiyu文件夹,然后重新安装即可。
此方法只支持 Hexo 5.0.0 以上版本 通过 npm 安装并不会在 themes 里生成主题文件夹,而是在 node_modules 里生成
npm i hexo-theme-anzhiyu
升级方法:在 Hexo 根目录下,运行
npm update hexo-theme-anzhiyu
什么?你还是不会?这里有视频 AnZhiYu 主题安装教程
⚙ 应用主题
修改 hexo 配置文件_config.yml
,把主题改为anzhiyu
theme: anzhiyu
安装 pug 和 stylus 渲染插件
npm install hexo-renderer-pug hexo-renderer-stylus --save
更好的配置,便于升级主题
macos/linux 在博客根目录运行
cp -rf ./themes/anzhiyu/_config.yml ./_config.anzhiyu.yml
windows 复制
/themes/anzhiyu/_config.yml
此文件到 hexo 根目录,并重命名为_config.anzhiyu.yml
_config.anzhiyu.yml
中的配置优先级大于_config.yml
本地启动 hexo
hexo cl
hexo g
hexo s
此时就能在看到效果了。
有问题?
可到仓库提交 issues
群聊
群号:464636182
技术支持
联系 QQ2268025923
或群聊464636182
内咨询