Added theme as submodule
This commit is contained in:
@@ -2,4 +2,3 @@ flymd*
|
|||||||
public/
|
public/
|
||||||
resources/
|
resources/
|
||||||
static/
|
static/
|
||||||
themes/
|
|
||||||
@@ -6,6 +6,9 @@ variables:
|
|||||||
HUGO_IMAGE_TAG: "arm"
|
HUGO_IMAGE_TAG: "arm"
|
||||||
AWS_IMAGE_TAG: "0.2"
|
AWS_IMAGE_TAG: "0.2"
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/even"]
|
||||||
|
path = themes/even
|
||||||
|
url = git@gitlab.com:bdebyl/hugo-theme-even.git
|
||||||
Submodule
+1
Submodule themes/even added at 2c22af54e4
Reference in New Issue
Block a user