HEXO

hexo3.0

Git安装(…)
Node安装(…)
hexo安装

npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server

  • 浏览器输入localhost:4000

  • 主题安装 https://hexo.io/themes

  • 编辑根_config.ylm文件

    1
    2
    3
    4
    5
    6
    themes: <所安装主题名字>
    deploy:
    type: git
    repository: https://github.com/hazeFlame/hazeFlame.github.io.git
    branch: master
git插件安装快捷部署git

npm install hexo-deployer-git -save
hexo g
hexo d