Converts the current site to a Quarto site
1 2 3 4 5 6 7 8 9 10 11 | makefile_to_quarto(
project_folder = here::here(),
quarto_folder = new_quarto_folder(),
setup_override = list()
)
blogdown_to_quarto(
project_folder = here::here(),
quarto_folder = new_quarto_folder(),
setup_override = list()
)
|
project_folder |
Root folder location of the original site |
quarto_folder |
Target of new Quarto site. It defaults to a new project
folder with the same name as the |
setup_override |
A list of Quarto settings to be used at conversion |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.