<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/feeds/atom-style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://blog.renezhou.net/</id>
    <title>LESS IS BLOG</title>
    <updated>2026-09-10T18:38:55.039Z</updated>
    <generator>Astro-Theme-Retypeset with Feed for Node.js</generator>
    <author>
        <name>Rene</name>
        <uri>https://blog.renezhou.net/</uri>
    </author>
    <link rel="alternate" href="https://blog.renezhou.net/"/>
    <link rel="self" href="https://blog.renezhou.net/atom.xml"/>
    <subtitle>一个基于 Retypeset 主题的个人博客。</subtitle>
    <rights>Copyright © 2026 Rene</rights>
    <entry>
        <title type="html"><![CDATA[你好,世界]]></title>
        <id>https://blog.renezhou.net/posts/hello-world/</id>
        <link href="https://blog.renezhou.net/posts/hello-world/"/>
        <updated>2026-09-11T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[博客的第一篇测试文章。]]></summary>
        <content type="html"><![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>
        <author>
            <name>Rene</name>
            <uri>https://blog.renezhou.net/</uri>
        </author>
        <published>2026-09-11T00:00:00.000Z</published>
    </entry>
</feed>