From 7c92c4c6383750601ebdf34858ea126c16209ebe Mon Sep 17 00:00:00 2001
From: dadada <dadada@dadada.li>
Date: Sun, 29 Aug 2021 12:40:22 +0200
Subject: [PATCH] update navigation

---
 config.toml       |  4 ----
 config.yaml       | 30 ++++++++++++++++++++++++++++++
 content/_index.md |  7 ++-----
 3 files changed, 32 insertions(+), 9 deletions(-)
 delete mode 100644 config.toml
 create mode 100644 config.yaml

diff --git a/config.toml b/config.toml
deleted file mode 100644
index 6798f0a..0000000
--- a/config.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-baseURL = 'https://dadada.li/'
-languageCode = 'en-us'
-title = 'dadada'
-theme = "anubis"
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..ae49bb2
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,30 @@
+baseURL: 'https://dadada.li/'
+languageCode: 'en-us'
+title:  'dadada'
+theme: 'anubis'
+languageCode: 'en-us'
+
+params:
+  author: 'dadada'
+  dateFormat: '2006-01-02'
+  social:
+  - id: github
+    name: dadada
+  - id: mastodon
+    name: '@dadada@chaos.social'
+
+menu:
+  main:
+  - identifier: blog
+    name: Blog
+    title: Blog
+    url: /blog/
+  - identifier: projects
+    name: Projects
+    title: Projects
+    url: /projects/
+  - identifier: talks
+    name: Talks
+    title: Talks
+    url: /talks/
+
diff --git a/content/_index.md b/content/_index.md
index 7384d5b..776eade 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,12 +1,9 @@
 **Welcome to my personal homepage ;-)**
 
-## About this page
-
-This page is plain old boring HTML and does not have much content. It is created with Markdown, Pandoc and Nix, because I thought it might be fun and it was. Unfortunatly, there is no guestbook.
-
 ## Contents
 
 - [Blog](blog/)
 - [Projects](projects/)
 - [Talks](talks/)
-- [Social](https://chaos.social/@dadada)
+
+[Social](https://chaos.social/@dadada)