Create a hugo diziet site

create_hugodown_diziet(
  path = ".",
  open = rlang::is_interactive(),
  rstudio = rstudioapi::isAvailable()
)

Arguments

path

Path to create site

open

Open new site after creation?

rstudio

Create RStudio project?