更新步骤

  1. 进入 hexo 的根目录 :cd folder
  2. 执行 hexo new post myBlog,在 source/_post 文件夹下生成一个 myBlog.md 的文件。
  3. 编辑 myBlog.md,书写自己的博客内容。
  4. 执行 hexo g 生成静态页面;
  5. 执行 hexo s 启动本地服务器预览效果;
  6. 执行 hexo d 将文章部署到 github。