summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-11 12:15:04 -0600
committert <t@tjp.lol>2026-07-11 12:18:55 -0600
commitd6c7333d37638447a2a41c762574de8851665934 (patch)
tree577145d845ec954ff812308bc98b2ca30dcf5cc0 /index.html
parent2ab0e23eca3c5cac82d948e506b3f1cb81bedd18 (diff)
Document deployment and stop tracking generated output
Diffstat (limited to 'index.html')
-rw-r--r--index.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index fe7b5ee..0000000
--- a/index.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<title>tjp.lol</title>
-<meta name="description" content="Personal site of tjp — software engineer in Salt Lake City. Weblog, notes, projects.">
-<link rel="stylesheet" href="style.css">
-<link rel="alternate" type="application/atom+xml" title="tjp.lol" href="feed.xml">
-</head>
-<body>
-<div class="wrap">
-
- <header class="site">
- <h1 class="brand"><a href="index.html">~tjp<span class="cur"> $_</span></a></h1>
- <p class="tag">Elder-millennial software engineer in Salt Lake City, Utah. Writing about code, tools, and the small web.</p>
- <nav class="main">
- <a href="weblog/index.html">weblog</a>
-
- <a href="projects/index.html">projects</a>
- <a href="about/index.html">about</a>
- <a href="feed.xml">feed</a>
- </nav>
- </header>
-
- <main>
- <section class="intro">
- <p>Welcome in. This site is my writing desk: weblog posts moving over from my <span class="mono">gemini://</span> capsule, plus a public cut of the notes I keep in Obsidian and sync across my machines with Syncthing.</p>
- <p>Plain HTML and CSS. No JavaScript, no tracking &mdash; it reads exactly the same with scripts turned off. That's the point.</p>
- </section>
-
- <section>
- <h2 class="sec">recent posts</h2>
- <p style="margin-top:.9rem;font-size:.9rem;"><a href="weblog/index.html">all posts &rarr;</a></p>
- </section>
-
- <div class="cols">
- <section>
- <h2 class="sec">elsewhere</h2>
- <ul class="links">
- <li><span class="k">email</span><a href="mailto:t@tjp.lol">t@tjp.lol</a></li>
- <li><span class="k">code</span><a href="https://github.com/teepark">github.com/teepark</a></li>
- <li><span class="k">fedi</span><a href="https://tilde.zone/@tjpcc" rel="me">@tjpcc@tilde.zone</a></li>
- <li><span class="k">gemini</span><a href="about/index.html">gemini://…/~tjp</a></li>
- </ul>
- </section>
-
- </div>
- </main>
-
- <footer>
-
- <p>&copy;2026 tjp &middot; content <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless noted &middot; <a href="feed.xml">feed</a></p>
- </footer>
-
-</div>
-</body>
-</html>
-