mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
[Docs] More random revision and copyediting
General revisions to (hopefully) make the documentation easier to understand and more comprehensive. Revise "Strange EOF error" troubleshooting page to say that a fix is in place for the upcoming Hugo v0.13. Also add more external links, and cute icons from Font Awesome.
This commit is contained in:
@@ -9,21 +9,21 @@ title: Installing Themes
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Hugo themes are located in a centralized github repository. [Hugo Themes
|
||||
Hugo themes are located in a centralized GitHub repository. The [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.
|
||||
If you would like to install all of the available Hugo themes, simply
|
||||
clone the entire repository from within your working directory:
|
||||
|
||||
```bash
|
||||
git clone --recursive https://github.com/spf13/hugoThemes.git themes
|
||||
$ git clone --recursive https://github.com/spf13/hugoThemes.git themes
|
||||
```
|
||||
|
||||
## Installing a specific theme
|
||||
|
||||
mkdir themes
|
||||
cd themes
|
||||
git clone URL_TO_THEME
|
||||
$ mkdir themes
|
||||
$ cd themes
|
||||
$ git clone URL_TO_THEME
|
||||
|
||||
Reference in New Issue
Block a user