1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-08-15 09:41:42 +00:00

Initial commit

This commit is contained in:
2019-08-08 22:39:11 -07:00
commit a50b0214bb
16 changed files with 2108 additions and 0 deletions

15
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,15 @@
image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- cd exampleSite
- hugo --themesDir=../.. -d ../public
artifacts:
paths:
- public
only:
- master