Hexo

作者: 十二右 | 来源:发表于2018-08-04 16:46 被阅读0次
    1. 安装npm :
      yum install npm
      install npm.png
    2. 安装Hexo :
      npm install -g hexo-cli
    3. 新建文件夹 :
      hexo init <folder>
      cd <folder>
      npm install
    4. 安装服务器 :
      npm install hexo-server --save
    5. 启动服务器 :
      hexo server
    6. 配置安全组规则,访问博客 :
      http://localhost:4000
      image.png

    相关文章

      网友评论

          本文标题:Hexo

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