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 "我的新文章"

More info: Writing

Run server

运行后可一直挂后台写文章,刷新页面

1
2
hexo clean
hexo s

More info: Server

Deploy to remote sites

1
2
3
hexo clean
hexo g
hexo d

More info: Deployment & Generating

Check SSH Connection

每次上传前都先检查一下

1
ssh -T git@github.com