Publish site

This commit is contained in:
Dimitri Lozeve 2018-11-13 20:17:23 +01:00
parent ff6d829468
commit 24e8c3b734
13 changed files with 361 additions and 1 deletions

37
_site/archive.html Normal file
View file

@ -0,0 +1,37 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dimitri Lozeve - Archives</title>
<link rel="stylesheet" href="./css/default.css" />
</head>
<body>
<header>
<div class="logo">
<a href="./">Dimitri Lozeve</a>
</div>
<nav>
<a href="./">Home</a>
<a href="./contact.html">Contact</a>
<a href="./archive.html">Archive</a>
</nav>
</header>
<main role="main">
<h1>Archives</h1>
Here you can find all my previous posts:
<ul>
</ul>
</main>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</body>
</html>