Add lot of content
This commit is contained in:
parent
ce2bb800c2
commit
d5e86115ff
13
\
Normal file
13
\
Normal 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 }}
|
@ -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]]
|
||||
|
@ -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"
|
||||
|
@ -1,4 +0,0 @@
|
||||
[minify]
|
||||
minifyOutput = true
|
||||
[minify.tdewolff.html]
|
||||
keepComments = true
|
@ -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
|
||||
|
6
content/contact/index.en.md
Normal file
6
content/contact/index.en.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Contact"
|
||||
date: 2023-03-19T14:51:43+01:00
|
||||
draft: true
|
||||
---
|
||||
|
6
content/contact/index.nl.md
Normal file
6
content/contact/index.nl.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Contact"
|
||||
date: 2023-03-19T14:51:40+01:00
|
||||
draft: true
|
||||
---
|
||||
|
10
content/ervaringen/_index.en.md
Normal file
10
content/ervaringen/_index.en.md
Normal 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 >}}
|
11
content/ervaringen/_index.nl.md
Normal file
11
content/ervaringen/_index.nl.md
Normal 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 >}}
|
BIN
content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg
Normal file
BIN
content/ervaringen/skills-heroes/featured_sh_kwalificatie.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
6
content/ervaringen/skills-heroes/index.en.md
Normal file
6
content/ervaringen/skills-heroes/index.en.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Skills Heroes"
|
||||
date: 2023-03-19T14:35:21+01:00
|
||||
draft: true
|
||||
---
|
||||
|
20
content/ervaringen/skills-heroes/index.nl.md
Normal file
20
content/ervaringen/skills-heroes/index.nl.md
Normal 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,
|
7
content/posts/_index.en.md
Normal file
7
content/posts/_index.en.md
Normal 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.
|
7
content/posts/_index.nl.md
Normal file
7
content/posts/_index.nl.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Projects"
|
||||
description: "Learn about some of my projects."
|
||||
cascade:
|
||||
showReadingTime: false
|
||||
---
|
||||
This section contains all my current projects.
|
8
content/posts/first-post.nl.md
Normal file
8
content/posts/first-post.nl.md
Normal 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/)
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user