shithub: hugo

ref: 9d70e780312b88055c69efa55135e33d73853fc9
dir: /docs/content/themes/usage.md/

View raw version
---
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/).