<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>半醒观测站</title>
  <subtitle>在清醒与幻想之间，记录沿途的微光。</subtitle>
  <link href="https://halfawake-observatory.edgeone.app/" rel="alternate" type="text/html"/>
  <link href="https://halfawake-observatory.edgeone.app/atom.xml" rel="self" type="application/atom+xml"/>
  <id>https://halfawake-observatory.edgeone.app/</id>
  <updated>2026-08-24T13:49:40.244Z</updated>
  <language>zh_CN</language>
  <entry>
    <title>欢迎来到半醒观测站</title>
    <link href="https://halfawake-observatory.edgeone.app/posts/welcome/" rel="alternate" type="text/html"/>
    <id>https://halfawake-observatory.edgeone.app/posts/welcome/</id>
    <published>2026-08-24T00:00:00.000Z</published>
    <updated>2026-08-24T00:00:00.000Z</updated>
    <summary>记录这座观测站的建立，以及它想留下的那些微光。</summary>
    <content type="html"><![CDATA[<p>欢迎来到半醒观测站。</p>
<p>这里不是一间时刻保持清醒的实验室，更像是校园顶楼一座亮到深夜的小小观测台。它记录技术实践，也保存生活里偶然出现的念头。</p>
<h2>为什么重建博客</h2>
<p>一个博客的价值不在于堆叠多少功能，而在于能否让写作和阅读都足够自然。这次重构保留了搜索、归档、标签、代码高亮、数学公式和图表等真正服务内容的能力，也移除了与写作无关的展示页面。</p>
<blockquote>
<p>[!NOTE]
第一版优先保证阅读体验、国内访问稳定和后续维护简单。</p>
</blockquote>
<h2>技术底座</h2>
<p>站点使用 Astro 生成静态页面，Svelte 负责少量需要状态的交互组件。</p>
<pre><code>const observatory = {
  name: "半醒观测站",
  principle: "写作体验优先",
  status: "持续观测中",
};
</code></pre>
<p>阅读时间由构建阶段计算。公式与图表也在 Markdown 中直接维护，例如：</p>
<p>$$
L = \sum_{i=1}^{n} m_i
$$</p>
<pre><code>flowchart LR
  A[稍纵即逝的念头] --&gt; B[记录]
  B --&gt; C[整理]
  C --&gt; D[文章]
</code></pre>
<h2>接下来</h2>
<p>这里会逐渐出现更多关于开发、工具和生活的观察。内容不必宏大，只要真实、清楚，并且值得在未来重新读到。</p>
]]></content>
    <author>
      <name>Half Awake</name>
    </author>
    <category term="站点日志"></category>
  </entry>
</feed>