---
title: Hello World
date: 2020-09-30
---
欢迎光临[hexo](https://hexo.io/)!这是你的第一篇文章。

## 快速入门

### 创建一篇文章

``` bash
hexo new "My New Post"
```

更多参考: [Writing](https://hexo.io/zh-cn/docs/writing.html)

### 启动服务

``` bash
hexo server
```

更多参考: [Server](https://hexo.io/zh-cn/docs/server.html)

### 生成静态文件

``` bash
hexo generate
```

更多参考: [Generating](https://hexo.io/zh-cn/docs/generating.html)

### 发布到发远程站点

``` bash
hexo deploy
```

更多参考: [Deployment](https://hexo.io/zh-cn/docs/one-command-deployment.html)