A Quarto extension carrying the look of IQSS Data Science Services (Questrial headings, Montserrat text, the IQSS blue and orange, the DSS wordmark, the standard navbar links and footer with the IQSS logo, a Light / Dark / System switch, and callouts, images, figures, and code output that hold in both modes), so that the workshops site, the beginner's guides, and any future DSS page share one look from one place. For the DSS team and for anyone building a DSS-branded Quarto site.
quarto add IQSS/dss-themeThen project: type: dss-theme in _quarto.yml for a website with the DSS
navbar and footer, or format: dss-theme-html to take only the HTML format.
Update with quarto update IQSS/dss-theme.
For a Quarto book, project: type: dss-theme-book instead: the same navbar,
footer, and favicon under book: (an extension contributes one project type,
so books have their own; quarto add installs both). The book title stays
off the navbar, on the cover page and in the tab.
quarto preview at the repository root renders the two-page demo
(index.qmd, sample.qmd) with the extension in _extensions/dss-theme/.
Edit dss.scss, look, bump version in _extension.yml.
Layout, working rules, and where the tokens come from: AGENTS.md. Open work:
TASKS.md; where things stand: STATUS.md.