Create a hugo calade site
create_hugodown_calade( path = ".", knit = TRUE, open = rlang::is_interactive(), rstudio = rstudioapi::isAvailable() )
path | Path to create site |
---|---|
knit | Should hugodown attempt to knit R markdown files? |
open | Open new site after creation? |
rstudio | Create RStudio project? |