<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Your title]]></title>
        <description><![CDATA[Your title]]></description>
        <link>https://www.your-domain.com</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Mon, 01 Jul 2024 02:17:15 GMT</lastBuildDate>
        <atom:link href="https://www.your-domain.com/rss.xml" rel="self" type="application/rss+xml"/>
        <copyright><![CDATA[CC BY-NC-ND 4.0]]></copyright>
        <language><![CDATA[en]]></language>
        <category><![CDATA[Web Technology]]></category>
        <item>
            <title><![CDATA[Build an Interactive Blog with MDX]]></title>
            <description><![CDATA[Use Next.js and MDX to develop an interactive static blog, then deploy it to a static server (such as GitHub Pages) using SSG mode.]]></description>
            <link>http://some-website.com/build-interative-blog</link>
            <guid isPermaLink="true">http://some-website.com/build-interative-blog</guid>
            <pubDate>Invalid Date</pubDate>
        </item>
        <item>
            <title><![CDATA[What's CSS Modules]]></title>
            <description><![CDATA[CSS Modules scope class and animation names locally, preventing conflicts. They compile to ICSS and are imported as objects in JavaScript, mapping local to global names, promoting modular and reusable styling.]]></description>
            <link>http://some-website.com/what-is-css-modules</link>
            <guid isPermaLink="true">http://some-website.com/what-is-css-modules</guid>
            <pubDate>Thu, 20 Jun 2024 16:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>