6 教程和参考资料
6.1 Quarto Book 相关的资源
- Quarto Book 官方指南 | 中文 | Options
- How to self-publish a technical book on Leanpub and Amazon using Quarto
- 李东风,2023,R 语言教程. 22 Quarto格式文件
- R for Data Science, 2024. Chapter 25: Quarto. Github, _quarto.yml
6.2 发布
- Quarto: Publishing to GitHub Pages
- How to Create and Publish a Quarto Book on GitHub
- Quarto 官网:GitHub Pages
Note:
6.3 用 Quarto book 写的书
你可以选择自己喜欢的风格,然后将对应的仓库克隆下来,修改 _quarto.yml
文件和 index.qmd
文件,添加自己的内容。
- 数据分析与 Python 应用
- 我自己写的第一本 Quarto Book,可以很好地支持中文。
- https://style.tidyverse.org/
- 不涉及任何 R 代码的执行问题,可以视为一个 Quarto-book 模板
- R for Data Science | Code
- Visualization Curriculum | Code
- Oscar Baruffa, 2024, Big Book for R. Read, Github
include-after-body: footer.html
- The Epidemiologist R Handbook, 2024. Read, Github
- R 安装和帮助文件等写的非常细致
- Scheuch, C., Voigt, S., & Weiss, P. (2023). Tidy Finance with R (1st ed.). Chapman and Hall/CRC. -Link-. Read, github, Quarto book
- Nicholas Tierney. Quarto for Scientists . 2024 . book, github, _quarto.yml
- 使用 Quarto Website 的形式写的书
- to be added
- 更多:awesome-quarto
6.4 一些 Github 仓库
这些仓库提供了形式各样的 Quarto Book 模板,你可以根据自己的需要进行修改。
- coatless-tutorials / quarto-book-template
- Template repository for creating a book powered by Quarto and Rendered by GitHub Actions onto GitHub Pages.
- 介绍了如何使用 github page 发布你的书稿
- tufte-quarto → website
- Tufte book layout for Quarto. 可以将部分图片显示在网页的右侧边栏处。
- NOAA-quarto-book
- A Quarto book project with html, pdf and Word output types.
6.5 Quarto for Scientists 中提到的资料
Source: Nicholas Tierney. Quarto for Scientists . 2024 . book, github, _quarto.yml
Here are some resources that I really liked for learning Quarto: