/hugo-lithium-theme

Lithium - A simple responsive Hugo theme

Primary LanguageCSSMIT LicenseMIT

Hugo Lithium

A simple responsive blog theme for Hugo forked from https://github.com/jrutheiser/hugo-lithium-theme with modifications to make it work better with blogdown.

The easiest way to get started is to create a new (empty) RStudio project, then

devtools::install_github('rstudio/blogdown')  # install blogdown
blogdown::install_hugo()  # install Hugo
blogdown::new_site(theme = 'yihui/hugo-lithium-theme')

Then you should be able to see an example website launched in the RStudio Viewer.