Added theme as submodule

This commit is contained in:
Bastian de Byl
2019-07-24 14:29:21 -04:00
parent 1c0d02519a
commit 7064b44a48
4 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,4 +2,3 @@ flymd*
public/
resources/
static/
themes/

View File

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

@@ -0,0 +1,3 @@
[submodule "themes/even"]
path = themes/even
url = git@gitlab.com:bdebyl/hugo-theme-even.git

1
themes/even Submodule

Submodule themes/even added at 2c22af54e4