第一篇博客

简介: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.

快速了解(一级标题)

创建文章(二级标题)

1
$ hexo new "My New Post"

More info: Writing

运行hexo

1
$ 启动hexo server

More info: Server

生成静态文件

1
$ hexo generate

More info: Generating

部署到站点

1
$ hexo deploy

More info: Deployment

评论