diff --git a/_root/categories.html b/_root/categories.html
deleted file mode 100644
index 978d26e..0000000
--- a/_root/categories.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-{{# posts.categories.all }}
- {{> categories_list }}
-{{/ posts.categories.all }}
-
-
-{{# posts.categories.all }}
- {{ name }} ({{ count }})
-
- {{# posts?to_posts }}
- {{> posts_list }}
- {{/ posts?to_posts }}
-
-{{/ posts.categories.all }}
diff --git a/data.yml b/data.yml
index c7a67bd..1a85761 100644
--- a/data.yml
+++ b/data.yml
@@ -1,15 +1,12 @@
-title : Site Title
-tagline: Site Tagline
+title : Kumis Hirnkotze
+tagline: Was ich so zu sagen habe.
author :
- name : First-name Last-name
- email : blah@email.test
- github : username
- twitter : username
- feedburner : feedname
+ name : Klaus-Uwe Mitterer
+ email : hirnkotze@kumi.email
+ twitter : kumitterer
navigation :
- archive
- tags
- - categories
- pages
- about
diff --git a/layouts/default.html b/layouts/default.html
index 06f2544..b1ab2b0 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -53,7 +53,7 @@