hugo/docs/content/themes/usage.md
Anthony Fok ba44e860a3 [Docs] Copyediting
* Add meta author, description and generator tags
 * Add Hugo version beside the logo and in the footer
 * Suggest the user to run `go get -u -v` to update dependencies
 * Requires Go 1.3+ rather than Go 1.1+
 * Improve rendering/formatting in some places
 * Add trailing slash to URLs where appropriate
 * GitHub redirects all http requests to https, update accordingly
2015-01-28 18:02:40 -07:00

525 B

date menu next prev title weight
2014-05-12T10:09:27Z
main
parent
themes
/themes/customizing /themes/installing Using a Theme 30

Please make certain you have installed the themes you want to use in the /themes directory.

To use a theme for a site:

hugo -t ThemeName

The ThemeName must match the name of the directory inside /themes.

Hugo will then apply the theme first, then apply anything that is in the local directory. To learn more, go to customizing themes.