Changement pour hugo

This commit is contained in:
Yannick Francois
2018-03-29 10:19:15 +02:00
commit a6421e78fa
389 changed files with 8423 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8"">
<title>Les pieds dans le code</title>
<link rel="stylesheet" type="text/css" href="./css/elsif.css" />
</head>
<body>
<div class="page">
<header class="header">
<h1 class="header-title">
<a href="./">
Les pieds dans le code
</a>
</h1>
</header>
<nav class="nav">
<a href="./about.html">about</a>
<a href="./archive.html">archive</a>
</nav>
<article class="content">
<h1>Archives</h1>
Here you can find all my previous posts:
<ul>
<li>
<a href="./posts/2012-12-07-tu-quoque.html">Tu Quoque</a> - December 7, 2012
</li>
<li>
<a href="./posts/2012-11-28-carpe-diem.html">Carpe Diem</a> - November 28, 2012
</li>
<li>
<a href="./posts/2012-10-07-rosa-rosa-rosam.html">Rosa Rosa Rosam</a> - October 7, 2012
</li>
<li>
<a href="./posts/2012-08-12-spqr.html">S.P.Q.R.</a> - August 12, 2012
</li>
</ul>
</article>
<footer class="footer">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</div>
</body>
</html>