-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
133 lines (91 loc) · 4.62 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<title>Archives</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/github.css" />
<link rel="stylesheet" type="text/css" href="./css/old.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60895827-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="./js/mathjaxConfig.js"></script>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./images/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./images/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./images/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./images/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./images/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./images/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="./images/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./images/favicon/favicon-16x16.png" sizes="16x16" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/images/favicon/mstile-144x144.png" />
</head>
<body>
<header>
<div class="title">Matt Wetmore</div>
<div class="navi">
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./cv.pdf">CV</a>
<a href="./projects.html">Projects</a>
<a href="./archive.html">Archive</a>
</div>
<a href="./where.html"><div class="bird"></div></a>
</header>
<div class="title">
<h1>Archives</h1>
</div>
<div id="content">
Here you can find all my previous posts:
<ul class="posts">
<li>
<div><a href="./posts/installing-elm-packages-with-bad-connection-or-vpn.html">Installing Elm packages with a bad connection or VPN</a></div>
<div class="posts-item-subline">July 17, 2015
 –  10 minute read
</div>
</li>
<li>
<div><a href="./posts/hakyll-list-metadata.html">Accessing list metadata in Hakyll</a></div>
<div class="posts-item-subline">June 27, 2015
 –  5 minute read
</div>
</li>
<li>
<div><a href="./posts/parsing-combinators-with-parser-combinators.html">Parsing the untyped $\lambda$-calculus with Parsec</a></div>
<div class="posts-item-subline">June 24, 2015
 –  15 minute read
</div>
</li>
<li>
<div><a href="./posts/n-choose-k-the-haskell-way.html">$n$ choose $k$ the Haskell way</a></div>
<div class="posts-item-subline">March 17, 2015
 –  5 minute read
</div>
</li>
<li>
<div><a href="./posts/hakyll-custom-writer.html">Using custom Pandoc writers with Hakyll</a></div>
<div class="posts-item-subline">March 16, 2015
 –  5 minute read
</div>
</li>
</ul>
</div>
<div id="footer">
<span class="left"><a href="//github.com/wetmore/personal-site">Source</a>
on Github</span>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
<script src="./js/sidenote.js"></script>
</body>
</html>