blob: 5b1d11c02b49297a7117bccd001e2ceffcf13344 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
lastmod: 2015-01-27
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, 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
directory. To learn more, go to [customizing themes](/themes/customizing/).
|