美文网首页
4.服务部署

4.服务部署

作者: 像飞翔一样去飞翔 | 来源:发表于2017-03-06 20:43 被阅读0次

    参见:hexo官方网站
    Hexo 提供了快速方便的一键部署功能,让您只需一条命令就能将网站部署到服务器上。

    • 安装 hexo-deployer-git

    npm install hexo-deployer-git --save

    • 修改配置

    vim _config.yml #站点配置文件

    deploy:
    type: git
    repo: git@github.com:you-deng/you-deng.github.io.git
    branch: master

    - **发布到github**
    >  hexo  deploy
    
    一般,之前需要生成静态文件hexo generate,而在生成静态文件前,可以先清理之前的静态文件hexo clean。
    
    
    

    相关文章

      网友评论

          本文标题:4.服务部署

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