diff options
| author | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
|---|---|---|
| committer | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
| commit | 667e11c4ec3835d959aab1797647bd0a49869674 (patch) | |
| tree | 84c6c5f20686574009f1dccc0f27a7192ff165e7 /content/themes/usage.md | |
Init commit
Diffstat (limited to 'content/themes/usage.md')
| -rw-r--r-- | content/themes/usage.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/content/themes/usage.md b/content/themes/usage.md new file mode 100644 index 0000000..71cf43a --- /dev/null +++ b/content/themes/usage.md @@ -0,0 +1,22 @@ +--- +date: 2014-05-12T10:09:27Z +menu: + main: + parent: themes +next: /themes/customizing +prev: /themes/installing +title: Using a Theme +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: + + 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, goto [customizing themes](/themes/customizing) |
