config
This commit is contained in:
parent
d5e86115ff
commit
05d36b9a4f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,3 +2,6 @@
|
||||
path = themes/blowfish
|
||||
url = https://github.com/nunocoracao/blowfish.git
|
||||
branch = main
|
||||
[submodule "themes/hugo-cloak-email"]
|
||||
path = themes/hugo-cloak-email
|
||||
url = https://github.com/martignoni/hugo-cloak-email.git
|
||||
|
13
\
13
\
@ -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 }}
|
@ -2,7 +2,7 @@
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://blowfish.page/docs/getting-started/
|
||||
|
||||
theme = "blowfish"
|
||||
theme = ["hugo-cloak-email", "blowfish"]
|
||||
baseURL = "https://mziesel.com/"
|
||||
defaultContentLanguage = "nl"
|
||||
|
||||
|
@ -19,45 +19,6 @@ dateFormat = "2 January 2006"
|
||||
# bio = "A little bit about you"
|
||||
links = [
|
||||
{ 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" },
|
||||
# { 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" },
|
||||
# { 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" },
|
||||
]
|
||||
|
@ -13,8 +13,14 @@
|
||||
[[main]]
|
||||
name = "Experience"
|
||||
pageRef = "ervaringen"
|
||||
# weight = 10
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
pageRef = "contact"
|
||||
weight = 20
|
||||
|
||||
#[[main]]
|
||||
#[[main]]
|
||||
# name = "Parent"
|
||||
# weight = 20
|
||||
|
@ -11,10 +11,16 @@
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
[[main]]
|
||||
name = "Ervaringen"
|
||||
name = "Ervaring"
|
||||
pageRef = "ervaringen"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
pageRef = "contact"
|
||||
weight = 20
|
||||
|
||||
|
||||
#[[main]]
|
||||
# name = "Parent"
|
||||
# weight = 20
|
||||
|
@ -49,9 +49,9 @@ smartTOCHideUnfocusedChildren = true
|
||||
showDateUpdated = false
|
||||
showAuthor = false
|
||||
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
|
||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
|
||||
showBreadcrumbs = true
|
||||
showDraftLabel = true
|
||||
showEdit = false
|
||||
@ -73,7 +73,7 @@ smartTOCHideUnfocusedChildren = true
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background, 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
|
||||
showSummary = false
|
||||
showViews = false
|
||||
|
6
content/contact-bedankt/index.en.md
Normal file
6
content/contact-bedankt/index.en.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Contact Bedankt"
|
||||
date: 2023-03-19T20:16:37+01:00
|
||||
draft: true
|
||||
---
|
||||
|
6
content/contact-bedankt/index.nl.md
Normal file
6
content/contact-bedankt/index.nl.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Contact Bedankt"
|
||||
date: 2023-03-19T20:16:35+01:00
|
||||
draft: true
|
||||
---
|
||||
|
@ -3,4 +3,6 @@ title: "Contact"
|
||||
date: 2023-03-19T14:51:43+01:00
|
||||
draft: true
|
||||
---
|
||||
My email address is {{< cloakemail "mans@mziesel.com" >}}
|
||||
|
||||
{{< ref "contact-bedankt" >}}
|
||||
|
@ -3,4 +3,33 @@ title: "Contact"
|
||||
date: 2023-03-19T14:51:40+01:00
|
||||
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>
|
||||
|
@ -2,9 +2,7 @@
|
||||
title: "My Experience"
|
||||
description: "Here you can read about my (work)experience."
|
||||
date: 2023-03-19T14:28:01+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
{{< lead >}}
|
||||
Here you can read about my (work)experience.
|
||||
{{< /lead >}}
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: "Mijn Ervaringen"
|
||||
title: "Mijn Ervaring"
|
||||
description: "Hier kan je lezen over mijn (werk)ervaring."
|
||||
date: 2023-03-19T14:28:01+01:00
|
||||
draft: false
|
||||
tags: ["test"]
|
||||
---
|
||||
|
||||
{{< lead >}}
|
||||
Hier kan je lezen over mijn (werk)ervaring.
|
||||
{{< /lead >}}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 158 KiB |
@ -1,20 +1,19 @@
|
||||
---
|
||||
title: "Skills Heroes"
|
||||
date: 2023-03-19T14:35:25+01:00
|
||||
draft: false
|
||||
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/)
|
||||
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.
|
||||
|
||||
### Kwalificatie
|
||||
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
|
||||
Op 23 en 24 Maart is Skills the Finals,
|
||||
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: "Projects EN"
|
||||
description: "Learn about some of my projects."
|
||||
cascade:
|
||||
showReadingTime: false
|
||||
---
|
||||
This section contains all my current projects.
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: "Projects"
|
||||
description: "Learn about some of my projects."
|
||||
cascade:
|
||||
showReadingTime: false
|
||||
---
|
||||
This section contains all my current projects.
|
@ -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/)
|
0
layouts/shortcodes/contactform.html
Normal file
0
layouts/shortcodes/contactform.html
Normal file
15
netlify.toml
Normal file
15
netlify.toml
Normal 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"
|
1
themes/hugo-cloak-email
Submodule
1
themes/hugo-cloak-email
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9ebb1434f1371d76ef6c19d071b5a27762b42c85
|
Loading…
Reference in New Issue
Block a user