Simply add this _brand.yml file in your project, or specify it using the brand field
Related Brand updates
Light and dark color specifications for brand definitions
Logo variants for brand definitions
Brand extensions to share definitions across projects
Dark brand support for reveal.js presentations
Quarto 1.9
Pre-release - coming soon!
_brand.yml use helper {.theme-slide8}
The quarto use brand command copies brand files from an external source into your project’s _brand/ directory
quarto use brand ./path/to/brandquarto use brand myorg/shared-brandquarto use brand https://example.com/brand.zip
Posit Connect Cloud Publishing
You can now use quarto publish posit-connect-cloud to effortlessly publish to Posit Connect Cloud
quarto publish can also be used for many different hosting sites such as Github Pages, Quarto Pub, Netlify, also Confluence
LLM friendly output
Many AI agents can parse websites by now. However your pages might not be optimized for LLM parsing
_quarto.yml
website:title:"My Documentation"llms-txt:true
Setting llms-text to true will generate llms.txt and .llms.md files for websites, making your content more accessible to large language models and AI-powered tools
1.9: PDF Accessibility & Standards
PDF Standards support for LaTeX and Typst via pdf-standard option
LaTeX supports UA-2 standard
Typst supports UA-1 standard
Alt text for images passes through to PDF for screen readers
quarto install verapdf for compliance validation
List Tables
New list-like syntax for creating complex tables:
::: {.list-table}- - Fruit - Price- - Apple - 1.20- - Orange - 0.90:::
Fruit
Price
Apple
1.20
Orange
0.90
::: {.list-table}- - Function - Description- - `sum()` - Add values:```pythonsum([1, 2, 3])```- - `len()` - Count items: - Works on lists - Works on strings:::
Function
Description
sum()
Add values:
sum([1, 2, 3])
len()
Count items:
Works on lists
Works on strings
Typst Books
Bundled through the orange book typst format extension