Ajustando publicacion en gitlab

This commit is contained in:
francisco.garcia 2020-05-17 11:52:22 -05:00
parent 5a4ccc3c75
commit 717337430e
4 changed files with 15 additions and 6 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master

2
.gitmodules vendored
View File

@ -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

View File

@ -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"

View File

@ -1,4 +0,0 @@
baseURL = "http://localhost:1313/products/"
languageCode = "es-ES"
title = "Productos"
theme = "hugo-shopping-product-catalogue-simple"