Late to the party I have also migrated my blog to Quarto:
To a large extend I have followed the procedure outlined by Andreas Handel, who in turn has build on previous work. Check the links provided there!
Styling is “work in progress” …
Besides migrating from Blogdown to Quarto, I have also changed hosting in deployment method. While I used to use GitHub + Netlify, I am now using Codeberg + Codeberg Pages.
Most of my projects are just redirects to appropriate source code repositories. This was directly supported in “Hugo Academic”. For Quarto, I am using a YAML header like:
--- title: swephR abstract: High precission Swiss Ephemeris for R categories: - R - package - CRAN format: html: include-in-header: - text: | <meta http-equiv="refresh" content="0; url=https://rstub.github.io/swephR/" /> ---