summaryrefslogtreecommitdiff
path: root/notes/index.html
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-11 11:42:23 -0600
committert <t@tjp.lol>2026-07-11 11:43:04 -0600
commit5943b3063676d68381545e36a9903e1df278e923 (patch)
tree07fc2abc28182202c5cec0cc79b5a0531ae3e616 /notes/index.html
initial commit: claude-designed site and project doc to staticly generate it going forward
Diffstat (limited to 'notes/index.html')
-rw-r--r--notes/index.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/notes/index.html b/notes/index.html
new file mode 100644
index 0000000..7c5265f
--- /dev/null
+++ b/notes/index.html
@@ -0,0 +1,67 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>Notes — tjp.lol</title>
+<meta name="description" content="A public cut of my Obsidian notes — a small digital garden.">
+<link rel="stylesheet" href="../style.css">
+</head>
+<body>
+<div class="wrap">
+
+ <header class="site">
+ <h1 class="brand"><a href="../index.html">~tjp<span class="cur"> $_</span></a></h1>
+ <nav class="main">
+ <a href="../weblog/index.html">weblog</a>
+ <a href="../notes/index.html" aria-current="page">notes</a>
+ <a href="../projects/index.html">projects</a>
+ <a href="../about/index.html">about</a>
+ <a href="../feed.xml">rss</a>
+ </nav>
+ </header>
+
+ <main>
+ <section class="intro">
+ <p>This is a digital garden &mdash; a public slice of the notes I keep in Obsidian. Unlike the <a href="../weblog/index.html">weblog</a>, these aren't essays. They're living pages: some are a paragraph, some are years old, most link to each other. Start anywhere and follow the threads.</p>
+ </section>
+
+ <section>
+ <h2 class="sec">start here</h2>
+ <ul class="posts">
+ <li><a href="plain-html.html">The case for plain HTML</a></li>
+ <li><a href="plain-html.html">Home-lab &amp; self-hosting</a></li>
+ <li><a href="plain-html.html">How I take notes</a></li>
+ </ul>
+ </section>
+
+ <section>
+ <h2 class="sec">all notes</h2>
+ <nav class="note-index">
+ <a href="plain-html.html">Bread notes</a>
+ <a href="plain-html.html">Books I keep re-reading</a>
+ <a href="plain-html.html">CPython internals</a>
+ <a href="plain-html.html">Emacs config, annotated</a>
+ <a href="plain-html.html">Gemtext &amp; the small web</a>
+ <a href="plain-html.html">Green threads</a>
+ <a href="plain-html.html">Home-lab &amp; self-hosting</a>
+ <a href="plain-html.html">How I take notes</a>
+ <a href="plain-html.html">Makefiles I reach for</a>
+ <a href="plain-html.html">The case for plain HTML</a>
+ <a href="plain-html.html">Syncthing setup</a>
+ <a href="plain-html.html">Terminal &amp; shell dotfiles</a>
+ </nav>
+ </section>
+ </main>
+
+ <footer>
+ <div class="ring">
+ <span>webring:</span>
+ <a href="#">&larr; prev</a><a href="#">rand</a><a href="#">next &rarr;</a>
+ </div>
+ <p>hand-written in slc &middot; &copy;2026 tjp &middot; <a href="../feed.xml">feed</a></p>
+ </footer>
+
+</div>
+</body>
+</html>