Skip to content

Commit

Permalink
docs: Update GitLab depleyment in /themes/installing.md
Browse files Browse the repository at this point in the history
Deployment to Gitlab fails if the theme folder is a git submodule.
  • Loading branch information
asifm authored and digitalcraftsman committed Dec 28, 2016
1 parent 164d0fb commit 211d20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/themes/installing.md
Expand Up @@ -28,6 +28,7 @@ Otherwise you will not be able to clone the theme repositories.
```bash
$ git clone --depth 1 --recursive https://github.com/spf13/hugoThemes.git themes
```
Before you use a theme, remove the .git folder in that theme's root folder. Otherwise, this will cause problem if you deploy using Git.

## Installing a specific theme

Expand Down

0 comments on commit 211d20a

Please sign in to comment.