<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/rss.xsl" ?><rss version="2.0"><channel><title>兔猫殿</title><description>记录技术笔记、部署流程、工具使用和折腾过程。</description><link>https://b10a33c1.myboke-3vb.pages.dev</link><item><title>测试一下</title><link>https://b10a33c1.myboke-3vb.pages.dev/article/test-post-20260526</link><guid isPermaLink="true">https://b10a33c1.myboke-3vb.pages.dev/article/test-post-20260526/</guid><description>这个博客现在使用vhAstro-Theme，生成静态页面后可以部署到CloudflarePages，也可以继续发布到当前VPS的Nginx。</description><pubDate>Tue, 26 May 2026 13:18:00 GMT</pubDate></item><item><title>博客搭建记录</title><link>https://b10a33c1.myboke-3vb.pages.dev/article/blog-setup</link><guid isPermaLink="true">https://b10a33c1.myboke-3vb.pages.dev/article/blog-setup/</guid><description>这个博客现在使用vhAstro-Theme，生成静态页面后可以部署到CloudflarePages，也可以继续发布到当前VPS的Nginx。目前的结构很简单：src/content/blog/放博客文章。src/config.ts放站点标题、导航、侧边栏和功能开关。public/_headers和p</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate></item><item><title>TG 图床写作流程</title><link>https://b10a33c1.myboke-3vb.pages.dev/article/tg-image-workflow</link><guid isPermaLink="true">https://b10a33c1.myboke-3vb.pages.dev/article/tg-image-workflow/</guid><description>文章封面和正文图片可以放在TG图床、Telegraph图片、CloudflareWorker图床或其他公开CDN。正文图片可以直接使用Markdown：![图片说明](https://img.example.com/cover.webp)不要把带Telegrambottoken的原始地址写进文章。公</description><pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate></item><item><title>Cloudflare Pages 部署笔记</title><link>https://b10a33c1.myboke-3vb.pages.dev/article/cloudflare-pages</link><guid isPermaLink="true">https://b10a33c1.myboke-3vb.pages.dev/article/cloudflare-pages/</guid><description>CloudflarePages连接Git仓库后，构建设置保持很少：Buildcommand:npmrunbuildBuildoutputdirectory:distNodeversion:22绑定域名后，把SITE_URL环境变量设置成正式域名，例如https://example.com。这样RSS</description><pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate></item><item><title>什么时候使用 MDX</title><link>https://b10a33c1.myboke-3vb.pages.dev/article/mdx-usage</link><guid isPermaLink="true">https://b10a33c1.myboke-3vb.pages.dev/article/mdx-usage/</guid><description>Markdown适合大多数博客文章：标题、列表、代码块、图片和链接都足够好用。MDX适合需要在文章里插入组件的场景，比如交互演示、复杂对比表格或自定义卡片。能用Markdown解决的内容，优先保持简单。vhAstro-Theme已启用MDX集成；如果后续确实需要在文章中引入组件，可以直接新增.mdx</description><pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate></item><item><title>Markdown 写作模板</title><link>https://b10a33c1.myboke-3vb.pages.dev/article/markdown-template</link><guid isPermaLink="true">https://b10a33c1.myboke-3vb.pages.dev/article/markdown-template/</guid><description>写文章时，优先使用Markdown。它足够简单，也方便以后迁移。二级标题正文可以直接写段落。链接写法如下：[链接文字](https://example.com)列表第一项第二项第三项代码块cd/root/astro-blognpmrunbuild引用保持简单，持续记录。</description><pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate></item></channel></rss>