add new chinese translations
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
|
||||
- 创建一个新项目:
|
||||
|
||||
`quarto create-project {{路径/到/目录}} --type {{book|default|website}}`
|
||||
`quarto create-project {{path/to/destination_directory}} --type {{book|default|website}}`
|
||||
|
||||
- 创建一个新的博客网站:
|
||||
|
||||
`quarto create-project {{路径/到/目录}} --type {{website}} --template {{blog}}`
|
||||
`quarto create-project {{path/to/destination_directory}} --type {{website}} --template {{blog}}`
|
||||
|
||||
- 将输入文件渲染为不同格式:
|
||||
|
||||
`quarto render {{路径/到/文件.{{qmd|rmd|ipynb}}}} --to {{html|pdf|docx}}`
|
||||
`quarto render {{path/to/file.{{qmd|rmd|ipynb}}}} --to {{html|pdf|docx}}`
|
||||
|
||||
- 渲染并预览文档或网站:
|
||||
|
||||
`quarto preview {{路径/到/目录 | 路径/到/文件}}`
|
||||
`quarto preview {{path/to/destination_directory|path/to/file}}`
|
||||
|
||||
- 发布文档或项目到 Quarto Pub、Github Pages、RStudio Connect 或 Netlify:
|
||||
- 将文档或项目发布到 Quarto Pub、Github Pages、RStudio Connect 或 Netlify:
|
||||
|
||||
`quarto publish {{quarto-pub|gh-pages|connect|netlify}}`
|
||||
`quarto publish {{quarto-pub|gh-pages|connect|netlify}}`
|
Reference in New Issue
Block a user