From 211d20a3c742efbfb356859a2556b65705d55f68 Mon Sep 17 00:00:00 2001 From: Asif Mehedi Date: Tue, 20 Dec 2016 10:52:24 +0600 Subject: [PATCH] docs: Update GitLab depleyment in /themes/installing.md Deployment to Gitlab fails if the theme folder is a git submodule. --- docs/content/themes/installing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/themes/installing.md b/docs/content/themes/installing.md index bbadd960198..df4d0ec9246 100644 --- a/docs/content/themes/installing.md +++ b/docs/content/themes/installing.md @@ -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