In this workshop, we’re going to teach you how to use Quarto to create websites.
But first, why would you want to?
There are many ways researchers use Quarto websites…
Research tends to accumulate across many different places:
Hard for collaborators to find things, and nearly impossible for anyone outside the project to navigate. Much of it stays hidden.
A Quarto website brings everything together in one place that anyone can visit.
Relevant to any kind of research (qualitative or quantitative).
A project website might include:
Can accompany a journal paper as a richer alternative to a standard appendix:
Or serve as a research compendium (everything in one place, properly organised).
If your research involves code (Python, R, etc.), you can run code directly within the site, display outputs automatically, and embed interactive figures.
If you lead a group, collaborate across institutions, or are part of a larger programme, a Quarto website can be the public-facing home for everything you do.
Quarto is widely used for teaching materials.
Course notes, worked examples, exercises, and slide decks can all live together on one structured, searchable site.
Create a personal academic website that goes far beyond a LinkedIn profile or institutional staff page, and moves with you if you change institutions.
Quarto has a dedicated manuscripts format for scholarly articles.
Write your paper in Quarto and output it as a website, a PDF, or a Word document - all from the same source file.
Note
This won’t be relevant to everyone. But for research involving data analysis, embedding code means your figures and results are always generated directly from the analysis — nothing can go out of sync.
If you are hosting an event (e.g., a workshop, symposium, summer school, or conference), Quarto works well here too.
If you develop a software package in Python, R, or another language, Quarto is a great way to write its documentation.
Installation instructions, usage guides, tutorials, and examples, all in one navigable site.
The rest of this tutorial will walk you through how to create a Quarto website from scratch — we’ll build one together.
At the end, head to the Examples page to see a much larger collection of real research websites built with Quarto, covering all of the categories above and more.