diff options
Diffstat (limited to 'public/posts/index.xml')
-rw-r--r-- | public/posts/index.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/posts/index.xml b/public/posts/index.xml new file mode 100644 index 0000000..289d4dd --- /dev/null +++ b/public/posts/index.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Posts on DevLearnings - A learning platform for developers</title> + <link>https://devlearnings.xyz/posts/</link> + <description>Recent content in Posts on DevLearnings - A learning platform for developers</description> + <generator>Hugo</generator> + <language>en-in</language> + <lastBuildDate>Sun, 15 Jun 2025 17:13:41 +0530</lastBuildDate> + <atom:link href="https://devlearnings.xyz/posts/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>My First Post</title> + <link>https://devlearnings.xyz/posts/my-first-post/</link> + <pubDate>Sun, 15 Jun 2025 17:13:41 +0530</pubDate> + <guid>https://devlearnings.xyz/posts/my-first-post/</guid> + <description><h2 id="introduction">Introduction</h2>
<p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
<p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p></description> + </item> + </channel> +</rss> |