-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
95 lines (72 loc) · 3.38 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
<?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" />
<title>Haxell - Archives</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">Haxell</a>
</div>
<div id="navigation">
<a href="./about.html">About</a>
<a href="./books.html">Books</a>
<a href="./culture.html">Culture</a>
<a href="./misc.html">Misc</a>
<a href="./archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1>Archives</h1>
<link rel="stylesheet" type="text/css" href="./css/archive.css" />
All posts from the beginning of time sorted by category.
<h2>Books</h2>
<p>
<a href="./posts/books/2020-08-03-i-am-that.html" style="clear: left">I Am That</a> <span style="float: right">August 3, 2020</span>
</p>
<p>
<a href="./posts/books/2020-08-03-capital.html" style="clear: left">Capital in the Twenty-First Century</a> <span style="float: right">August 3, 2020</span>
</p>
<p>
<a href="./posts/books/2020-08-02-end-to-suffering.html" style="clear: left">An End to Suffering</a> <span style="float: right">August 2, 2020</span>
</p>
<p>
<a href="./posts/books/2020-08-02-age-of-anger.html" style="clear: left">Age of Anger</a> <span style="float: right">August 2, 2020</span>
</p>
<p>
<a href="./posts/books/2020-07-15-tamil.html" style="clear: left">Tamil</a> <span style="float: right">July 15, 2020</span>
</p>
<h2>Culture</h2>
<p>
<a href="./posts/culture/2020-08-02-tamas.html" style="clear: left">Tamas (1988)</a> <span style="float: right">August 2, 2020</span>
</p>
<p>
<a href="./posts/culture/2020-08-02-in-rainbows.html" style="clear: left">In Rainbows (2007)</a> <span style="float: right">August 2, 2020</span>
</p>
<p>
<a href="./posts/culture/2020-08-01-percy.html" style="clear: left">Percy (1989)</a> <span style="float: right">August 1, 2020</span>
</p>
<p>
<a href="./posts/culture/2020-08-01-gayle.html" style="clear: left">Gayle (2010)</a> <span style="float: right">August 1, 2020</span>
</p>
<h2>Miscellaneous</h2>
<p>
<a href="./posts/misc/2020-08-02-toxic-workplaces.html" style="clear: left">Toxic Workplaces</a> <span style="float: right">August 2, 2020</span>
</p>
<p>
<a href="./posts/misc/2020-08-02-life-without-conflict.html" style="clear: left">Living without conflict</a> <span style="float: right">August 2, 2020</span>
</p>
<p>
<a href="./posts/misc/2020-08-02-attention-adhd.html" style="clear: left">Attention and the lack of it</a> <span style="float: right">August 2, 2020</span>
</p>
</div>
<div id="footer">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>.
The source code of this website is <a href="https://github.com/razered/haxell.me">available on GitHub</a>
</div>
</body>
</html>