Added theme as submodule
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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:
|
||||||
|
|||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/even"]
|
||||||
|
path = themes/even
|
||||||
|
url = git@gitlab.com:bdebyl/hugo-theme-even.git
|
||||||
1
themes/even
Submodule
1
themes/even
Submodule
Submodule themes/even added at 2c22af54e4
Reference in New Issue
Block a user