Ziqi’s Random Thoughts

Welcome to Ziqi’s blogs.

  • I share knowledge distilled from my secondary brain.
  • I post life stories.
  • I complain.

How This Blog Site is Automated?

Overview 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. I wish the architecture of the blog site to be git-based markdown-based automatically deployed part of the original notes repository Corresponding technology selections are Git for version control Hugo for markdown to static pages GitHub Page + GitHub Actions for CI/CD Git submodules for repo linking Problems and Solutions 1. Notes Distilled to Blogs with Git submodule Without breaking the private nature of the repository while making part of the repository public, I utilized git submodule. ...

April 6, 2026 · 3 min · Ziqi Wang