diff options
Diffstat (limited to 'feed.xml')
| -rw-r--r-- | feed.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..7dbd364 --- /dev/null +++ b/feed.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom"> + <title>tjp.lol</title> + <subtitle>Notes, code, and longer thoughts from an elder-millennial software engineer in Salt Lake City.</subtitle> + <link href="https://tjp.lol/feed.xml" rel="self"/> + <link href="https://tjp.lol/"/> + <updated>2026-06-30T00:00:00Z</updated> + <id>https://tjp.lol/</id> + <author> + <name>tjp</name> + <email>t@tjp.lol</email> + </author> + + <entry> + <title>Moving my weblog off Gemini (without leaving it)</title> + <link href="https://tjp.lol/weblog/moving-off-gemini.html"/> + <id>https://tjp.lol/weblog/moving-off-gemini.html</id> + <updated>2026-06-30T00:00:00Z</updated> + <summary>How I mirror my Gemini capsule to the web with a tiny gemtext-to-HTML converter, without abandoning geminispace.</summary> + </entry> + + <entry> + <title>A static site generator in 100 lines of bash</title> + <link href="https://tjp.lol/weblog/index.html"/> + <id>https://tjp.lol/weblog/static-site-generator-bash</id> + <updated>2026-05-18T00:00:00Z</updated> + <summary>Placeholder entry — replace with the real post.</summary> + </entry> + + <entry> + <title>Syncthing is the personal cloud I actually wanted</title> + <link href="https://tjp.lol/weblog/index.html"/> + <id>https://tjp.lol/weblog/syncthing</id> + <updated>2026-04-02T00:00:00Z</updated> + <summary>Placeholder entry — replace with the real post.</summary> + </entry> +</feed> |
