Skip to content

Instantly share code, notes, and snippets.

View digitaldrreamer's full-sized avatar
💭
I may be slow to respond. Gimme three days, at most ;)

digitaldπeamer digitaldrreamer

💭
I may be slow to respond. Gimme three days, at most ;)
View GitHub Profile
@digitaldrreamer
digitaldrreamer / minimal-rss.txt
Created August 19, 2026 21:44
Minimal RSS Structure for Dev.to
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>My Developer Blog</title>
<link>https://example.com/blog</link>
<description>Clean developer tutorials and guides.</description>
<item>
<title>How to Deploy Next.js to Cloudflare</title>
<link>https://example.com/blog/nextjs-cloudflare</link>