安装安知鱼博客

1. 下载Node.js

Node.js — 下载 Node.js® (nodejs.org)

2. 安装Hexo

1
npm install -g hexo-cli

3. 安装 hexo-theme-anzhiyu 主题

1
npm install hexo-theme-anzhiyu

4. 安装pug以及stylus的渲染器

​ 这两个渲染器是Butterfly生成基础页面所需的依赖包

1
npm install hexo-renderer-pug hexo-renderer-stylus