diff --git a/.gitmodules b/.gitmodules index 426d936..522d27c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git "a/\\" "b/\\" deleted file mode 100644 index 114cacf..0000000 --- "a/\\" +++ /dev/null @@ -1,13 +0,0 @@ - - {{ if .Pre }} - - {{ partial "icon.html" .Pre }} - - {{ end }} -

- {{ .Name | markdownify | emojify }} -

-
- -{{ .RelPermalink }} diff --git a/config/_default/config.toml b/config/_default/config.toml index c0b02e1..1481e78 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -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" diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 444e0ee..b9ec3b0 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -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" }, ] diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 927d20f..ba3d4cb 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -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 diff --git a/config/_default/menus.nl.toml b/config/_default/menus.nl.toml index 1b175df..7354236 100644 --- a/config/_default/menus.nl.toml +++ b/config/_default/menus.nl.toml @@ -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 diff --git a/config/_default/params.toml b/config/_default/params.toml index 4807cb7..084f917 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 diff --git a/content/contact-bedankt/index.en.md b/content/contact-bedankt/index.en.md new file mode 100644 index 0000000..3bb1c1d --- /dev/null +++ b/content/contact-bedankt/index.en.md @@ -0,0 +1,6 @@ +--- +title: "Contact Bedankt" +date: 2023-03-19T20:16:37+01:00 +draft: true +--- + diff --git a/content/contact-bedankt/index.nl.md b/content/contact-bedankt/index.nl.md new file mode 100644 index 0000000..20f73ad --- /dev/null +++ b/content/contact-bedankt/index.nl.md @@ -0,0 +1,6 @@ +--- +title: "Contact Bedankt" +date: 2023-03-19T20:16:35+01:00 +draft: true +--- + diff --git a/content/contact/index.en.md b/content/contact/index.en.md index 8e628d7..1edc2cf 100644 --- a/content/contact/index.en.md +++ b/content/contact/index.en.md @@ -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" >}} diff --git a/content/contact/index.nl.md b/content/contact/index.nl.md index 5cab3f1..1faa2fa 100644 --- a/content/contact/index.nl.md +++ b/content/contact/index.nl.md @@ -3,4 +3,33 @@ title: "Contact" date: 2023-03-19T14:51:40+01:00 draft: true --- +

Mijn mail adres is {{< cloakemail "mans@mziesel.com" >}}

+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+ +
+
diff --git a/content/ervaringen/_index.en.md b/content/ervaringen/_index.en.md index 1947be8..3e14182 100644 --- a/content/ervaringen/_index.en.md +++ b/content/ervaringen/_index.en.md @@ -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 >}} diff --git a/content/ervaringen/_index.nl.md b/content/ervaringen/_index.nl.md index ab54914..b1b4745 100644 --- a/content/ervaringen/_index.nl.md +++ b/content/ervaringen/_index.nl.md @@ -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 >}} diff --git a/content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg b/content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg index ede967b..3a8de3a 100644 Binary files a/content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg and b/content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg differ diff --git a/content/ervaringen/skills-heroes/index.nl.md b/content/ervaringen/skills-heroes/index.nl.md index af3f10e..5dcab2d 100644 --- a/content/ervaringen/skills-heroes/index.nl.md +++ b/content/ervaringen/skills-heroes/index.nl.md @@ -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, diff --git a/content/posts/_index.en.md b/content/posts/_index.en.md deleted file mode 100644 index ea4f2ff..0000000 --- a/content/posts/_index.en.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Projects EN" -description: "Learn about some of my projects." -cascade: - showReadingTime: false ---- -This section contains all my current projects. diff --git a/content/posts/_index.nl.md b/content/posts/_index.nl.md deleted file mode 100644 index 7da570f..0000000 --- a/content/posts/_index.nl.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Projects" -description: "Learn about some of my projects." -cascade: - showReadingTime: false ---- -This section contains all my current projects. diff --git a/content/posts/first-post.nl.md b/content/posts/first-post.nl.md deleted file mode 100644 index ec613f5..0000000 --- a/content/posts/first-post.nl.md +++ /dev/null @@ -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/) diff --git a/layouts/shortcodes/contactform.html b/layouts/shortcodes/contactform.html new file mode 100644 index 0000000..e69de29 diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..1e04836 --- /dev/null +++ b/netlify.toml @@ -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" diff --git a/themes/hugo-cloak-email b/themes/hugo-cloak-email new file mode 160000 index 0000000..9ebb143 --- /dev/null +++ b/themes/hugo-cloak-email @@ -0,0 +1 @@ +Subproject commit 9ebb1434f1371d76ef6c19d071b5a27762b42c85