website/index.html

104 lines
2.3 KiB
HTML
Raw Normal View History

2023-12-21 19:06:53 +00:00
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>
Open Thoughts
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Judah Sotomayor" />
2023-12-21 19:38:31 +00:00
<link rel="stylesheet" href="https://judah.freedomland.xyz//static/style.css" type="text/css" />
2023-12-21 19:06:53 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
</head>
<body>
<header>
<h1>
2023-12-21 19:38:31 +00:00
<a href="https://judah.freedomland.xyz//">
2023-12-21 19:06:53 +00:00
Open Thoughts
</a>
</h1>
<a href="#main" class="visually-hidden">jump to main content</a>
<nav>
<ul class="menu">
2023-12-21 19:38:31 +00:00
<li><a href="https://judah.freedomland.xyz//about">about</a></li>
<li><a href="https://judah.freedomland.xyz//">blog</a></li>
2023-12-21 19:06:53 +00:00
</ul>
</nav>
</header>
<main id="main">
<h1>Blog Posts</h1>
<ul class="posts">
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/efficient-org-agenda.html">
Dec 27, 2023 &mdash;
In Pursuit of an Efficient Org-Agenda
</a>
</li>
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/reflections-zettelkasten-tooling.html">
Dec 22, 2023 &mdash;
Reflections on a year of Zettelkasten: Tooling
</a>
</li>
2023-12-22 01:06:16 +00:00
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/rss-feed.html">
Dec 21, 2023 &mdash;
RSS Feed
</a>
</li>
2023-12-21 19:06:53 +00:00
<li class="post-title">
2023-12-21 19:38:31 +00:00
<a href="https://judah.freedomland.xyz//posts/my-ssh-key.html">
2023-12-21 19:06:53 +00:00
Nov 08, 2023 &mdash;
My SSH Key
</a>
</li>
2023-12-22 01:06:16 +00:00
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/qubesos-signing-key.html">
QubesOS Signing Key
</a>
</li>
2023-12-21 19:06:53 +00:00
</ul>
</main>
<footer>
Made with &#x2665; and&nbsp;
<a href="https://emacs.love/weblorg" target="_blank">
weblorg
</a>
</footer>
</body>
</html>