🎨 Hello World
This commit is contained in:
parent
a1e0cd122d
commit
0d2fea5c21
|
@ -1,38 +1,38 @@
|
||||||
---
|
---
|
||||||
title: Hello World
|
title: Hello World
|
||||||
---
|
---
|
||||||
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
|
欢迎光临[hexo](https://hexo.io/)!这是你的第一篇文章。
|
||||||
|
|
||||||
## Quick Start
|
## 快速入门
|
||||||
|
|
||||||
### Create a new post
|
### 创建一篇文章
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ hexo new "My New Post"
|
hexo new "My New Post"
|
||||||
```
|
```
|
||||||
|
|
||||||
More info: [Writing](https://hexo.io/zh-cn/docs/writing.html)
|
更多参考: [Writing](https://hexo.io/zh-cn/docs/writing.html)
|
||||||
|
|
||||||
### Run server
|
### 启动服务
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ hexo server
|
hexo server
|
||||||
```
|
```
|
||||||
|
|
||||||
More info: [Server](https://hexo.io/zh-cn/docs/server.html)
|
更多参考: [Server](https://hexo.io/zh-cn/docs/server.html)
|
||||||
|
|
||||||
### Generate static files
|
### 生成静态文件
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ hexo generate
|
hexo generate
|
||||||
```
|
```
|
||||||
|
|
||||||
More info: [Generating](https://hexo.io/zh-cn/docs/generating.html)
|
更多参考: [Generating](https://hexo.io/zh-cn/docs/generating.html)
|
||||||
|
|
||||||
### Deploy to remote sites
|
### 发布到发远程站点
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ hexo deploy
|
hexo deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
More info: [Deployment](https://hexo.io/zh-cn/docs/one-command-deployment.html)
|
更多参考: [Deployment](https://hexo.io/zh-cn/docs/one-command-deployment.html)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user