mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:31:34 -04:00
[Docs] Say which directory to clone the hugoThemes
On http://gohugo.io/overview/quickstart/, explicitly state that hugoThemes is to be cloned from within the working directory, like it is stated on http://gohugo.io/themes/installing/. Fixes #886
This commit is contained in:
parent
5b6c393e66
commit
cc26557401
@ -82,7 +82,8 @@ We still lack any templates to tell us how to display the content.
|
|||||||
|
|
||||||
## Step 4. Install some themes
|
## Step 4. Install some themes
|
||||||
|
|
||||||
Hugo has rich theme support and a growing set of themes to choose from:
|
Hugo has rich theme support and a growing set of themes to choose from.
|
||||||
|
To install all of the available Hugo themes, simply clone the entire **hugoThemes** repository from within your working directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone --recursive https://github.com/spf13/hugoThemes themes
|
$ git clone --recursive https://github.com/spf13/hugoThemes themes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user