diff options
| author | t <t@tjp.lol> | 2026-07-11 12:08:14 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 12:10:15 -0600 |
| commit | 2ab0e23eca3c5cac82d948e506b3f1cb81bedd18 (patch) | |
| tree | 46dc28dcea6265ece0f4763cdff372f84578e172 /index.html | |
| parent | 9faffbf6bc5083239d69a2daedac273e6d814bc3 (diff) | |
Migrate site pages to Weft templates and Markdown
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
1 files changed, 6 insertions, 18 deletions
@@ -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 — it reads exactly the same with scripts turned off. That's the point.</p> + <p>Plain HTML and CSS. No JavaScript, no tracking — 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 & 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="#">← prev</a> - <a href="#">rand</a> - <a href="#">next →</a> - </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> + + <p>©2026 tjp · content <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless noted · <a href="feed.xml">feed</a></p> </footer> </div> </body> </html> + |
