summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-11 12:08:14 -0600
committert <t@tjp.lol>2026-07-11 12:10:15 -0600
commit2ab0e23eca3c5cac82d948e506b3f1cb81bedd18 (patch)
tree46dc28dcea6265ece0f4763cdff372f84578e172 /index.html
parent9faffbf6bc5083239d69a2daedac273e6d814bc3 (diff)
Migrate site pages to Weft templates and Markdown
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 6 insertions, 18 deletions
diff --git a/index.html b/index.html
index 6acaad8..fe7b5ee 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
<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="notes/index.html">notes</a> -->
+
<a href="projects/index.html">projects</a>
<a href="about/index.html">about</a>
<a href="feed.xml">feed</a>
@@ -26,7 +26,7 @@
<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 build step, no tracking &mdash; it reads exactly the same with scripts turned off. That's the point.</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>
@@ -44,28 +44,16 @@
<li><span class="k">gemini</span><a href="about/index.html">gemini://…/~tjp</a></li>
</ul>
</section>
- <!-- <section>
- <h2 class="sec">from the notes</h2>
- <ul class="links">
- <li><a href="notes/plain-html.html">The case for plain HTML</a></li>
- <li><a href="notes/index.html">Home-lab &amp; self-hosting</a></li>
- <li><a href="notes/index.html">Emacs config, annotated</a></li>
- <li><a href="notes/index.html">Books I keep re-reading</a></li>
- </ul>
- </section> -->
+
</div>
</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; content <a href="about/index.html">CC BY 4.0</a> unless noted &middot; <a href="feed.xml">feed</a></p>
+
+ <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>
+