Files
tldr/pages.zh/common/quarto.md
Jin 156075e8b1 common/q*: add Chinese translation (#14687)
* common/q*: add Chinese translation

* q:remove whitespace

* Update qalc.md

* Update qemu-img.md
2024-11-19 01:13:17 -08:00

25 lines
707 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# quarto
> 一个基于 Pandoc 的开源科学和技术出版系统。
> 更多信息:<https://quarto.org/>.
- 创建一个新项目:
`quarto create-project {{路径/到/目录}} --type {{book|default|website}}`
- 创建一个新的博客网站:
`quarto create-project {{路径/到/目录}} --type {{website}} --template {{blog}}`
- 将输入文件渲染为不同格式:
`quarto render {{路径/到/文件.{{qmd|rmd|ipynb}}}} --to {{html|pdf|docx}}`
- 渲染并预览文档或网站:
`quarto preview {{路径/到/目录 | 路径/到/文件}}`
- 发布文档或项目到 Quarto Pub、Github Pages、RStudio Connect 或 Netlify
`quarto publish {{quarto-pub|gh-pages|connect|netlify}}`