diff --git "a/\\" "b/\\" new file mode 100644 index 0000000..114cacf --- /dev/null +++ "b/\\" @@ -0,0 +1,13 @@ + + {{ if .Pre }} + + {{ partial "icon.html" .Pre }} + + {{ end }} +

+ {{ .Name | markdownify | emojify }} +

+
+ +{{ .RelPermalink }} diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 579cedd..927d20f 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -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]] diff --git a/config/_default/menus.nl.toml b/config/_default/menus.nl.toml index 579cedd..1b175df 100644 --- a/config/_default/menus.nl.toml +++ b/config/_default/menus.nl.toml @@ -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" diff --git a/config/_default/minify.toml b/config/_default/minify.toml deleted file mode 100644 index c101d54..0000000 --- a/config/_default/minify.toml +++ /dev/null @@ -1,4 +0,0 @@ -[minify] - minifyOutput = true - [minify.tdewolff.html] - keepComments = true diff --git a/config/_default/params.toml b/config/_default/params.toml index 1dce187..4807cb7 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 diff --git a/content/contact/index.en.md b/content/contact/index.en.md new file mode 100644 index 0000000..8e628d7 --- /dev/null +++ b/content/contact/index.en.md @@ -0,0 +1,6 @@ +--- +title: "Contact" +date: 2023-03-19T14:51:43+01:00 +draft: true +--- + diff --git a/content/contact/index.nl.md b/content/contact/index.nl.md new file mode 100644 index 0000000..5cab3f1 --- /dev/null +++ b/content/contact/index.nl.md @@ -0,0 +1,6 @@ +--- +title: "Contact" +date: 2023-03-19T14:51:40+01:00 +draft: true +--- + diff --git a/content/ervaringen/_index.en.md b/content/ervaringen/_index.en.md new file mode 100644 index 0000000..1947be8 --- /dev/null +++ b/content/ervaringen/_index.en.md @@ -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 >}} diff --git a/content/ervaringen/_index.nl.md b/content/ervaringen/_index.nl.md new file mode 100644 index 0000000..ab54914 --- /dev/null +++ b/content/ervaringen/_index.nl.md @@ -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 >}} diff --git a/content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg b/content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg new file mode 100644 index 0000000..ede967b Binary files /dev/null and b/content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg differ diff --git a/content/ervaringen/skills-heroes/index.en.md b/content/ervaringen/skills-heroes/index.en.md new file mode 100644 index 0000000..4b48587 --- /dev/null +++ b/content/ervaringen/skills-heroes/index.en.md @@ -0,0 +1,6 @@ +--- +title: "Skills Heroes" +date: 2023-03-19T14:35:21+01:00 +draft: true +--- + diff --git a/content/ervaringen/skills-heroes/index.nl.md b/content/ervaringen/skills-heroes/index.nl.md new file mode 100644 index 0000000..af3f10e --- /dev/null +++ b/content/ervaringen/skills-heroes/index.nl.md @@ -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, diff --git a/content/posts/_index.en.md b/content/posts/_index.en.md new file mode 100644 index 0000000..ea4f2ff --- /dev/null +++ b/content/posts/_index.en.md @@ -0,0 +1,7 @@ +--- +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 new file mode 100644 index 0000000..7da570f --- /dev/null +++ b/content/posts/_index.nl.md @@ -0,0 +1,7 @@ +--- +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 new file mode 100644 index 0000000..ec613f5 --- /dev/null +++ b/content/posts/first-post.nl.md @@ -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/) diff --git a/layouts/partials/home/background-custom.html b/layouts/partials/home/background-custom.html index 33ab922..efb336c 100644 --- a/layouts/partials/home/background-custom.html +++ b/layouts/partials/home/background-custom.html @@ -22,7 +22,7 @@ {{ with .Site.Author.image }} {{ $authorImage := resources.Get . }} {{ if $authorImage }} - {{ $authorImage := $authorImage.Fill "320x320" }} + {{ $authorImage := $authorImage.Fill "480x480" }} {{ $.Site.Author.name | default {{ end }}