Hello World

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.

Quick Start [快速上手指南]

Create a new post [新建一篇博客文章]

1
$ hexo new "My New Post"

More info: Writing

Create a new draft [新建一篇草稿]

1
2
3
$ hexo new draft "My New draft"

会在 source/_drafts/ 目录下生成一篇草稿

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:
部署
NexT主题配置指南