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:
parent
1049d84b83
commit
68e09d3f5d
10 changed files with 149 additions and 254 deletions
10
projects.md
10
projects.md
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue