###1. 本地安裝html
###2. 從github上導入node
hexo init
//在文件夾下建立相應文件INFO You are almost done! Don't forget to run 'npm install' before you start blogging with Hexo!git
npm install
//建立node_modules目錄github
修改目錄下的_config.yml文件npm
#Deployment
##Docs: http://hexo.io/docs/deployment.html
deploy:hexo
如下是新增 type: git
//注意冒號後的空格 repository: git@github.com:name/name.git
//ssh格式而不是https格式,本地多個key的時候注意主機名
branch: master
ssh
ssh -T git@github.com
//本地多個key的時候,注意測試的主機名測試
###常見錯誤code
hexo d
發佈時提示'ERROR Deployer not found: git 'npm install hexo-deployer-git --save