feat(website_template): Added website template as submodule

the website-template repo was added as a git submodule so that the
site could be templated easier.

!8 nofusscomputing/infrastructure/website-template!2
This commit is contained in:
2022-08-29 10:29:24 +09:30
parent 53d5d3ff62
commit 70f0facb11
23 changed files with 5 additions and 1450 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = gitlab-ci
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git
branch = master
[submodule "website-template"]
path = website-template
url = https://gitlab.com/nofusscomputing/infrastructure/website-template.git