Update feeds

Amolith created

Change summary

content/feeds.md  | 11 +++++++++--
justfile          |  2 +-
static/feeds.opml | 10 ++++++++--
3 files changed, 18 insertions(+), 5 deletions(-)

Detailed changes

content/feeds.md 🔗

@@ -24,12 +24,17 @@ the feed or `opml2md`'s best guess.
 ### Blogs
 
 - [/dev/lawyer](https://writing.kemitchell.com) [(Feed)](https://writing.kemitchell.com/feed.xml)
+- [13brane](https://13brane.net/rss.xml) [(Feed)](https://13brane.net/rss.xml)
 - [37signals Dev](https://dev.37signals.com/) [(Feed)](https://dev.37signals.com/feed/posts.xml)
+- [Alex Schroeder’s Diary](https://alexschroeder.ch/view/index.rss) [(Feed)](https://alexschroeder.ch/view/index.rss)
+- [Analog Office](https://analogoffice.net/) [(Feed)](https://analogoffice.net/feed.xml)
 - [Annoying Technology](https://annoying.technology) [(Feed)](https://annoying.technology/index.xml)
 - [as days pass by](https://www.kryogenix.org/days/) [(Feed)](http://www.kryogenix.org/days/feed/)
 - [Avery's Café](https://avery.cafe) [(Feed)](https://avery.cafe/index.xml)
 - [Blog on Tailscale](https://tailscale.com/blog/index.xml) [(Feed)](https://tailscale.com/blog/index.xml)
 - [Blog – JoeRess.com](https://joeress.com) [(Feed)](https://joeress.com/category/blog/feed/)
+- [captainepoch's log](https://adol.pw/index.xml) [(Feed)](https://adol.pw/index.xml)
+- [cblgh.org - articles](https://cblgh.org/cblgh.org) [(Feed)](https://cblgh.org/articles.xml)
 - [Ctrl blog](https://feed.ctrl.blog) [(Feed)](https://feed.ctrl.blog/latest.atom)
 - [Drew DeVault's blog](https://drewdevault.com) [(Feed)](https://drewdevault.com/blog/index.xml)
 - [duponin](https://dupon.in/index.xml) [(Feed)](https://dupon.in/index.xml)
@@ -93,6 +98,10 @@ the feed or `opml2md`'s best guess.
 - [Sourcehut](https://sourcehut.org) [(Feed)](https://sourcehut.org/blog/index.xml)
 - [sr.ht status](https://status.sr.ht/index.xml) [(Feed)](https://status.sr.ht/index.xml)
 
+### Politics
+
+- [Steady](https://steady.substack.com/feed) [(Feed)](https://steady.substack.com/feed)
+
 ### Stores
 
 - [Tilted Windmill Press](https://www.tiltedwindmillpress.com) [(Feed)](https://www.tiltedwindmillpress.com/?feed=rss2&post_type=product)
@@ -106,7 +115,6 @@ the feed or `opml2md`'s best guess.
 - [command center](https://commandcenter.blogspot.com/) [(Feed)](http://commandcenter.blogspot.com/feeds/posts/default)
 - [ComputerWeekly](https://www.computerweekly.com) [(Feed)](http://www.computerweekly.com/rss/Latest-IT-news.xml)
 - [Dan Grover](http://dangrover.com/) [(Feed)](http://dangrover.com/feed.xml)
-- [David Heinemeier Hansson](https://world.hey.com/dhh) [(Feed)](https://world.hey.com/dhh/feed.atom)
 - [Deeplinks](https://www.eff.org) [(Feed)](https://www.eff.org/rss/updates.xml)
 - [F-Droid](https://f-droid.org) [(Feed)](https://f-droid.org/en/feed.xml)
 - [Golang Weekly](https://golangweekly.com/) [(Feed)](https://golangweekly.com/rss/)
@@ -119,7 +127,6 @@ the feed or `opml2md`'s best guess.
 - [Let's Encrypt](https://letsencrypt.org/) [(Feed)](https://letsencrypt.org/feed.xml)
 - [Light Blue Touchpaper](https://www.lightbluetouchpaper.org) [(Feed)](http://www.lightbluetouchpaper.org/feed/)
 - [Lobsters](https://lobste.rs) [(Feed)](https://lobste.rs/rss)
-- [Micah Lee](https://micahflee.com/) [(Feed)](https://micahflee.com/feed.xml)
 - [Motherboard RSS Feed](https://www.vice.com/en/topic/tech?locale=en_us) [(Feed)](http://motherboard.vice.com/rss)
 - [Open Rights Group](https://www.openrightsgroup.org) [(Feed)](https://www.openrightsgroup.org/feed.rss)
 - [Patshead.com Blog](https://blog.patshead.com/) [(Feed)](http://blog.patshead.com/atom.xml)

justfile 🔗

@@ -106,7 +106,7 @@ images:
 # Generate feeds post from OPML file in /tmp/subscriptions.opml
 opml:
     go install git.sr.ht/~amolith/opml2md@latest
-    opml2md -i /tmp/subscriptions.opml -o content/feeds.md -x static/feeds.opml -t opml.tmpl -g "Software Updates,Newsletters"
+    opml2md -i /tmp/subscriptions.opml -o content/feeds.md -x static/feeds.opml -t opml.tmpl -g "Software Updates,Newsletters,Go"
 
 # Run development server
 serve:

static/feeds.opml 🔗

@@ -6,12 +6,17 @@
 	<body>
 		<outline text="Blogs">
 			<outline text="/dev/lawyer" type="rss" xmlUrl="https://writing.kemitchell.com/feed.xml" htmlUrl="https://writing.kemitchell.com"></outline>
+			<outline text="13brane" type="rss" xmlUrl="https://13brane.net/rss.xml" htmlUrl="https://13brane.net/rss.xml"></outline>
 			<outline text="37signals Dev" type="rss" xmlUrl="https://dev.37signals.com/feed/posts.xml" htmlUrl="https://dev.37signals.com/"></outline>
+			<outline text="Alex Schroeder’s Diary" type="rss" xmlUrl="https://alexschroeder.ch/view/index.rss" htmlUrl="https://alexschroeder.ch/view/index.rss"></outline>
+			<outline text="Analog Office" type="rss" xmlUrl="https://analogoffice.net/feed.xml" htmlUrl="https://analogoffice.net/"></outline>
 			<outline text="Annoying Technology" type="rss" xmlUrl="https://annoying.technology/index.xml" htmlUrl="https://annoying.technology"></outline>
 			<outline text="as days pass by" type="rss" xmlUrl="http://www.kryogenix.org/days/feed/" htmlUrl="https://www.kryogenix.org/days/"></outline>
 			<outline text="Avery&#39;s Café" type="rss" xmlUrl="https://avery.cafe/index.xml" htmlUrl="https://avery.cafe"></outline>
 			<outline text="Blog on Tailscale" type="rss" xmlUrl="https://tailscale.com/blog/index.xml" htmlUrl="https://tailscale.com/blog/index.xml"></outline>
 			<outline text="Blog – JoeRess.com" type="rss" xmlUrl="https://joeress.com/category/blog/feed/" htmlUrl="https://joeress.com"></outline>
+			<outline text="captainepoch&#39;s log" type="rss" xmlUrl="https://adol.pw/index.xml" htmlUrl="https://adol.pw/index.xml"></outline>
+			<outline text="cblgh.org - articles" type="rss" xmlUrl="https://cblgh.org/articles.xml" htmlUrl="https://cblgh.org/cblgh.org"></outline>
 			<outline text="Ctrl blog" type="rss" xmlUrl="https://feed.ctrl.blog/latest.atom" htmlUrl="https://feed.ctrl.blog"></outline>
 			<outline text="Drew DeVault&#39;s blog" type="rss" xmlUrl="https://drewdevault.com/blog/index.xml" htmlUrl="https://drewdevault.com"></outline>
 			<outline text="duponin" type="rss" xmlUrl="https://dupon.in/index.xml" htmlUrl="https://dupon.in/index.xml"></outline>
@@ -72,6 +77,9 @@
 			<outline text="Sourcehut" type="rss" xmlUrl="https://sourcehut.org/blog/index.xml" htmlUrl="https://sourcehut.org"></outline>
 			<outline text="sr.ht status" type="rss" xmlUrl="https://status.sr.ht/index.xml" htmlUrl="https://status.sr.ht/index.xml"></outline>
 		</outline>
+		<outline text="Politics">
+			<outline text="Steady" type="rss" xmlUrl="https://steady.substack.com/feed" htmlUrl="https://steady.substack.com/feed"></outline>
+		</outline>
 		<outline text="Stores">
 			<outline text="Tilted Windmill Press" type="rss" xmlUrl="https://www.tiltedwindmillpress.com/?feed=rss2&amp;post_type=product" htmlUrl="https://www.tiltedwindmillpress.com"></outline>
 		</outline>
@@ -83,7 +91,6 @@
 			<outline text="command center" type="rss" xmlUrl="http://commandcenter.blogspot.com/feeds/posts/default" htmlUrl="https://commandcenter.blogspot.com/"></outline>
 			<outline text="ComputerWeekly" type="rss" xmlUrl="http://www.computerweekly.com/rss/Latest-IT-news.xml" htmlUrl="https://www.computerweekly.com"></outline>
 			<outline text="Dan Grover" type="rss" xmlUrl="http://dangrover.com/feed.xml" htmlUrl="http://dangrover.com/"></outline>
-			<outline text="David Heinemeier Hansson" type="rss" xmlUrl="https://world.hey.com/dhh/feed.atom" htmlUrl="https://world.hey.com/dhh"></outline>
 			<outline text="Deeplinks" type="rss" xmlUrl="https://www.eff.org/rss/updates.xml" htmlUrl="https://www.eff.org"></outline>
 			<outline text="F-Droid" type="rss" xmlUrl="https://f-droid.org/en/feed.xml" htmlUrl="https://f-droid.org"></outline>
 			<outline text="Golang Weekly" type="rss" xmlUrl="https://golangweekly.com/rss/" htmlUrl="https://golangweekly.com/"></outline>
@@ -96,7 +103,6 @@
 			<outline text="Let&#39;s Encrypt" type="rss" xmlUrl="https://letsencrypt.org/feed.xml" htmlUrl="https://letsencrypt.org/"></outline>
 			<outline text="Light Blue Touchpaper" type="rss" xmlUrl="http://www.lightbluetouchpaper.org/feed/" htmlUrl="https://www.lightbluetouchpaper.org"></outline>
 			<outline text="Lobsters" type="rss" xmlUrl="https://lobste.rs/rss" htmlUrl="https://lobste.rs"></outline>
-			<outline text="Micah Lee" type="rss" xmlUrl="https://micahflee.com/feed.xml" htmlUrl="https://micahflee.com/"></outline>
 			<outline text="Motherboard RSS Feed" type="rss" xmlUrl="http://motherboard.vice.com/rss" htmlUrl="https://www.vice.com/en/topic/tech?locale=en_us"></outline>
 			<outline text="Open Rights Group" type="rss" xmlUrl="https://www.openrightsgroup.org/feed.rss" htmlUrl="https://www.openrightsgroup.org"></outline>
 			<outline text="Patshead.com Blog" type="rss" xmlUrl="http://blog.patshead.com/atom.xml" htmlUrl="https://blog.patshead.com/"></outline>