-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.html
98 lines (84 loc) · 4.22 KB
/
archive.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Haskell Embedded Blog - Archives</title>
<link href="./css/bootstrap.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<!-- syntax.css is Pandoc's syntax.css file, copied from:
https://github.com/jaspervdj/hakyll/blob/master/web/css/syntax.css
-->
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<link rel="apple-touch-icon" sizes="57x57" href="./apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="./favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="./manifest.json">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">Haskell Embedded Blog</a>
</div>
<div id="navigation">
<a href="./">Home</a>
<a href="./pages/about.html">About</a>
<!-- a href="/contact.html">Contact</a -->
<a href="./pages/links.html">Links</a>
<a href="./archive.html">Archive</a>
<a href="./rss.xml">RSS</a>
<a href="./atom.xml">ATOM</a>
</div>
</div>
<div id="content">
<h1>Archives</h1>
Here you can find all my previous posts:
<ul>
<li>
<a href="./posts/2016-09-23-introducing-ion.html">Introducing Ion</a> - September 23, 2016
</li>
<li>
<a href="./posts/2015-12-15-arm.html">ARMing Haskell</a> - December 15, 2015
</li>
<li>
<a href="./posts/2015-10-09-compiler-compilers.html">Embedding Haskell: Compilers, and compiling compilers</a> - October 9, 2015
</li>
<li>
<a href="./posts/2015-06-09-atom-cincyfp-slides.html">Presentation at CincyFP</a> - June 9, 2015
</li>
<li>
<a href="./posts/2015-02-20-atom-part-2-probes.html">Atom, part 2: Probes</a> - February 20, 2015
</li>
<li>
<a href="./posts/2015-02-17-atom-examples.html">Examples for the Atom library</a> - February 17, 2015
</li>
<li>
<a href="./posts/2015-02-06-how-i-got-here.html">How I Got Here (i.e. to using Haskell for embedded code)</a> - February 6, 2015
</li>
<li>
<a href="./posts/2015-01-31-haskelly-beginnings.html">Haskelly Beginnings</a> - January 31, 2015
</li>
</ul>
</div>
<div id="footer">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
<script src="./js/bootstrap.js"></script>
</body>
</html>