README.md

convertsite

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()


edgararuiz/convertsite documentation built on Dec. 20, 2021, 3:19 a.m.