Create a hugo academic 4.8.0 site, configured to work well with hugodown. In particular, it ensures that the following features important for R users work correctly:
Syntax highlighting (turns off default js highlighting, renables
default chroma, and sets up styles in assets/chroma.css
).
Math
HTML widgets
Default post archetype is tweaked to create .Rmd
create_site_academic(
path = ".",
open = is_interactive(),
rstudio = rstudioapi::isAvailable()
)
Path to create site
Open new site after creation?
Create RStudio project?