This commit is contained in:
Mans Ziesel 2023-03-19 20:26:31 +01:00
parent d5e86115ff
commit 05d36b9a4f
21 changed files with 85 additions and 91 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = themes/blowfish path = themes/blowfish
url = https://github.com/nunocoracao/blowfish.git url = https://github.com/nunocoracao/blowfish.git
branch = main branch = main
[submodule "themes/hugo-cloak-email"]
path = themes/hugo-cloak-email
url = https://github.com/martignoni/hugo-cloak-email.git

13
\
View File

@ -1,13 +0,0 @@
<a href="{{ .URL }}" {{ if or (strings.HasPrefix .URL "http:" ) (strings.HasPrefix .URL "https:" ) }} target="_blank" {{
end }} class="flex items-center">
{{ if .Pre }}
<span {{ if and .Pre .Name}} class="mr-1" {{ end }}>
{{ partial "icon.html" .Pre }}
</span>
{{ end }}
<p class="text-base font-medium text-gray-500 hover:text-gray-900" title="{{ .Title }}">
{{ .Name | markdownify | emojify }}
</p>
</a>
{{ .RelPermalink }}

View File

@ -2,7 +2,7 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/ # https://blowfish.page/docs/getting-started/
theme = "blowfish" theme = ["hugo-cloak-email", "blowfish"]
baseURL = "https://mziesel.com/" baseURL = "https://mziesel.com/"
defaultContentLanguage = "nl" defaultContentLanguage = "nl"

View File

