<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Andeya&apos;s Workshop</title>
  <link href="https://example.com/rss.xml" rel="self"/>
  <link href="https://example.com"/>
  <updated>2026-06-24T16:34:07.211Z</updated>
  <id>https://example.com/</id>
  <author>
    <name>Andeya</name>
  </author>
  
  <entry>
    <title>Hello World</title>
    <link href="https://example.com/posts/life/hello-world"/>
    <id>https://example.com/posts/life/hello-world</id>
    <published>2026-06-23T00:00:00.000Z</published>
    <updated>2026-06-23T00:00:00.000Z</updated>
    <summary type="html">Welcome to my new blog! This is a sample post showcasing various Markdown features.</summary>
  </entry>
  <entry>
    <title>Getting Started with Tailwind CSS v4</title>
    <link href="https://example.com/posts/tech/tailwind-css-v4-guide"/>
    <id>https://example.com/posts/tech/tailwind-css-v4-guide</id>
    <published>2026-06-22T00:00:00.000Z</published>
    <updated>2026-06-22T00:00:00.000Z</updated>
    <summary type="html">A comprehensive guide to the new CSS-first configuration in Tailwind CSS v4.</summary>
  </entry>
  <entry>
    <title>Building a Blog with Next.js 16 and Velite</title>
    <link href="https://example.com/posts/tech/nextjs-velite-blog"/>
    <id>https://example.com/posts/tech/nextjs-velite-blog</id>
    <published>2026-06-21T00:00:00.000Z</published>
    <updated>2026-06-21T00:00:00.000Z</updated>
    <summary type="html">Learn how to build a modern blog using Next.js 16 App Router and Velite for content management.</summary>
  </entry>
</feed>