diff --git a/content/.vitepress/config.js b/content/.vitepress/config.js
index 00877ec..4d33a7b 100644
--- a/content/.vitepress/config.js
+++ b/content/.vitepress/config.js
@@ -10,6 +10,7 @@ export default defineConfig({
themeConfig: {
sidebar: [
+ { text: 'Welkom!', link: '/' },
{ text: '2023',
collapsed: false,
items: [
@@ -33,10 +34,10 @@ export default defineConfig({
{ text: 'Nieuwe start', link: '/2024/nieuwestart/' },
{ text: 'Inschrijving', link: '/2024/inschrijving/' },
{ text: 'Eerste overeenkomst', link: '/2024/overeenkomst/' },
- { text: 'Verzekeringen verkopen', link: '/2024/pluzeker/' },
{ text: 'Kwikstaart', link: '/2024/wagtail/' },
- { text: 'Malmö', link: '/2024/engageu/' },
{ text: 'Portfolioverslag', link: '/2024/portfolioverslag/' },
+ { text: 'Verzekeringen verkopen', link: '/2024/pluzeker/' },
+ { text: 'Malmö', link: '/2024/engageu/' },
],
},
],
diff --git a/content/2023/portfolioverslag/index.md b/content/2023/portfolioverslag/index.md
index 2e92d6b..63f72e0 100644
--- a/content/2023/portfolioverslag/index.md
+++ b/content/2023/portfolioverslag/index.md
@@ -1,4 +1,4 @@
-# Portfolioverslag klas 4
+# Portfolioverslag klas 4
::: tip Bijlage
Onderstaande is het portfolioverslag van mijn begeleider mevrouw Barbé van het einde van klas 4.
diff --git a/content/2024/portfolioverslag/index.md b/content/2024/portfolioverslag/index.md
index 666454d..f06a889 100644
--- a/content/2024/portfolioverslag/index.md
+++ b/content/2024/portfolioverslag/index.md
@@ -1,4 +1,4 @@
-# Portfolioverslag klas 5
+# Portfolioverslag klas 5
::: tip Bijlage
Onderstaande is het portfolioverslag van mijn begeleider mevrouw Barbé van het einde van klas 5.
diff --git a/content/index.md b/content/index.md
new file mode 100644
index 0000000..91b23f8
--- /dev/null
+++ b/content/index.md
@@ -0,0 +1 @@
+# Welkom!