-
Notifications
You must be signed in to change notification settings - Fork 224
Home
anzhiyu edited this page Apr 4, 2023
·
1 revision
Welcome to the hexo-theme-anzhiyu wiki!
语言:
中文
文档:https://anzhiy.cn/posts/61e4.html
一款基于hexo-theme-butterfly 修改的主题
在博客根目录里安装最新版【推荐】
git clone -b main https://github.com/anzhiyu-c/hexo-theme-anzhiyu.git themes/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