Set up everything

This commit is contained in:
Loic Nageleisen 2018-12-06 15:38:40 +01:00
commit f9220ada9b
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2
24 changed files with 651 additions and 0 deletions

21
_layouts/default.html Normal file
View file

@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>
<title>lloeki - {{ page.title }}</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body lang='en-US'>
<main>
<h1 class='title'>{{ page.title }}</h1>
<section class='content'>
{{ content }}
</section>
</main>
<footer>
<a href="https://www.lloeki.dev">www.lloeki.dev</a> - hack. build. create.
</footer>
</body>
</html>