diff --git a/index.html b/index.html
index 81769c4..e7f198a 100644
--- a/index.html
+++ b/index.html
@@ -2,13 +2,60 @@
layout: default
---
-
- {% for post in site.posts %}
- -
- {{ post.date | date: "%b %-d, %Y" }}
-
- {{ post.title }}
-
-
- {% endfor %}
+2martens.de
+
+
+ Welcome on my personal website. This home page is comparable to the README of this website. You can find a
+ readers guide here. Furthermore you will find below all
+ blog posts related to the site itself.
+
+
+Features
+
+
+ Despite being a simple collection of static pages and posts, this website has some features that differentiate it
+ from others.
+
+
+
+ - No Tracking: You read correct. This website doesn't use any tracker. Zero.
+ - No Cookies:
+ This website doesn't use any cookies. Hence it cannot connect two visits to the same device.
+
+ - (Almost) no javascript:
+ This site uses almost no javascript. Javascript is only used to replace the Font Awesome span elements with svg
+ elements.
+
+ - (Almost) no external requests:
+ To protect your privacy as good as possible, the amount of external requests is almost zero. The only occurance
+ of external requests occurs in combination with embedded videos.
+
+ - Privacy-friendly embedded videos:
+ Embedded YouTube videos use the youtube-nocookie.com domain which proclaims that no data is stored about the
+ website visitors until they actually click to play the video.
+
+ - Uberspace-powered:
+ This site is hosted on Uberspace 7. That is the new version of Uberspace hosts which is currently in Public Beta.
+
+
+
+Readers guide
+
+
+ The posts are grouped by categories. These can be found on the main menu. In addition you can find my publications
+ under Computer Science. The reports from the G20 special committee in Hamburg can be found under Politics and there
+ under G20. The Blog category contains all posts that don't match other categories.
+
+
+Blog posts
+
+
+ {% for post in site.categories['site'] %}
+ -
+ {{ post.date | date: "%b %-d, %Y" }}
+
+ {{ post.title }}
+
+
+ {% endfor %}