-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
59 lines (49 loc) · 1.78 KB
/
archive.html
File metadata and controls
59 lines (49 loc) · 1.78 KB
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
<!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>hhefesto's blog - Archives</title>
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/syntax.css" />
</head>
<body>
<header>
<div class="logo">
<a href="./">hhefesto's blog</a>
</div>
<nav>
<a href="./">Home</a>
<a href="./about.html">About</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>
<li>
<a href="./posts/2023-07-27-uno-monoids.html">The Uno Monoids (INCOMPLETE)</a> - July 27, 2023
</li>
<li>
<a href="./posts/2021-06-04-telomare-ci-guide-v0-1.html">Telomare's CI Guide V0.1</a> - June 4, 2021
</li>
<li>
<a href="./posts/2020-02-16-megaparsec.html">My experience refactoring from Parsec to Megaparsec for the SIL parser thus far</a> - February 16, 2020
</li>
<li>
<a href="./posts/2020-01-25-react-setup.html">Vanilla React on NixOS setup</a> - January 25, 2020
</li>
<li>
<a href="./posts/2020-01-22-hello-world.html">Hakyll + Stack + Nix</a> - January 22, 2020
</li>
</ul>
</main>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</body>
</html>