<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>我的博客</title>
  <subtitle>一个偏技术 + 日常的个人博客。</subtitle>
  <link href="https://www.jingxbw.com/atom.xml" rel="self"/>
  <link href="https://www.jingxbw.com/"/>
  <id>https://www.jingxbw.com/</id>
  <updated>2026-07-12T00:00:00.000Z</updated>
  <entry>
    <title>用 Astro 从零搭建这个博客</title>
    <link href="https://www.jingxbw.com/posts/hello-astro/"/>
    <id>https://www.jingxbw.com/posts/hello-astro/</id>
    <published>2026-07-12T00:00:00.000Z</published>
    <updated>2026-07-12T00:00:00.000Z</updated>
    <summary>记录这个博客的技术选型与实现要点：Astro 7 静态、深浅色主题、Shiki 双主题代码高亮、TOC、标签归档、RSS 与 Sveltia CMS。</summary>
    <author><name>Your Name</name></author>
  </entry>
  <entry>
    <title>开博第一天</title>
    <link href="https://www.jingxbw.com/posts/first-day/"/>
    <id>https://www.jingxbw.com/posts/first-day/</id>
    <published>2026-07-11T00:00:00.000Z</published>
    <updated>2026-07-11T00:00:00.000Z</updated>
    <summary>随手记：为什么想写一个偏技术又带点日常的个人博客，以及打算怎么坚持下去。</summary>
    <author><name>Your Name</name></author>
  </entry>
</feed>