The goal of convertsite
is to handle the bulk of converting blogdown
-based sites to Quarto.
The development version from GitHub with:
# install.packages("devtools")
devtools::install_github("edgararuiz/convertsite")
In the root folder of the blogdown
site run the following command:
library(convertsite)
convert_to_quarto()
quarto::quarto_serve()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.