This commit is contained in:
Mans Ziesel 2023-03-19 20:34:31 +01:00
parent 05d36b9a4f
commit ce2eac4623
11 changed files with 49 additions and 29 deletions

View File

@ -1,24 +0,0 @@
pipeline:
version_check:
image: klakegg/hugo
commands:
- echo "Checking Hugo version."
- hugo version
- echo "current dir"
- pwd
- ls -la
build:
image: klakegg/hugo
commands:
- hugo
upload:
image: plugins/s3
settings:
bucket: mziesel-com
region: eu-central-1
access_key:
from_secret: aws_acces_key
secret_key:
from_secret: aws_secret_key
source: public/**/*
target: /public

View File

@ -15,10 +15,15 @@
pageRef = "ervaringen"
weight = 10
[[main]]
name = "About me"
pageRef = "over-mij"
weight = 20
[[main]]
name = "Contact"
pageRef = "contact"
weight = 20
weight = 30
#[[main]]
#[[main]]

View File

@ -16,10 +16,14 @@
weight = 10
[[main]]
name = "Contact"
pageRef = "contact"
name = "Over mij"
pageRef = "over-mij"
weight = 20
[[main]]
name = "Contact"
pageRef = "contact"
weight = 30
#[[main]]
# name = "Parent"

View File

@ -5,4 +5,3 @@ draft: true
---
My email address is {{< cloakemail "mans@mziesel.com" >}}
{{< ref "contact-bedankt" >}}

View File

@ -0,0 +1,6 @@
---
title: "Stage Datavisual"
date: 2023-03-19T20:34:04+01:00
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Stage Datavisual"
date: 2023-03-19T20:34:10+01:00
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Stage Microcenter"
date: 2023-03-19T20:33:52+01:00
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Stage Microcenter"
date: 2023-03-19T20:33:39+01:00
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Over Mij"
date: 2023-03-19T20:30:43+01:00
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Over Mij"
date: 2023-03-19T20:30:40+01:00
draft: true
---

View File

@ -1,5 +1,5 @@
[build]
command = "hugo mod get -u && hugo --gc --minify -b $URL"
command = "hugo --gc --minify -b $URL"
publish = "public"
[build.environment]