67 lines
2.4 KiB
HTML
67 lines
2.4 KiB
HTML
<!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">
|
||
<meta name="referrer" content="no-referrer">
|
||
<title>rf - Home</title>
|
||
<link rel="stylesheet" href="./css/default.css" />
|
||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"><link rel="shortcut icon" href="./images/favicons/favicon32.png"><link rel="apple-touch-icon-precomposed" sizes="144x144" href="./images/favicons/favicon144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="./images/favicons/favicon114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="./images/favicons/favicon72.png"><link rel="apple-touch-icon-precomposed" sizes="57x57" href="./images/favicons/favicon57.png">
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<div class="logo">
|
||
<a href="./">Regular Flolloping</a>
|
||
</div>
|
||
<nav class="navbar">
|
||
<a href="./">Home</a>
|
||
<a href="./about/">About</a>
|
||
<a href="./contact/">Contact</a>
|
||
<a href="./archive/">Archive</a>
|
||
</nav>
|
||
</header>
|
||
|
||
<main role="main">
|
||
<h1>Home</h1>
|
||
<p>please don’t laugh at me i really like swatch internet time</p>
|
||
<p>here are some recent (for a very liberal definition of the word) posts:</p>
|
||
<blockquote>
|
||
<p>now actually only shows a few recent posts because im not as bad at haskell as i thought!</p>
|
||
</blockquote>
|
||
<h2 id="recent-posts">“Recent” Posts</h2>
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="./posts/religios/">ReligiOS</a> - June 6, 2019
|
||
</li>
|
||
|
||
<li>
|
||
<a href="./posts/poets-system/">The Poets System</a> - June 1, 2019
|
||
</li>
|
||
|
||
<li>
|
||
<a href="./posts/thought-about-thought/">A Thought About Thought</a> - May 27, 2019
|
||
</li>
|
||
|
||
<li>
|
||
<a href="./posts/telephone-boards/">Telephone Boards</a> - May 23, 2019
|
||
</li>
|
||
|
||
<li>
|
||
<a href="./posts/best-bug/">Best Bug</a> - May 21, 2019
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
|
||
<p>...or for a chance to nab seven agenda points, check the <a href="./archive/">archives</a>.</p>
|
||
|
||
</main>
|
||
|
||
<footer>
|
||
powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
||
</footer>
|
||
</body>
|
||
</html>
|