15:00
From R Markdown to Quarto
UC Berkeley
Duke University + Posit
Books are also essentially format: html
+ a Quarto Project
But a book is different than format: html
in that it has multiple pages
Books and websites are very similar in that they associate multiple pages/resources into a connected resource
Books and websites are different in how they treat components: pages vs. cross-referencable chapters for website and books, respectively
Let’s build a book together from all of the documents we’ve created so far and highlight the following features of Quarto websites:
_quarto.yml
index.qmd
/ landing page / change landing page
Callouts
Cross references
Unnumbered chapters
Sections
Appendices
Pick up where we left off and
15:00
Quarto Pub is a free publishing service for content created with Quarto. It is ideal for blogs, course or project websites, books, presentations, and personal hobby sites.
Publish with quarto publish
:
_publish.yml
that is safe to check into version control.Same freeze
and cache
ideas for websites apply to books.
Same publishing options for websites apply to books as well.
Any questions / anything you’d like to review before we wrap up this module?