Create a demo blogdown website

create_website(to = getwd(), theme = "yihui/hugo-lithium", oldwd = getwd())

Arguments

to

the desnitation directory

theme

the name of the r blogdown theme.

oldwd

set the working directory aftering rendering the book

Value

copied file.

Examples

# create_website(tempdir())