多端编辑Hexo博客

参考博客

  • 克隆Hexo项目
    1
    git clone git@github.com:mission-young/Hexo.git
  • 安装hexo
    1
    npm install hexo -g
  • 安装node模块
    1
    2
    3
    cd Hexo
    npm install
    npm audit fix