Hello Hexo

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

开始步骤

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

计划完成事项

  1. Hexo 框架介绍
  2. 框架的本地安装与运行
  3. 框架的基本结构与打包后的文件介绍
  4. Hexo 博客主题的安装与推荐
  5. 如何自定义你的博客结构
  6. 如何开始写博客文章以及文章的分类与标签
  7. 如何让代码在 Hexo 下显示的更加美观
  8. 本地写作时图床的最佳解决方案
  9. 插件的安装与必备插件介绍
  10. 如何让你的博客接入评论系统
  11. 如何给你的博客增加搜索功能
  12. 多个博客统计系统的接入方案分析
  13. 部署博客到 GitHub 的技巧
  14. Hexo 其他资源的介绍与分享