Welcome to my blog!

欢迎来到我的博客,此博客是以hexo+github+vercel结合搭建而成。创建时间是2016年06月13日下午5点半

以下是hexo的常用命令

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