Remove project duplicates.

Project pages were actually in the root directory (and outdated).
The ‘projects’ directory was not used by hakyll (but containing
up-to-date pages).

- Update hakyll rules to compile project pages.
- Remove oudated project pages.
This commit is contained in:
Fabien Freling 2014-02-23 16:29:37 +01:00
parent 1049d84b83
commit 68e09d3f5d
10 changed files with 149 additions and 254 deletions

View file

@ -3,8 +3,8 @@ title: Projects
---
<ul id="projects">
<li><a href="trailr.html">Trailr</a></li>
<li><a href="whereiscar.html">Where is my car?</a></li>
<li><a href="maestro.html">Maestro</a></li>
<li><a href="dawnchaos.html">Dawn of Chaos</a></li>
</ul>
<li><a href="projects/trailr/index.html">Trailr</a></li>
<li><a href="projects/whereiscar/index.html">Where is my car?</a></li>
<li><a href="projects/maestro/index.html">Maestro</a></li>
<li><a href="projects/dawnchaos/index.html">Dawn of Chaos</a></li>
</ul>