Ajustando publicacion en gitlab
This commit is contained in:
parent
5a4ccc3c75
commit
717337430e
4 changed files with 15 additions and 6 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
image: monachus/hugo
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
pages:
|
||||
script:
|
||||
- hugo
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/hugo-shopping-product-catalogue-simple"]
|
||||
path = themes/hugo-shopping-product-catalogue-simple
|
||||
url = https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple
|
||||
url = https://git.disroot.org/Harpasol/hugo-shopping-product-catalogue-simple.git
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = "http://harpasol.somxslibres.net/products/"
|
||||
baseURL = "https://monod.gitlab.io/products/"
|
||||
languageCode = "es-ES"
|
||||
title = "Productos"
|
||||
theme = "hugo-shopping-product-catalogue-simple"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
baseURL = "http://localhost:1313/products/"
|
||||
languageCode = "es-ES"
|
||||
title = "Productos"
|
||||
theme = "hugo-shopping-product-catalogue-simple"
|
Loading…
Reference in a new issue