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

usage.md « themes « content « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cdc4637dc644480ab47977ef500e75b9226dede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
+++
title = "Using a Theme"
weight = 30
date = 2014-05-12T10:09:27Z
prev = "/themes/installing"
next = "/themes/customizing"

[menu]
  [menu.main]
    parent = "themes"
+++

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)