Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,28 +1,28 @@
# hexo
> 快速、简洁且高效的博客框架.
> 更多信息: <https://hexo.io/>.
> 快速、简洁且高效的博客框架
> 更多信息 <https://hexo.io/>.
- 初始化一个网站:
- 初始化一个网站
`hexo init {{path/to/directory}}`
- 创建一篇新文章:
- 创建一篇新文章
`hexo new {{layout}} {{title}}`
- 构建静态文件:
- 构建静态文件
`hexo generate`
- 启动本地服务器:
- 启动本地服务器
`hexo server`
- 部署网站:
- 部署网站
`hexo deploy`
- 清理缓存文件 (`db.json`) 和生成的文件 (`public/`):
- 清理缓存文件`db.json`和生成的文件`public/`
`hexo clean`