<?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>Ziqi&#39;s Blogs</title>
    <link>https://blogs.iqiz.dev/</link>
    <description>Recent content on Ziqi&#39;s Blogs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>James-Leste (Ziqi Wang)</copyright>
    <lastBuildDate>Mon, 06 Apr 2026 00:10:19 +0300</lastBuildDate>
    <atom:link href="https://blogs.iqiz.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How This Blog Site is Automated?</title>
      <link>https://blogs.iqiz.dev/posts/blog-automation-pipeline/</link>
      <pubDate>Mon, 06 Apr 2026 00:10:19 +0300</pubDate>
      <guid>https://blogs.iqiz.dev/posts/blog-automation-pipeline/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;
&lt;p&gt;I have always been syncing my personal notes to a private GitHub remote
repository. Lately, I felt like publishing/distilling some of them as public
blog posts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I wish the architecture of the blog site to be&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;git-based&lt;/li&gt;
&lt;li&gt;markdown-based&lt;/li&gt;
&lt;li&gt;automatically deployed&lt;/li&gt;
&lt;li&gt;part of the original notes repository&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Corresponding technology selections are&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Git for version control&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; for &lt;strong&gt;markdown to static pages&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;GitHub Page + GitHub Actions for CI/CD&lt;/li&gt;
&lt;li&gt;Git submodules for repo linking&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;problems-and-solutions&#34;&gt;Problems and Solutions&lt;/h2&gt;
&lt;h3 id=&#34;1-notes-distilled-to-blogs-with-git-submodule&#34;&gt;1. Notes Distilled to Blogs with &lt;code&gt;Git submodule&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;Without breaking the private nature of the repository while making part of the
repository public, I utilized &lt;code&gt;git submodule&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
