Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd CI config, remove old themes - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 9d71fac1721e5c121a19ba849bfa0172bd08f5ce
parent 80cd5871ec07e965def4eb371ff6be829051bfe8
Author: Anders Damsgaard <[email protected]>
Date: Fri, 28 Sep 2018 15:12:44 +0200
Add CI config, remove old themes
Diffstat:
A .gitlab-ci.yml | 20 ++++++++++++++++++++
D themes/ananke | 1 -
D themes/hugrid | 1 -
D themes/mainroad | 1 -
D themes/nederburg | 1 -
D themes/shopping-product-catalogue | 1 -
D themes/tale | 1 -
7 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -0,0 +1,20 @@
+# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/c…
+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
t@@ -1 +0,0 @@
-Subproject commit 6fe34fdd5e18dae90c79ce9b86dc28e3b7035a92
diff --git a/themes/hugrid b/themes/hugrid
t@@ -1 +0,0 @@
-Subproject commit 6fd4b20fe0210421a60df7eb587aee78d5dc708c
diff --git a/themes/mainroad b/themes/mainroad
t@@ -1 +0,0 @@
-Subproject commit 2ff049fb4a08d2870c807256a249fcef815b2e66
diff --git a/themes/nederburg b/themes/nederburg
t@@ -1 +0,0 @@
-Subproject commit 516c7c6c43aa0c37bb7fdcec692a004273717e02
diff --git a/themes/shopping-product-catalogue b/themes/shopping-product-catalo…
t@@ -1 +0,0 @@
-Subproject commit 0e96aa8c951fe768e73fb4a26540c3b952372726
diff --git a/themes/tale b/themes/tale
t@@ -1 +0,0 @@
-Subproject commit bca7bbbad716a8d466bab14be102e83f1e5c169a
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.