diff --git a/.gitignore b/.gitignore index 35462be..decdd42 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ flymd* public/ resources/ static/ -themes/ \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73152fb..82265c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7c4d27e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/even"] + path = themes/even + url = git@gitlab.com:bdebyl/hugo-theme-even.git diff --git a/themes/even b/themes/even new file mode 160000 index 0000000..2c22af5 --- /dev/null +++ b/themes/even @@ -0,0 +1 @@ +Subproject commit 2c22af54e42f7e35208c5df56f91400076987e4b