Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
feed: "https://geodework.com/feed.xml",
},
{
href: "https://etherealnews.substack.com/",
feed: "https://etherealnews.substack.com/feed",
href: "https://ethereal.news",
feed: "https://ethereal.news/rss.xml",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The href update is great, but one thing I'm noticing with the feed change is it lacks images.

https://ethereal.news/rss.xml

<rss version="2.0">
<channel>
<title>Ethereal news</title>
<description>Ethereum news focused on developers.</description>
<link>https://ethereal.news/</link>
<item>
<title>Ethereal news weekly #5</title>
<link>https://ethereal.news/ethereal-news-weekly-5/</link>
<guid isPermaLink="true">https://ethereal.news/ethereal-news-weekly-5/</guid>
<description>Vitalik: call to improve usability & decentralization, Nethereum 10 year anniversary release, Uniswap interface fees set to zero</description>
<pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate>
</item>
<item>
<title>Ethereal news weekly #4</title>
<link>https://ethereal.news/ethereal-news-weekly-4/</link>
<guid isPermaLink="true">https://ethereal.news/ethereal-news-weekly-4/</guid>
<description>Uniswap voted for UNIfication, Devcon 8 November 3 - 6 at JIO World Center, Punks & Squiggles donated to MoMA</description>
<pubDate>Fri, 26 Dec 2025 00:00:00 GMT</pubDate>
</item>
<item>
<title>Ethereal news weekly #3</title>
<link>https://ethereal.news/ethereal-news-weekly-3/</link>
<guid isPermaLink="true">https://ethereal.news/ethereal-news-weekly-3/</guid>
<description>J.P. Morgan tokenized fund, Privacy Pools on Arbitrum & Optimism, SEC talks privacy</description>
<pubDate>Fri, 19 Dec 2025 00:00:00 GMT</pubDate>
</item>
<item>
<title>Ethereal news weekly #2</title>
<link>https://ethereal.news/ethereal-news-weekly-2/</link>
<guid isPermaLink="true">https://ethereal.news/ethereal-news-weekly-2/</guid>
<description>BPO1 upgrade increased blobs, DTC securities tokenization pilot, William Mougayar: Ethereum valuation</description>
<pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate>
</item>
<item>
<title>Ethereal news weekly #1</title>
<link>https://ethereal.news/ethereal-news-weekly-1/</link>
<guid isPermaLink="true">https://ethereal.news/ethereal-news-weekly-1/</guid>
<description>Fusaka upgrade live on mainnet, client diversity: Lighthouse 55%, Beacon chain 5th anniversary</description>
<pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
</item>
<item>
<title>Ethereal news weekly #0</title>
<link>https://ethereal.news/ethereal-news-weekly-0/</link>
<guid isPermaLink="true">https://ethereal.news/ethereal-news-weekly-0/</guid>
<description>Gas limit increased to 60M, Fusaka upgrade December 3, FOCIL not in Glamsterdam upgrade</description>
<pubDate>Fri, 28 Nov 2025 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>

image

The substack feed link has images which will draw more attention, but they link to the substack version of the post:

image

@abcoathup Any way the canonical site could update the feed to also include these images so we can have the best of both worlds?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the feed to include an image per issue.
https://ethereal.news/rss.xml

},
]

Expand Down