Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
AnZhiYu
未读本教程更新于 2023 年 4 月 24 日,教程的内容针对最新的 anzhiyu 主题(如果你是旧版本,教程会有出入,请留意)🐟 安知鱼 已经更新到 1.1.8
hexo-theme-anzhiyu 是基于 hexo-theme-butterfly 的基础上进行开发的。
💻 安裝git安装(github)npm安装在博客根目录里安装最新版【推荐】
1git clone -b main https://github.com/anzhiyu-c/hexo-theme-anzhiyu.git themes/anzhiyu
测试版
测试版可能存在 bug,追求稳定的请安装稳定版
如果想要安装比较新的 dev 分支,可以
1git clone -b dev https://github.com/anzhiyu-c/hexo-theme-anzhiyu.git themes/anzhiyu
升级方法:在主题目录下,运行 git pull
此方法只支持 Hexo 5.0.0 以上版本通过 npm 安装并不会在 themes 里生成主题文件夹,而是在 node_modules ...