Update feeds
This commit is contained in:
parent
da36bcd9d2
commit
52762fb14a
|
@ -38,7 +38,6 @@ the feed or `opml2md`'s best guess.
|
|||
- [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)
|
||||
- [Gaia Newsletter](https://apprise.prod.gaiaplant.app) [(Feed)](https://apprise.prod.gaiaplant.app/archive.xml)
|
||||
- [Grumpy Website](https://grumpy.website) [(Feed)](https://grumpy.website/feed.xml)
|
||||
- [ilja](https://blog.ilja.space/@/ilja/atom.xml) [(Feed)](https://blog.ilja.space/@/ilja/atom.xml)
|
||||
- [MWL Blather](https://mwl.io) [(Feed)](http://blather.michaelwlucas.com/feed)
|
||||
|
@ -99,7 +98,14 @@ the feed or `opml2md`'s best guess.
|
|||
|
||||
### Politics
|
||||
|
||||
- [Advocate.com](https://www.advocate.com/feeds/feed.rss) [(Feed)](https://www.advocate.com/feeds/feed.rss)
|
||||
- [Article – The Nation](https://www.thenation.com) [(Feed)](https://www.thenation.com/feed/?post_type=article)
|
||||
- [In These Times](https://inthesetimes.com/rss) [(Feed)](https://inthesetimes.com/rss)
|
||||
- [Inside Climate News](https://insideclimatenews.org/) [(Feed)](https://insideclimatenews.org/feed/)
|
||||
- [reckon.news](https://www.reckon.news/arc/outboundfeeds/rss/?outputType=xml) [(Feed)](https://www.reckon.news/arc/outboundfeeds/rss/?outputType=xml)
|
||||
- [Stateline](https://stateline.org/) [(Feed)](https://stateline.org/feed/)
|
||||
- [Steady](https://steady.substack.com/feed) [(Feed)](https://steady.substack.com/feed)
|
||||
- [The 19th](https://19thnews.org/feed) [(Feed)](https://19thnews.org/feed)
|
||||
|
||||
### Stores
|
||||
|
||||
|
|
2
justfile
2
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,Go"
|
||||
opml2md -i /tmp/subscriptions.opml -o content/feeds.md -x static/feeds.opml -t opml.tmpl -g "Software Updates,Newsletters,Go,Personal"
|
||||
|
||||
# Run development server
|
||||
serve:
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
<outline text="Ctrl blog" type="rss" xmlUrl="https://feed.ctrl.blog/latest.atom" htmlUrl="https://feed.ctrl.blog"></outline>
|
||||
<outline text="Drew DeVault'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>
|
||||
<outline text="Gaia Newsletter" type="rss" xmlUrl="https://apprise.prod.gaiaplant.app/archive.xml" htmlUrl="https://apprise.prod.gaiaplant.app"></outline>
|
||||
<outline text="Grumpy Website" type="rss" xmlUrl="https://grumpy.website/feed.xml" htmlUrl="https://grumpy.website"></outline>
|
||||
<outline text="ilja" type="rss" xmlUrl="https://blog.ilja.space/@/ilja/atom.xml" htmlUrl="https://blog.ilja.space/@/ilja/atom.xml"></outline>
|
||||
<outline text="MWL Blather" type="rss" xmlUrl="http://blather.michaelwlucas.com/feed" htmlUrl="https://mwl.io"></outline>
|
||||
|
@ -77,7 +76,14 @@
|
|||
<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="Advocate.com" type="rss" xmlUrl="https://www.advocate.com/feeds/feed.rss" htmlUrl="https://www.advocate.com/feeds/feed.rss"></outline>
|
||||
<outline text="Article – The Nation" type="rss" xmlUrl="https://www.thenation.com/feed/?post_type=article" htmlUrl="https://www.thenation.com"></outline>
|
||||
<outline text="In These Times" type="rss" xmlUrl="https://inthesetimes.com/rss" htmlUrl="https://inthesetimes.com/rss"></outline>
|
||||
<outline text="Inside Climate News" type="rss" xmlUrl="https://insideclimatenews.org/feed/" htmlUrl="https://insideclimatenews.org/"></outline>
|
||||
<outline text="reckon.news" type="rss" xmlUrl="https://www.reckon.news/arc/outboundfeeds/rss/?outputType=xml" htmlUrl="https://www.reckon.news/arc/outboundfeeds/rss/?outputType=xml"></outline>
|
||||
<outline text="Stateline" type="rss" xmlUrl="https://stateline.org/feed/" htmlUrl="https://stateline.org/"></outline>
|
||||
<outline text="Steady" type="rss" xmlUrl="https://steady.substack.com/feed" htmlUrl="https://steady.substack.com/feed"></outline>
|
||||
<outline text="The 19th" type="rss" xmlUrl="https://19thnews.org/feed" htmlUrl="https://19thnews.org/feed"></outline>
|
||||
</outline>
|
||||
<outline text="Stores">
|
||||
<outline text="Tilted Windmill Press" type="rss" xmlUrl="https://www.tiltedwindmillpress.com/?feed=rss2&post_type=product" htmlUrl="https://www.tiltedwindmillpress.com"></outline>
|
||||
|
|
Loading…
Reference in New Issue