写在前面

这是官方自带的文章,为了纪念一下,所以我给这玩意来一下翻译,作为留念

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.

译文:欢迎使用 Hexo !这是你的第一篇文章。查看 文档 来获取更多信息。如果在使用 Hexo 的过程中遇到任何问题,你可以在 遇到问题? 寻找答案,或者在 GitHub 上叫我。

Quick Start 快速开始

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

更多信息:部署