diff --git a/.gitignore b/.gitignore
index 5c91b60..efdb91a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
_site/
.sass-cache/
.jekyll-metadata
+deploy.sh
+
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..d2a5809
--- /dev/null
+++ b/404.html
@@ -0,0 +1,14 @@
+---
+layout: page
+title: 404
+sitemap:
+ exclude: 'yes'
+---
+
+

+Daktilo
+Daktilo is a Jekyll theme with a minimal design inspired from typewriters.
+Features
+
+- Fully responsive
+- Disqus integration for comments.
+- Google Analytics integration.
+- Syntax Highlighter (using highlight.js).
+- Support for categories.
+- Font-Awesome Icons.
+- Optimized for SEO.
+- Coolest 404 page ever.
+
+Who to use it
+Start by cloning the repository, then check the _config.yml file and change it accordenly.
+Sneak peek
+Desktop version
+
+Mobile version
+
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..741e2bc
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,39 @@
+# Site settings
+title: retrospace
+description: >
+ A meeting place for hackers, nerds, geeks, cyberpunks
+ and nostalgic cyberspace citizens.
+
+baseurl: "" # the subpath of your site, e.g. /blog/
+url: "https://retrospace.be" # the base hostname & protocol for your site
+
+author:
+ fullname: shmitty
+ # googleplus: ""
+ # github: ""
+ # twitter: ""
+ # disqus: your_disqus_forum_shortname
+
+# google_analytics: 'UA-XXXXXXXX-X'
+
+# Syntax highlighting
+highlightstyle: ''
+styles: [agate, androidstudio, arta, asceti, atelier-cave.dark, atelier-cave.light, atelier-dune.dark, atelier-dune.light, atelier-estuary.dark, atelier-estuary.light, atelier-forest.dark, atelier-forest.light, atelier-heath.dark, atelier-heath.light, atelier-lakeside.dark, atelier-lakeside.light, atelier-plateau.dark, atelier-plateau.light, atelier-savanna.dark, atelier-savanna.light, atelier-seaside.dark, atelier-seaside.light, atelier-sulphurpool.dark, atelier-sulphurpool.light, brown_paper, codepen-embed, color-brewer, dark, darkula, default, docco, far, foundation, github, github-gist, googlecode, grayscale, hopscotch, hybrid, idea, ir_black, kimbie.dark, kimbie.light, magula, mono-blue, monokai, monokai_sublime, obsidian, paraiso.dark, paraiso.light, pojoaque, railscast, rainbow, school_book, solarized_dark, solarized_light, styles_list.txt, sunburst, tomorrow, tomorrow-night-blue, tomorrow-night-bright, tomorrow-night, tomorrow-night-eightie, v, xcode, zenburn]
+
+# Handling Reading
+exclude: ["README.md", "README.html", "deploy.sh"]
+
+# Build settings
+highlighter: null
+markdown: kramdown
+
+# Translations
+t:
+ en:
+ index:
+ name: "About"
+ url: "/"
+ nl:
+ index:
+ name: "Over"
+ url: "/nl.html"
diff --git a/_data/categories.yml b/_data/categories.yml
new file mode 100644
index 0000000..5953527
--- /dev/null
+++ b/_data/categories.yml
@@ -0,0 +1,2 @@
+- slug: news
+ name: News
diff --git a/_includes/category/title.html b/_includes/category/title.html
new file mode 100644
index 0000000..15bb1fd
--- /dev/null
+++ b/_includes/category/title.html
@@ -0,0 +1,9 @@
+{% for category in site.data.categories %}
+ {% if category.slug == page.category %}
+ {% assign category_name = category.name %}
+ {% endif %}
+{% endfor %}
+
+