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

installing.md « themes « content « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ad81a48211810b688aa1a88ce5d9adad996ef4c (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
28
---
date: 2014-05-12T10:09:49Z
menu:
  main:
    parent: themes
next: /themes/usage
prev: /themes/overview
title: Installing Themes
weight: 20
---

Hugo themes are located in a centralized github repository. [Hugo Themes
Repo](http://github.com/spf13/hugoThemes) itself is really a meta
repository which contains pointers to set of contributed themes.

## Installing all themes

If you would like to install all of the available hugo themes, simply
clone the entire repository from within your working directory.

    git clone --recursive https://github.com/spf13/hugoThemes.git themes


## Installing a specific theme

    mkdir themes
    cd themes
    git clone URL_TO_THEME