mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
a6d3862b87
- Correct some typos - Add backticks and commas where necessary - Use fenced code blocks specifying "bash" as the language to avoid weird highlighting - Place commas outside of quotation marks surroundingn codes to avoid possible confusion - Suggest users to use the discussion forum rather than the mailing list
22 lines
524 B
Markdown
22 lines
524 B
Markdown
---
|
|
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, go to [customizing themes](/themes/customizing).
|