docs: Update GitLab depleyment in /themes/installing.md
authorAsif Mehedi <asif.mehedi@live.com>
Tue, 20 Dec 2016 04:52:24 +0000 (10:52 +0600)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Wed, 28 Dec 2016 13:01:09 +0000 (14:01 +0100)
Deployment to Gitlab fails if the theme folder is a git submodule.

docs/content/themes/installing.md

index bbadd96019829639e8bb65cb2f2f7e7dc32977e1..df4d0ec9246e93b8985d06c09ab30ebe1788c1c3 100644 (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