andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 9d71fac1721e5c121a19ba849bfa0172bd08f5ce
parent 80cd5871ec07e965def4eb371ff6be829051bfe8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 28 Sep 2018 15:12:44 +0200

Add CI config, remove old themes

Diffstat:
A.gitlab-ci.yml | 20++++++++++++++++++++
Dthemes/ananke | 1-
Dthemes/hugrid | 1-
Dthemes/mainroad | 1-
Dthemes/nederburg | 1-
Dthemes/shopping-product-catalogue | 1-
Dthemes/tale | 1-
7 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -0,0 +1,20 @@ +# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry +image: registry.gitlab.com/pages/hugo:latest + +variables: + GIT_SUBMODULE_STRATEGY: recursive + +test: + script: + - hugo + except: + - master + +pages: + script: + - hugo + artifacts: + paths: + - public + only: + - master diff --git a/themes/ananke b/themes/ananke @@ -1 +0,0 @@ -Subproject commit 6fe34fdd5e18dae90c79ce9b86dc28e3b7035a92 diff --git a/themes/hugrid b/themes/hugrid @@ -1 +0,0 @@ -Subproject commit 6fd4b20fe0210421a60df7eb587aee78d5dc708c diff --git a/themes/mainroad b/themes/mainroad @@ -1 +0,0 @@ -Subproject commit 2ff049fb4a08d2870c807256a249fcef815b2e66 diff --git a/themes/nederburg b/themes/nederburg @@ -1 +0,0 @@ -Subproject commit 516c7c6c43aa0c37bb7fdcec692a004273717e02 diff --git a/themes/shopping-product-catalogue b/themes/shopping-product-catalogue @@ -1 +0,0 @@ -Subproject commit 0e96aa8c951fe768e73fb4a26540c3b952372726 diff --git a/themes/tale b/themes/tale @@ -1 +0,0 @@ -Subproject commit bca7bbbad716a8d466bab14be102e83f1e5c169a