搭建过程
1.下载node.js
2.npm更换淘宝的源:npm install -g cnpm --registry=https://registry.npm.taobao.org
3.下载hexo:cnpm install -g hexo-cli
4.创建一个blogs文件夹,进入后hexo init
5.启动博客:hexo s
6.创建一篇文章:hexo n "title"
,文章在/source/_posts中
7.生成hexo博客:hexo g
,然后可以再次启动
8.创建一个github仓库,仓库名字一定为:id.github.io,id是github的名字
9.部署:cnpm install --save hexo-deployer-git
10.更改_config.yml,更改:
1 | # Deployment |
11.hexo d
:往远端部署博客
更换博客主题
1.将theme clone到/themes文件夹中
2.改_config.yml,theme后面改主题名