Add lot of content

This commit is contained in:
Mans Ziesel 2023-03-19 16:48:26 +01:00
parent ce2bb800c2
commit d5e86115ff
16 changed files with 117 additions and 27 deletions

13
\ Normal file
View File

@ -0,0 +1,13 @@
<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

@ -10,9 +10,9 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
#[[main]]
# name = "Blog"
# pageRef = "posts"
[[main]]
name = "Experience"
pageRef = "ervaringen"
# weight = 10
#[[main]]

View File

@ -10,10 +10,10 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
#[[main]]
# name = "Blog"
# pageRef = "posts"
# weight = 10
[[main]]
name = "Ervaringen"
pageRef = "ervaringen"
weight = 10
#[[main]]
# name = "Parent"

View File

@ -1,4 +0,0 @@
[minify]
minifyOutput = true
[minify.tdewolff.html]
keepComments = true

View File

@ -12,7 +12,7 @@ autoSwitchAppearance = true
enableSearch = false
enableCodeCopy = true
# mainSections = ["section1", "section2"]
# mainSections = ["ervaringen"]
# robots = ""
disableImageOptimization = false
@ -22,14 +22,14 @@ smartTOC = true
smartTOCHideUnfocusedChildren = true
[header]
layout = "fixed-fill-blur" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
[footer]
showMenu = true
showMenu = false
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showScrollToTop = true
showScrollToTop = false
[homepage]
layout = "background-custom" # valid options: page, profile, hero, card, background, custom
@ -47,12 +47,12 @@ smartTOCHideUnfocusedChildren = true
showViews = false
showLikes = false
showDateUpdated = false
showAuthor = true
showHero = false
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
showAuthor = false
showHero = true
heroStyle = "" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = false
showBreadcrumbs = true
showDraftLabel = true
showEdit = false
# editURL = "https://github.com/username/repo/"
@ -61,25 +61,25 @@ smartTOCHideUnfocusedChildren = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = false
showReadingTime = false
showTableOfContents = true
showTaxonomies = false
showAuthorsBadges = false
showWordCount = true
showWordCount = false
showSummary = true
# sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"]
[list]
showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
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
showBreadcrumbs = false
showBreadcrumbs = true
showSummary = false
showViews = false
showLikes = false
showTableOfContents = false
showCards = false
showCards = true
groupByYear = true
cardView = false
cardViewScreenWidth = false

View File

@ -0,0 +1,6 @@
---
title: "Contact"
date: 2023-03-19T14:51:43+01:00
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Contact"
date: 2023-03-19T14:51:40+01:00
draft: true
---

View File

@ -0,0 +1,10 @@
---
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 >}}

View File

@ -0,0 +1,11 @@
---
title: "Mijn Ervaringen"
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.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -0,0 +1,6 @@
---
title: "Skills Heroes"
date: 2023-03-19T14:35:21+01:00
draft: true
---

View File

@ -0,0 +1,20 @@
---
title: "Skills Heroes"
date: 2023-03-19T14:35:25+01:00
draft: false
tags: ["skills", "ervaring"]
---
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?
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.
### De finale
Op 23 en 24 Maart is Skills the Finals,

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@
{{ with .Site.Author.image }}
{{ $authorImage := resources.Get . }}
{{ if $authorImage }}
{{ $authorImage := $authorImage.Fill "320x320" }}
{{ $authorImage := $authorImage.Fill "480x480" }}
<img class="mb-2 rounded-full h-60 w-60" width="240" height="240"
alt="{{ $.Site.Author.name | default " Author" }}" src="{{ $authorImage.RelPermalink }}" />
{{ end }}