From: Asif Mehedi Date: Tue, 20 Dec 2016 04:52:24 +0000 (+0600) Subject: docs: Update GitLab depleyment in /themes/installing.md X-Git-Tag: v0.19~162 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=211d20a3;p=brevno-suite%2Fhugo docs: Update GitLab depleyment in /themes/installing.md Deployment to Gitlab fails if the theme folder is a git submodule. --- diff --git a/docs/content/themes/installing.md b/docs/content/themes/installing.md index bbadd960..df4d0ec9 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