summaryrefslogtreecommitdiff
path: root/weblog
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 /weblog
parent2ab0e23eca3c5cac82d948e506b3f1cb81bedd18 (diff)
Document deployment and stop tracking generated output
Diffstat (limited to 'weblog')
-rw-r--r--weblog/index.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/weblog/index.html b/weblog/index.html
deleted file mode 100644
index f67da6b..0000000
--- a/weblog/index.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<title>Weblog — tjp.lol</title>
-<meta name="description" content="Weblog posts by tjp.">
-<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>
- <nav class="main">
- <a href="index.html" aria-current="page">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>Longer-form writing. Most of these are migrating over from my Gemini capsule, so dates reflect the original posting. <a href="../feed.xml">Subscribe via RSS</a>.</p>
- </section>
-
-
- </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>
-