<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Miraculist</title>
    <link>https://blog.miraculist.cc/posts/</link>
    <description>Recent content in Posts on Miraculist</description>
    <generator>Hugo</generator>
    <language>zh-TW</language>
    <lastBuildDate>Sun, 24 May 2026 15:30:22 +0800</lastBuildDate>
    <atom:link href="https://blog.miraculist.cc/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>發文步驟紀錄</title>
      <link>https://blog.miraculist.cc/posts/2nd-post/</link>
      <pubDate>Sun, 24 May 2026 15:30:22 +0800</pubDate>
      <guid>https://blog.miraculist.cc/posts/2nd-post/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;完整流程：
寫文章 → draft 改 false → git add . → git commit → git push → Cloudflare 自動部署&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;新增文章&#34;&gt;新增文章&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hugo new posts/文章標題/index.md
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;然後用編輯器開啟該檔案：&lt;/p&gt;
&lt;p&gt;content/posts/文章標題/index.md&lt;/p&gt;
&lt;p&gt;檔案內容預設長這樣：&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;markdown
+++
title = &amp;#39;文章標題&amp;#39;
date = 2026-05-24
draft = false
+++
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;在這裡寫文章內容&amp;hellip;
⚠️ draft = true 表示草稿，要改成 false 才會在正式網站顯示&lt;/p&gt;
&lt;h3 id=&#34;到-github--cloudflare-自動建置&#34;&gt;到 GitHub → Cloudflare 自動建置&lt;/h3&gt;
&lt;p&gt;文章寫好後，執行：&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;bash
git add .
git commit -m &amp;#34;新增文章：文章標題&amp;#34;
git push
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Push 完成後，Cloudflare Pages 會自動偵測到 GitHub 有新 commit，自動觸發建置，約 1～2 分鐘後網站更新。&lt;/p&gt;</description>
    </item>
    <item>
      <title>1st Post</title>
      <link>https://blog.miraculist.cc/posts/1st-post/</link>
      <pubDate>Sun, 24 May 2026 14:51:30 +0800</pubDate>
      <guid>https://blog.miraculist.cc/posts/1st-post/</guid>
      <description>&lt;p&gt;這是第一篇文章.&lt;br&gt;
希望不是最後一篇了。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
