Introduction
I have decided to also maintain this list as a project on the corresponding GitHub Repo page
At the time of writing, Quarto has surpassed other website-building packages in popularity (3.4k stars), compared to packages like blogdown (1.7k ) and distill (400 ). Given Quarto’s growing popularity, I took the initiative to compile a list of websites built with it. This way, data analysts who use other site-building methods (e.g., distill, blogdown) will have the chance to see what a Quarto website can do. Additionally, this catalogue may also help those who have already added Quarto to their toolkit, as they can draw inspiration from a centralised collection of relevant examples.

Unfortunately, as is probably already obvious, this list cannot possibly include every Quarto website. For the most part, these are sites I have come across and liked. If you know of another site, or even your own, feel free to leave a comment or send me a message and I will add it as soon as possible.
Inspiration
A few years earlier I decided to build a website so I would have a single place to showcase my projects rather than having them scattered across various repositories on GitHub. So I tried several solutions that needed to support Rmd files (R Markdown files). I ended up using distill, and I genuinely loved it, as the website combined simplicity with elements that made it look quite professional. Despite whatever issues it had (many of which were later resolved by Quarto), I was quite satisfied. However, at that time I was a beginner programmer with fairly limited knowledge of HTML and CSS. This meant I could only make minimal modifications, and even those would take me a very long time. During the same period I discovered a website that catalogued Distill websites. That list helped me:

- Understand the capabilities and limitations of distill package
- Find motivation to get started by drawing inspiration from other people’s sites
- Easily access interesting site features alongside their corresponding source code
In 2022, Quarto was announced and the landscape of writing and publishing articles, reports, and websites changed considerably. Several Distill users decided to make the switch and are already using Quarto for their personal websites (based on the Distill website list). Some may still be hesitant about this change, since Quarto is fairly new and there may be significant issues that haven’t been resolved yet. Another factor is the time required to learn how to use it, given that its documentation is particularly extensive. This is precisely why I believe this list is important: to make Quarto more accessible to new users and to encourage existing users to adopt new features.

List of Quarto Sites
An indicative list of websites using Quarto is as follows:
Multilingual Websites
Unfortunately, Quarto does not natively support the creation of multilingual websites. This can be problematic for those who wish to publish their content in their native language as well, which may differ from English. For now, the solution officially offered by Quarto is through project profiles, but the implementation seems quite complex to me and is barely covered in the relevant documentation for this particular use case. If you are interested in developments regarding multilingual support in Quarto, you can check out the discussion on this topic on the project’s GitHub page. As of now, Quarto does not officially support multilingual websites, e-books, and so on in a straightforward manner.

ROpenSci is a Non-Profit Organisation founded in 2011. The organisation promotes a culture of collaboration in research, where data is openly available and software can be reused, so that research and its results are reliable, transparent, and easily reproducible. ROpenSci has created many important packages for the R language in order to advance its vision, many of which are vital to the R analyst community. Notable examples include babelquarto, which enables the creation of multilingual sites with Quarto, and {targets}, which helps organise code execution pipelines. For a full list of packages created and maintained by ROpenSci, you can click here
Despite the lack of native support, the babelquarto R package was created to address this problem and make building multilingual sites more feasible and user-friendly.Some websites have already integrated babelquarto into their workflow and now offer content in multiple languages - one of which is the site you are currently reading. A great example of a multilingual (babelquarto) website (japanese / english) is Joel Nitta’s.
Although there is no official support from Quarto, babelquarto was created, an R package that attempts to solve this problem and make the creation of multilingual sites both possible and easy. Several sites have already integrated babelquarto into their workflow and now offer content in multiple languages. One of them is the very website you are reading right now! You can find its source code here. Another nice example of a multilingual site (Japanese / English) is that of Joel Nitta and its corresponding repository.
I hope you found all of this interesting and, why not, that it convinced you to build your own Quarto website.
Citation
@online{2022,
author = {, stesiam},
title = {List of {Quarto} {Websites}},
date = {2022-08-10},
url = {https://stesiam.com/posts/list-of-quarto-sites/},
langid = {en}
}