HEXO 安知鱼主题安装指南

HEXO 安知鱼主题安装指南
安知鱼主题

安知鱼主题

张洪Heo:https://zhheo.com/

安知鱼主题指南:https://blog.anheyu.com/docs/

安知鱼Github地址:https://github.com/anzhiyu-c/anzhiyu-docs/

安知鱼主题博客效果预览

安知鱼:https://anzhiy.cn/

Moeey:https://moeyy.cn/

安知鱼主题安裝

安知鱼 npm 安装

此方法只支持 Hexo 5.0.0 以上版本 通过 npm 安装并不会在 themes 里生成主题文件夹,而是在 node_modules 里生成

npm i hexo-theme-anzhiyu

升级方法:在 Hexo 根目录下,运行

npm update hexo-theme-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

留下评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注