We have migrated our blog from Hugo to Quarto! Here are a few quick tips that made the transition a bit smoother. 1. Setting up a Quarto website It is super easy to set up a Quarto website. To get the basic template, you can run the following in your terminal: quarto create-project mysite --type website You can find lots of details about how to customize your site in the Quarto Docs. The rest of this post will cover a few things that made the transition smooth for us. 2. Moving .Rmd files fro...