安装 hexo
- 安装
git
- 安装
nodejs
,debian / ubuntu 类的环境:sudo apt-get install npm nodejs-legacy
如果安装的是node
包,则安装 hexo 时可能出现下文的 error 。
1 | npm http GET https://registry.npm.taobao.org/inherits |
- 安装
hexo
,sudo npm install -g hexo-cli
,如果想用淘宝的源:npm install -g hexo-cli --registry=https://registry.npm.taobao.org
。实测官方源没有问题。 - 配置 npm 的默认源为淘宝源:
npm config set registry https://registry.npm.taobao.org/
安装插件
- RSS:
npm install hexo-generator-feed
- sitmap:
npm install hexo-generator-sitemap
- deploy-git:
npm install hexo-deployer-git --save
,hexo 3.0 后必须。
next 主题
next 主题 tags 页和 categories 页的设置与其他主题的不一样,会导致 tags 页和 categories 页没有内容。
以 tags 页为例:
1 |
|