From e6849580a2e8e5c6d13f6b65430962fed59b176e Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Wed, 2 Sep 2026 11:32:29 -0600 Subject: [PATCH 1/3] feat: publish Atom feed of site updates Hand-maintained Atom feed at makeitwork.cloud/feed.xml so feed readers and PieFed instance feeds (fastfeedparser) can follow site updates. Seed entry covers the portal itself; entry ids are permanent tag URIs. --- makeitwork.cloud/feed.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 makeitwork.cloud/feed.xml diff --git a/makeitwork.cloud/feed.xml b/makeitwork.cloud/feed.xml new file mode 100644 index 0000000..a966340 --- /dev/null +++ b/makeitwork.cloud/feed.xml @@ -0,0 +1,27 @@ + + + + Make IT Work + Personal DevOps portal and self-hosted infrastructure updates + tag:makeitwork.cloud,2026:feed + 2026-09-02T17:00:00Z + + + + Make IT Work + + + tag:makeitwork.cloud,2026-09-02:portal-live + Make IT Work portal is live + + 2026-09-02T17:00:00Z + The Make IT Work personal DevOps portal is up, with pointers to the self-hosted stack behind makeitwork.cloud: Argo CD, Forgejo, Grafana, OpenCode, the status dashboard, and the onion-services directory. + + From 808ddf09c893735820b33b890b390fd1bfb21a7e Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Wed, 2 Sep 2026 11:33:59 -0600 Subject: [PATCH 2/3] feat: advertise Atom feed from portal head --- makeitwork.cloud/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/makeitwork.cloud/index.html b/makeitwork.cloud/index.html index b2d402e..7c2542f 100644 --- a/makeitwork.cloud/index.html +++ b/makeitwork.cloud/index.html @@ -15,6 +15,12 @@ + Date: Wed, 2 Sep 2026 11:34:13 -0600 Subject: [PATCH 3/3] docs: describe the site-update Atom feed --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 496d5c9..ed6a9b0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ the source directories are deployed as-is. service worker with an offline cache fallback for same-origin assets. - **Metadata:** The public portal includes standard Open Graph and Twitter metadata plus Schema.org JSON-LD. +- **Feed:** `makeitwork.cloud/feed.xml` is a hand-maintained Atom feed of + site updates, advertised from the portal head for feed-reader discovery. + Entry ids are permanent tag URIs and must not be reused or changed. ## References