开通博客

  • 在生成以及部署文章之前,需要安装一个扩展:npm install hexo-deployer-git –save

  • 新建博客

    1
    hexo new post "博客名"
  • 或者直接在_posts下新建md文件

  • hexo d -g生成以及部署