mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
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:
parent
164d0fb6a7
commit
211d20a3c7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue