Added 404.html and config file for emojis :p

This commit is contained in:
Thomas FORGIONE 2015-04-24 09:14:29 +02:00
parent a9ce3813bf
commit d8501534fa
3 changed files with 19 additions and 1 deletions

10
404.html Normal file
View File

@ -0,0 +1,10 @@
---
layout: main
title: 404
---
<section>
<h2>Error 404</h2>
<p>
There is nothing there... maybe you want to go back to <a href="/">the index</a>
</p>
</section>

3
_config.yml Normal file
View File

@ -0,0 +1,3 @@
gems:
- jekyll-redirect-from
- jemoji

View File

@ -5,7 +5,12 @@ title: Index
<section>
<h2>Index</h2>
<ul>
<li><a href="/bouncing/">A bouncing cube that jumps when you click on it</a></li>
<li>
<a href="/bouncing/">A bouncing cube that jumps when you click on it</a>
<p>
Jumps and bounce when you click on it :smiley:
</p>
</li>
<li>
<p>
<a href="/multisphere/">Sphere with multi-resolution</a>