add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# 中介
> 用Ruby编写的静态网站生成器。
> 更多信息:<https://middlemanapp.com/>。
- 创建一个新的Middleman项目
`middleman init "{{project_name}}"`
- 在4567端口上启动当前项目的本地服务器
`middleman server`
- 在指定端口上启动当前项目的本地服务器:
`middleman server -p "{{port}}"`
- 构建当前目录中的项目以准备部署:
`bundle exec middleman build`
- 部署当前目录中的Middleman项目
`middleman deploy`