Added theme as submodule
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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:
|
||||
|
||||
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