From 6695f9b1c293d13e6e52c3b841970b13615bba5a Mon Sep 17 00:00:00 2001
From: dadada <dadada@dadada.li>
Date: Fri, 23 Oct 2020 20:01:10 +0200
Subject: [PATCH] Add missing index files

---
 src/blog/index.md  |  4 ++++
 src/index.md       | 10 +++++++++-
 src/talks/index.md |  3 +++
 3 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 src/blog/index.md
 create mode 100644 src/talks/index.md

diff --git a/src/blog/index.md b/src/blog/index.md
new file mode 100644
index 0000000..fe7187d
--- /dev/null
+++ b/src/blog/index.md
@@ -0,0 +1,4 @@
+# Blogs
+
+- [Managing stripped GPG keys](gpg/)
+- [My $HOME](home-layout/)
diff --git a/src/index.md b/src/index.md
index cc5963c..0c5932b 100644
--- a/src/index.md
+++ b/src/index.md
@@ -1,7 +1,15 @@
 # dadada
 
-Hello, world!
+**Welcome to my personal homepage ;-)**
+
+## About 
+
+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/)
 - [Reading List](reading-list/)
 - [Talks](talks/)
+- [Social](https://chaos.social/@dadada)
+
diff --git a/src/talks/index.md b/src/talks/index.md
new file mode 100644
index 0000000..726a500
--- /dev/null
+++ b/src/talks/index.md
@@ -0,0 +1,3 @@
+# Talks
+
+- [systemd.generator(7)](systemd.generator/)