tA's crappy blog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.4KB

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="referrer" content="no-referrer">
  8. <title>rf - Home</title>
  9. <link rel="stylesheet" href="./css/default.css" />
  10. <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">
  11. </head>
  12. <body>
  13. <header>
  14. <div class="logo">
  15. <a href="./">Regular Flolloping</a>
  16. </div>
  17. <nav class="navbar">
  18. <a href="./">Home</a>
  19. <a href="./about/">About</a>
  20. <a href="./contact/">Contact</a>
  21. <a href="./archive/">Archive</a>
  22. </nav>
  23. </header>
  24. <main role="main">
  25. <h1>Home</h1>
  26. <p>please don’t laugh at me i really like swatch internet time</p>
  27. <p>here are some recent (for a very liberal definition of the word) posts:</p>
  28. <blockquote>
  29. <p>now actually only shows a few recent posts because im not as bad at haskell as i thought!</p>
  30. </blockquote>
  31. <h2 id="recent-posts">“Recent” Posts</h2>
  32. <ul>
  33. <li>
  34. <a href="./posts/religios/">ReligiOS</a> - June 6, 2019
  35. </li>
  36. <li>
  37. <a href="./posts/poets-system/">The Poets System</a> - June 1, 2019
  38. </li>
  39. <li>
  40. <a href="./posts/thought-about-thought/">A Thought About Thought</a> - May 27, 2019
  41. </li>
  42. <li>
  43. <a href="./posts/telephone-boards/">Telephone Boards</a> - May 23, 2019
  44. </li>
  45. <li>
  46. <a href="./posts/best-bug/">Best Bug</a> - May 21, 2019
  47. </li>
  48. </ul>
  49. <p>...or for a chance to nab seven agenda points, check the <a href="./archive/">archives</a>.</p>
  50. </main>
  51. <footer>
  52. powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a>
  53. </footer>
  54. </body>
  55. </html>