@ -19,45 +19,6 @@ dateFormat = "2 January 2006"
# bio = "A little bit about you" # bio = "A little bit about you"
links = [ links = [
{ email = "mailto:mans@mziesel.com" }, { email = "mailto:mans@mziesel.com" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { blogger = "https://mansziesel.blogspot.com/" },
# { codepen = "https://codepen.io/mansziesel" },
# { dev = "https://dev.to/mansziesel" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/mansziesel" },
# { facebook = "https://facebook.com/mansziesel" },
# { flickr = "https://www.flickr.com/photos/mansziesel/" },
# { foursquare = "https://foursquare.com/mansziesel" },
{ github = "https://github.com/mansziesel" }, { github = "https://github.com/mansziesel" },
# { gitlab = "https://gitlab.com/mansziesel" },
# { google = "https://www.google.com/" },
# { hashnode = "https://mansziesel.hashnode.dev" },
# { instagram = "https://instagram.com/mansziesel" },
# { keybase = "https://keybase.io/mansziesel" },
# { kickstarter = "https://www.kickstarter.com/profile/mansziesel" },
# { lastfm = "https://lastfm.com/user/mansziesel" },
{ linkedin = "https://linkedin.com/in/mansziesel" }, { linkedin = "https://linkedin.com/in/mansziesel" },
# { mastodon = "https://mastodon.instance/@mansziesel" },
# { medium = "https://medium.com/mansziesel" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
# { patreon = "https://www.patreon.com/mansziesel" },
# { pinterest = "https://pinterest.com/mansziesel" },
# { reddit = "https://reddit.com/user/mansziesel" },
# { researchgate = "https://www.researchgate.net/profile/mansziesel" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/mansziesel" },
# { soundcloud = "https://soundcloud.com/mansziesel" },
# { stack-overflow = "https://stackoverflow.com/users/userid/mansziesel" },
# { steam = "https://steamcommunity.com/profiles/userid" },
# { telegram = "https://t.me/mansziesel" },
# { tiktok = "https://tiktok.com/@mansziesel" },
# { tumblr = "https://mansziesel.tumblr.com" },
# { twitch = "https://twitch.tv/mansziesel" },
# { twitter = "https://twitter.com/mansziesel" },
# { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/mansziesel" },
# { ko-fi = "https://ko-fi.com/mansziesel" },
] ]

View File

@ -13,8 +13,14 @@
[[main]] [[main]]
name = "Experience" name = "Experience"
pageRef = "ervaringen" pageRef = "ervaringen"
# weight = 10 weight = 10
[[main]]
name = "Contact"
pageRef = "contact"
weight = 20
#[[main]]
#[[main]] #[[main]]
# name = "Parent" # name = "Parent"
# weight = 20 # weight = 20

View File

@ -11,10 +11,16 @@
# ordered by weight from lowest to highest. # ordered by weight from lowest to highest.
[[main]] [[main]]
name = "Ervaringen" name = "Ervaring"
pageRef = "ervaringen" pageRef = "ervaringen"
weight = 10 weight = 10
[[main]]
name = "Contact"
pageRef = "contact"
weight = 20
#[[main]] #[[main]]
# name = "Parent" # name = "Parent"
# weight = 20 # weight = 20

View File

@ -49,9 +49,9 @@ smartTOCHideUnfocusedChildren = true
showDateUpdated = false showDateUpdated = false
showAuthor = false showAuthor = false
showHero = true showHero = true
heroStyle = "" # valid options: basic, big, background, thumbAndBackground heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = true showBreadcrumbs = true
showDraftLabel = true showDraftLabel = true
showEdit = false showEdit = false
@ -73,7 +73,7 @@ smartTOCHideUnfocusedChildren = true
showHero = true showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = true showBreadcrumbs = true
showSummary = false showSummary = false
showViews = false showViews = false

View File

@ -0,0 +1,6 @@
---
title: "Contact Bedankt"
date: 2023-03-19T20:16:37+01:00
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Contact Bedankt"
date: 2023-03-19T20:16:35+01:00
draft: true
---

View File

@ -3,4 +3,6 @@ title: "Contact"
date: 2023-03-19T14:51:43+01:00 date: 2023-03-19T14:51:43+01:00
draft: true draft: true
--- ---
My email address is {{< cloakemail "mans@mziesel.com" >}}
{{< ref "contact-bedankt" >}}

View File

@ -3,4 +3,33 @@ title: "Contact"
date: 2023-03-19T14:51:40+01:00 date: 2023-03-19T14:51:40+01:00
draft: true draft: true
--- ---
<p>Mijn mail adres is {{< cloakemail "mans@mziesel.com" >}}</p>
<form name="contact" class="contact-form width-normal" action="{{< ref `contact-bedankt` >}}" method="POST" data-netlify="true">
<input type="hidden" name="form-name" value="contact" />
<div class="form-group">
<label class="col-md-4 control-label" for="Name"></label>
<div class="col-md-4">
<input id="contact-form-name" name="Name" type="text" placeholder="Name" class="form-control input-md" required="" autocomplete="off">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="Email"></label>
<div class="col-md-4">
<input id="contact-form-email" name="Email" type="email" placeholder="Email Address" class="form-control input-md" required="" autocomplete="off">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="Subject"></label>
<div class="col-md-4">
<input id="contact-form-subject" name="Subject" type="text" placeholder="Subject" class="form-control input-md" required="" autocomplete="off">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for=""></label>
<textarea class="form-control" id="contact-form-message" name="Message" placeholder="What's up?" rows="8"></textarea>
</div>
<div class="form-group">
<button type="submit" value="Submit" id="Form-submit">Submit</button>
</div>
</form>

View File

@ -2,9 +2,7 @@
title: "My Experience" title: "My Experience"
description: "Here you can read about my (work)experience." description: "Here you can read about my (work)experience."
date: 2023-03-19T14:28:01+01:00 date: 2023-03-19T14:28:01+01:00
draft: false
--- ---
{{< lead >}} {{< lead >}}
Here you can read about my (work)experience. Here you can read about my (work)experience.
{{< /lead >}} {{< /lead >}}

View File

@ -1,11 +1,8 @@
--- ---
title: "Mijn Ervaringen" title: "Mijn Ervaring"
description: "Hier kan je lezen over mijn (werk)ervaring." description: "Hier kan je lezen over mijn (werk)ervaring."
date: 2023-03-19T14:28:01+01:00 date: 2023-03-19T14:28:01+01:00
draft: false
tags: ["test"]
--- ---
{{< lead >}} {{< lead >}}
Hier kan je lezen over mijn (werk)ervaring. Hier kan je lezen over mijn (werk)ervaring.
{{< /lead >}} {{< /lead >}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 158 KiB

View File

@ -1,20 +1,19 @@
--- ---
title: "Skills Heroes" title: "Skills Heroes"
date: 2023-03-19T14:35:25+01:00 date: 2023-03-19T14:35:25+01:00
draft: false
tags: ["skills", "ervaring"] tags: ["skills", "ervaring"]
heroStyle: "big"
--- ---
In 2022 heb ik van mijn docent Tamme Kuipers de vraag gekregen of ik mee wilde doen aan de wedstrijd [ICT-beheerder](https://worldskillsnetherlands.nl/wedstrijd/skillsheroes/ict-beheerder/) In 2022 heb ik van mijn docent Tamme Kuipers de vraag gekregen of ik mee wilde doen aan de wedstrijd [ICT-beheerder](https://worldskillsnetherlands.nl/wedstrijd/skillsheroes/ict-beheerder/)
van [Skills Heroes](https://worldskillsnetherlands.nl/skillsheroes/watisskillsheroes/). van [Skills Heroes](https://worldskillsnetherlands.nl/skillsheroes/watisskillsheroes/).
### Wat is Skills? ### Wat is Skills Heroes?
Skills Heroes zijn vakwedstrijden voor het mbo, er doen ongeveer 50 vakken mee aan de wedstrijden. Skills Heroes zijn vakwedstrijden voor het mbo, er doen ongeveer 50 vakken mee aan de wedstrijden.
### Kwalificatie ### Kwalificatie
De kwalificatiewedstrijd voor de ICT-beheerders was in Leiden. Er deden 24 deelnemers mee aan deze wedstrijd, De kwalificatiewedstrijd voor de ICT-beheerders was in Leiden. Er deden 24 deelnemers mee aan deze wedstrijd,
ik zat bij de eerste 8 kandidaten wat betekent dat ik door mag naar de finale. ik zat bij de eerste 8 kandidaten, wat betekent dat ik door mag naar de finale.
### De finale ### De finale
Op 23 en 24 Maart is Skills the Finals, Op 23 en 24 Maart is Skills the Finals,

View File

@ -1,7 +0,0 @@
---
title: "Projects EN"
description: "Learn about some of my projects."
cascade:
showReadingTime: false
---
This section contains all my current projects.

View File

@ -1,7 +0,0 @@
---
title: "Projects"
description: "Learn about some of my projects."
cascade:
showReadingTime: false
---
This section contains all my current projects.

View File

@ -1,8 +0,0 @@
---
title: "Skills Heroes"
date: 2023-03-19T14:04:48+01:00
draft: true
---
#
[ict-beheerder](https://worldskillsnetherlands.nl/wedstrijd/skillsheroes/ict-beheerder/)

View File

15
netlify.toml Normal file
View File

@ -0,0 +1,15 @@
[build]
command = "hugo mod get -u && hugo --gc --minify -b $URL"
publish = "public"
[build.environment]
NODE_ENV = "production"
GO_VERSION = "1.16"
TZ = "GMT+1" # Set to preferred timezone
[context.production.environment]
HUGO_VERSION = "0.104.1"
HUGO_ENV = "production"
[context.deploy-preview.environment]
HUGO_VERSION = "0.104.1"

@ -0,0 +1 @@
Subproject commit 9ebb1434f1371d76ef6c19d071b5a27762b42c85