docs: Update GitLab depleyment in /themes/installing.md

Deployment to Gitlab fails if the theme folder is a git submodule.
This commit is contained in:
Asif Mehedi 2016-12-20 10:52:24 +06:00 committed by digitalcraftsman
parent 164d0fb6a7
commit 211d20a3c7
1 changed files with 1 additions and 0 deletions

View File

@ -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