Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNichlas Hummelsberger <nichlas.hummelsberger@gmail.com>2016-08-31 12:38:21 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-09-01 18:22:50 +0300
commitbb1812b6af0ecd8fd064eb6f69289ddc8eb2c8e1 (patch)
tree337b56d407486e1a76371f3466218814ab375aff /docs
parent8e1bcea82f00e32b98175d4c7b09b40eddcdb06c (diff)
docs: Mention theme config option on Usage page
Diffstat (limited to 'docs')
-rw-r--r--docs/content/themes/usage.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/themes/usage.md b/docs/content/themes/usage.md
index ad40c6e2e..5b1d11c02 100644
--- a/docs/content/themes/usage.md
+++ b/docs/content/themes/usage.md
@@ -13,10 +13,14 @@ weight: 30
Please make certain you have installed the themes you want to use in the
`/themes` directory.
-To use a theme for a site:
+To use a theme for a site, execute Hugo with the following parameter:
hugo -t ThemeName
+or add this line to your site configuration:
+
+ theme: "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