Added theme as submodule
This commit is contained in:
@@ -2,4 +2,3 @@ flymd*
|
||||
public/
|
||||
resources/
|
||||
static/
|
||||
themes/
|
||||
@@ -6,6 +6,9 @@ variables:
|
||||
HUGO_IMAGE_TAG: "arm"
|
||||
AWS_IMAGE_TAG: "0.2"
|
||||
|
||||
before_script:
|
||||
- git submodule update --recursive --remote
|
||||
|
||||
build:
|
||||
stage: build
|
||||
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