<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Omni Ostrich</title><link>https://omniostrich.xyz</link><description>关于技术、生活与持续思考。</description><language>zh-CN</language><atom:link href="https://omniostrich.xyz/rss.xml" rel="self" type="application/rss+xml"/><item><title>测试</title><link>https://omniostrich.xyz/posts/test/</link><guid isPermaLink="true">https://omniostrich.xyz/posts/test/</guid><pubDate>Fri, 10 Jul 2026 16:00:00 GMT</pubDate><description>测试</description><content:encoded><![CDATA[<p>测试test<img src="https://omniostrich.xyz/images/1783705297949.webp" alt="" loading="lazy" decoding="async"></p>
]]></content:encoded></item><item><title>欢迎来到 Omni Ostrich</title><link>https://omniostrich.xyz/posts/welcome/</link><guid isPermaLink="true">https://omniostrich.xyz/posts/welcome/</guid><pubDate>Thu, 09 Jul 2026 16:00:00 GMT</pubDate><description>从这里开始，记录技术、生活与持续思考。</description><content:encoded><![CDATA[<p>这是 <strong>Omni Ostrich</strong> 的第一篇文章。</p>
<p>这个博客刻意保持简单：没有侧栏，没有弹窗，也没有需要等待加载的网络字体。这里更关心文字本身，以及那些值得被保存、整理和重新阅读的想法。</p>
<h2 id="接下来会写什么" tabindex="-1">接下来会写什么<a class="heading-anchor" href="#接下来会写什么" aria-label="链接到本节">#</a></h2>
<ul>
<li>技术实践与踩坑记录</li>
<li>对工具、产品和互联网的观察</li>
<li>阅读、旅行与日常生活</li>
<li>尚未形成结论，但值得继续思考的问题</li>
</ul>
<h2 id="写作方式" tabindex="-1">写作方式<a class="heading-anchor" href="#写作方式" aria-label="链接到本节">#</a></h2>
<p>文章使用 Markdown 编写。新建一篇文章，只需要在 <code>content/posts</code> 中增加一个 <code>.md</code> 文件：</p>
<div class="code-block"><div class="code-toolbar"><span>markdown</span><button type="button" class="copy-code" aria-label="复制代码">复制</button></div><pre><code class="hljs language-markdown">---
title: 文章标题
description: 一句话摘要
date: 2026-07-10
tags: [技术, 随笔]
<span class="hljs-section">draft: false
---</span>

从这里开始写正文。
</code></pre></div>
<p>愿这里始终保留一点清醒，也保留一点好奇。</p>
]]></content:encoded></item></channel></rss>