hugo/docs/content/themes/installing.md
Bjørn Erik Pedersen 01f71babfc docs: Add lastmod to content files
Based on last commit in Git.
2016-01-06 23:55:18 +01:00

894 B

lastmod date menu next prev title weight
2015-10-10 2014-05-12T10:09:49Z
main
parent
themes
/themes/usage /themes/overview Installing Themes 20

Community-contributed Hugo themes, showcased at themes.gohugo.io, are hosted in a centralized GitHub repository. The Hugo Themes Repo itself at github.com/spf13/hugoThemes is really a meta repository which contains pointers to set of contributed themes.

Installing all themes

If you would like to install all of the available Hugo themes, simply clone the entire repository from within your working directory:

$ git clone --recursive https://github.com/spf13/hugoThemes.git themes

Installing a specific theme

$ mkdir themes
$ cd themes
$ git clone URL_TO_THEME