需要有git node hexo npm

全局安装cnpm

npm install -g cnpm —registry=https://registry.npm.taobao.org

cnpm 全局安装hexo 博客框架

cnpm install -g hexo-cli

创建blog

mkdir blog

进入blog初始化一个hexo blog

hexo init

创建文章

hexo n “我的笔记”

安装一个插件建立hexo仓库

cnpm install —save hexo-deployer-git

设置配置文件

1
2
3
4
deploy:
type: git
repo: https://github.com/jpc901/jpc901.github.io.git
branch: master

主题安装

github上搜butterfly主题
直接安装