mirror of
https://github.com/newtype256/website.git
synced 2025-06-05 06:36:26 +02:00
% stack exec hakyll-init newtype.fr
This commit is contained in:
parent
bb83368880
commit
eb34fdd739
18 changed files with 607 additions and 1 deletions
19
index.html
19
index.html
|
@ -1,3 +1,21 @@
|
|||
---
|
||||
title: Home
|
||||
---
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
|
||||
|
||||
<p>Welcome to my blog!</p>
|
||||
|
||||
<p>I've reproduced a list of recent posts here for your reading pleasure:</p>
|
||||
|
||||
<h2>Posts</h2>
|
||||
$partial("templates/post-list.html")$
|
||||
|
||||
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
|
||||
|
||||
<!--
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -22,3 +40,4 @@
|
|||
</div>
|
||||
</body>
|
||||
</html>
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue