diff options
| author | t <t@tjp.lol> | 2026-07-11 11:50:44 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 11:50:44 -0600 |
| commit | 9faffbf6bc5083239d69a2daedac273e6d814bc3 (patch) | |
| tree | 13cb030017e729e3b51b8862a602d1c9ffbe6763 /index.html | |
| parent | 5943b3063676d68381545e36a9903e1df278e923 (diff) | |
Archive fictional site examples and audit inherited prose
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 27 |
1 files changed, 6 insertions, 21 deletions
@@ -16,10 +16,10 @@ <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="notes/index.html">notes</a> --> <a href="projects/index.html">projects</a> <a href="about/index.html">about</a> - <a href="feed.xml">rss</a> + <a href="feed.xml">feed</a> </nav> </header> @@ -31,24 +31,9 @@ <section> <h2 class="sec">recent posts</h2> - <ul class="posts"> - <li><time datetime="2026-06-30">2026-06-30</time><a href="weblog/moving-off-gemini.html">Moving my weblog off Gemini (without leaving it)</a></li> - <li><time datetime="2026-05-18">2026-05-18</time><a href="weblog/index.html">A static site generator in 100 lines of bash</a></li> - <li><time datetime="2026-04-02">2026-04-02</time><a href="weblog/index.html">Syncthing is the personal cloud I actually wanted</a></li> - <li><time datetime="2026-02-14">2026-02-14</time><a href="weblog/index.html">Notes on green-thread concurrency in Python</a></li> - <li><time datetime="2026-01-09">2026-01-09</time><a href="weblog/index.html">The quiet case for plain HTML</a></li> - </ul> <p style="margin-top:.9rem;font-size:.9rem;"><a href="weblog/index.html">all posts →</a></p> </section> - <section> - <h2 class="sec">tags</h2> - <div class="tags"> - <a href="weblog/index.html">python</a><a href="weblog/index.html">small-web</a><a href="weblog/index.html">systems</a> - <a href="weblog/index.html">tools</a><a href="weblog/index.html">gemini</a><a href="weblog/index.html">slc</a><a href="weblog/index.html">reading</a> - </div> - </section> - <div class="cols"> <section> <h2 class="sec">elsewhere</h2> @@ -59,7 +44,7 @@ <li><span class="k">gemini</span><a href="about/index.html">gemini://…/~tjp</a></li> </ul> </section> - <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> @@ -67,17 +52,17 @@ <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> + </section> --> </div> </main> <footer> - <div class="ring"> + <!-- <div class="ring"> <span>webring:</span> <a href="#">← prev</a> <a href="#">rand</a> <a href="#">next →</a> - </div> + </div> --> <p>hand-written in slc · ©2026 tjp · content <a href="about/index.html">CC BY 4.0</a> unless noted · <a href="feed.xml">feed</a></p> </footer> |
