利用hexo和github搭建靜態blog

###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: masterssh

ssh -T git@github.com//本地多個key的時候,注意測試的主機名測試

###常見錯誤code

  1. hexo d發佈時提示'ERROR Deployer not found: git '
    npm install hexo-deployer-git --save
    再確認下_config.yml中的type是否是git
相關文章
相關標籤/搜索