makefile_to_quarto: Converts the current site to a Quarto site

Description Usage Arguments

View source: R/convert.R

Description

Converts the current site to a Quarto site

Usage

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

Arguments

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 project_folder, but with "_quarto" suffixed to it.

setup_override

A list of Quarto settings to be used at conversion


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