<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/feeds/rss-style.xsl" type="text/xsl"?>
<rss version="2.0" 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">
    <channel>
        <title>LESS IS BLOG</title>
        <link>https://blog.renezhou.net/</link>
        <description>一个基于 Retypeset 主题的个人博客。</description>
        <lastBuildDate>Thu, 10 Sep 2026 18:38:55 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Astro-Theme-Retypeset with Feed for Node.js</generator>
        <language>zh</language>
        <copyright>Copyright © 2026 Rene</copyright>
        <atom:link href="https://blog.renezhou.net/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[你好,世界]]></title>
            <link>https://blog.renezhou.net/posts/hello-world/</link>
            <guid isPermaLink="false">https://blog.renezhou.net/posts/hello-world/</guid>
            <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[博客的第一篇测试文章。]]></description>
            <content:encoded><![CDATA[<p>欢迎来到我的博客,这是部署成功后的第一篇文章。</p>
<h2>这是一个测试标题</h2>
<p>网站基于 <a href="https://github.com/radishzzz/astro-theme-retypeset">Retypeset</a> 主题搭建,由 Astro 构建静态页面,运行在腾讯云服务器的 Docker nginx 上。</p>
<h3>支持的常用语法</h3>
<p><strong>加粗</strong>、<em>斜体</em>、<code>行内代码</code>,以及列表:</p>
<ul>
<li>无序列表项一</li>
<li>无序列表项二</li>
</ul>
<ol>
<li>有序列表项一</li>
<li>有序列表项二</li>
</ol>
<blockquote>
<p>引用:纸上得来终觉浅,绝知此事要躬行。</p>
</blockquote>
<p>代码块:</p>
<pre><code>const greeting: string = 'Hello, world!'
console.log(greeting)
</code></pre>
<hr />
<p>到这里说明博客已经可以正常写作和发布了。</p>
]]></content:encoded>
            <author>Rene</author>
        </item>
    </channel>
</rss>