Rdocumentation
powered by
Learn R Programming
blogdown (version 0.0.3)
install_theme: Install a Hugo theme from Github
Description
Download the specified theme from Github and install to the
themes
directory. Available themes are listed at
http://themes.gohugo.io
.
Usage
install_theme(theme, theme_example = FALSE)
Arguments
theme
A Hugo theme on Github (a chararacter string of the form
user/repo
).
theme_example
Whether to copy the example in the
exampleSite
directory if it exists in the theme. Not all themes provide example sites.