From d8501534fa20747554f037c4fcf918aed1f04f8c Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 24 Apr 2015 09:14:29 +0200 Subject: [PATCH] Added 404.html and config file for emojis :p --- 404.html | 10 ++++++++++ _config.yml | 3 +++ index.html | 7 ++++++- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 404.html create mode 100644 _config.yml diff --git a/404.html b/404.html new file mode 100644 index 0000000..63f0c1b --- /dev/null +++ b/404.html @@ -0,0 +1,10 @@ +--- +layout: main +title: 404 +--- +
+

Error 404

+

+ There is nothing there... maybe you want to go back to the index +

+
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..49de929 --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +gems: + - jekyll-redirect-from + - jemoji diff --git a/index.html b/index.html index c14af7f..8c468f1 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,12 @@ title: Index

Index