ref: 211d20a3c742efbfb356859a2556b65705d55f68
parent: 164d0fb6a757c406cc33df96151c8f18a79f46f4
author: Asif Mehedi <asif.mehedi@live.com>
date: Tue Dec 20 05:52:24 EST 2016
docs: Update GitLab depleyment in /themes/installing.md Deployment to Gitlab fails if the theme folder is a git submodule.
--- a/docs/content/themes/installing.md
+++ b/docs/content/themes/installing.md
@@ -28,6 +28,7 @@
```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
--
⑨