美文网首页Hexo
hero 搭建小记

hero 搭建小记

作者: 长物记 | 来源:发表于2016-07-08 21:21 被阅读84次

安装

    npm install hexo-cli -g

初始化

    hexo init blog
    cd blog
    npm install

新建文章

    hexo new "hexo"

git部署

    npm install hexo-deployer-git --save
    
    修改_config.yml #Deployment
    deploy:
      type: git
      repo: https://github.com/username/username.github.io.git
      branch: master
    
    hexo d -g

相关文章

网友评论

    本文标题:hero 搭建小记

    本文链接:https://www.haomeiwen.com/subject/hlsrjttx.html