This commit is contained in:
parent
da133ee527
commit
aa53794b91
@ -5,6 +5,7 @@
|
||||
theme = ["hugo-cloak-email", "blowfish"]
|
||||
baseURL = "https://mziesel.com/"
|
||||
defaultContentLanguage = "nl"
|
||||
title = "Mans Ziesel"
|
||||
|
||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Contact"
|
||||
date: 2023-03-19T14:51:43+01:00
|
||||
showHero: false
|
||||
---
|
||||
My email address is {{< cloakemail "mans@mziesel.com" >}}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Contact"
|
||||
date: 2023-03-19T14:51:40+01:00
|
||||
showHero: false
|
||||
---
|
||||
Mijn mail adres is {{< cloakemail "mans@mziesel.com" >}}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: "SQL notes"
|
||||
date: 2023-06-13
|
||||
draft: false
|
||||
showHero: false
|
||||
---
|
||||
|
||||
# SQL opdrachten & antwoorden
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: "SQL notities"
|
||||
date: 2023-06-13
|
||||
draft: false
|
||||
showHero: false
|
||||
---
|
||||
|
||||
# SQL opdrachten & antwoorden
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "About Me"
|
||||
date: 2023-03-19
|
||||
showHero: false
|
||||
---
|
||||
My name is Mans, I am 18 years old, and I am a motivated IT student.
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Over Mij"
|
||||
date: 2023-03-19
|
||||
showHero: false
|
||||
---
|
||||
Mijn naam is Mans, ik ben 18 jaar en ik ben een gemotiveerde IT student.
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
<title>{{ .Site.Title | emojify }}</title>
|
||||
<meta name="title" content="{{ .Site.Title | emojify }}" />
|
||||
{{- else -}}
|
||||
<title>{{ .Title | emojify }} · {{ .Site.Title | emojify }}</title>
|
||||
<meta name="title" content="{{ .Title | emojify }} · {{ .Site.Title | emojify }}" />
|
||||
<title>{{ .Title | emojify }} - {{ .Site.Title | emojify }}</title>
|
||||
<meta name="title" content="{{ .Title | emojify }} - {{ .Site.Title | emojify }}" />
|
||||
{{- end }}
|
||||
{{/* Metadata */}}
|
||||
{{ with (.Params.Summary | default .Params.Description) | default .Site.Params.description -}}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ddf79f4573edfdd40592fad843cab508b1885cfb
|
||||
Subproject commit f06bcb2a557cabf6071a78018304f323c71247cc
|
Loading…
Reference in New Issue
Block a user