add exp
This commit is contained in:
parent
05d36b9a4f
commit
ce2eac4623
@ -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
|
|
@ -15,10 +15,15 @@
|
|||||||
pageRef = "ervaringen"
|
pageRef = "ervaringen"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "About me"
|
||||||
|
pageRef = "over-mij"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
pageRef = "contact"
|
pageRef = "contact"
|
||||||
weight = 20
|
weight = 30
|
||||||
|
|
||||||
#[[main]]
|
#[[main]]
|
||||||
#[[main]]
|
#[[main]]
|
||||||
|
@ -16,10 +16,14 @@
|
|||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Contact"
|
name = "Over mij"
|
||||||
pageRef = "contact"
|
pageRef = "over-mij"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Contact"
|
||||||
|
pageRef = "contact"
|
||||||
|
weight = 30
|
||||||
|
|
||||||
#[[main]]
|
#[[main]]
|
||||||
# name = "Parent"
|
# name = "Parent"
|
||||||
|
@ -5,4 +5,3 @@ draft: true
|
|||||||
---
|
---
|
||||||
My email address is {{< cloakemail "mans@mziesel.com" >}}
|
My email address is {{< cloakemail "mans@mziesel.com" >}}
|
||||||
|
|
||||||
{{< ref "contact-bedankt" >}}
|
|
||||||
|
6
content/ervaringen/stage-datavisual/index.en.md
Normal file
6
content/ervaringen/stage-datavisual/index.en.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Stage Datavisual"
|
||||||
|
date: 2023-03-19T20:34:04+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
6
content/ervaringen/stage-datavisual/index.nl.md
Normal file
6
content/ervaringen/stage-datavisual/index.nl.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Stage Datavisual"
|
||||||
|
date: 2023-03-19T20:34:10+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
6
content/ervaringen/stage-microcenter/index.en.md
Normal file
6
content/ervaringen/stage-microcenter/index.en.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Stage Microcenter"
|
||||||
|
date: 2023-03-19T20:33:52+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
6
content/ervaringen/stage-microcenter/index.nl.md
Normal file
6
content/ervaringen/stage-microcenter/index.nl.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Stage Microcenter"
|
||||||
|
date: 2023-03-19T20:33:39+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
6
content/over-mij/index.en.md
Normal file
6
content/over-mij/index.en.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Over Mij"
|
||||||
|
date: 2023-03-19T20:30:43+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
6
content/over-mij/index.nl.md
Normal file
6
content/over-mij/index.nl.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Over Mij"
|
||||||
|
date: 2023-03-19T20:30:40+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
[build]
|
[build]
|
||||||
command = "hugo mod get -u && hugo --gc --minify -b $URL"
|
command = "hugo --gc --minify -b $URL"
|
||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
|
Loading…
Reference in New Issue
Block a user