hexo使用简单入门

欢迎来到Hexo! 这是你的第一篇文章。 查看文档了解更多信息。 如果在使用Hexo时遇到任何问题,可以在Troubleshooting中找到答案,或者您可以在GitHub上询问我的问题/ hexojs/ HEXO/问题)。

Quick Start 快速开始

Create a new post 建立一个新帖子

$ hexo new "My New Post"

More info: Writing

Run server 开启测试服务器

$ hexo server

More info: Server

Generate static files 生成静态文件HTML

$ hexo generate

More info: Generating

Deploy to remote sites 部署到远程站点

$ hexo deploy

More info: Deployment