<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>心得 on Justmaker's KB</title><link>https://justmaker.github.io/tags/%E5%BF%83%E5%BE%97/</link><description>Recent content in 心得 on Justmaker's KB</description><generator>Hugo -- gohugo.io</generator><language>zh-tw</language><lastBuildDate>Tue, 01 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://justmaker.github.io/tags/%E5%BF%83%E5%BE%97/index.xml" rel="self" type="application/rss+xml"/><item><title>為什麼我要建這個知識庫</title><link>https://justmaker.github.io/post/devops/hello-world/</link><pubDate>Tue, 01 Apr 2025 00:00:00 +0000</pubDate><guid>https://justmaker.github.io/post/devops/hello-world/</guid><description>&lt;h2 id="動機">動機
&lt;/h2>&lt;p>工作幾年下來，技術筆記散落在各處——Confluence 頁面、Discord thread、各種 markdown 檔案、甚至腦子裡。每次要找之前踩過的坑，得翻半天。&lt;/p>
&lt;p>是時候把這些東西整理成一個對外的知識庫了。&lt;/p>
&lt;h2 id="為什麼選-hugo--github-pages">為什麼選 Hugo + GitHub Pages？
&lt;/h2>&lt;p>考慮過幾個方案：&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>方案&lt;/th>
&lt;th>優點&lt;/th>
&lt;th>缺點&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>WordPress&lt;/td>
&lt;td>功能完整、外掛多&lt;/td>
&lt;td>需要主機、慢、維護成本高&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Notion&lt;/td>
&lt;td>寫起來舒服&lt;/td>
&lt;td>SEO 差、客製化有限&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Hexo&lt;/td>
&lt;td>靜態、Markdown&lt;/td>
&lt;td>Node.js 生態，build 慢&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Hugo&lt;/strong>&lt;/td>
&lt;td>&lt;strong>極快 build、Go 寫的、生態成熟&lt;/strong>&lt;/td>
&lt;td>模板語法學習曲線&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>最終選了 Hugo + GitHub Pages：&lt;/p>
&lt;ul>
&lt;li>&lt;strong>免費託管&lt;/strong>，不用管主機&lt;/li>
&lt;li>&lt;strong>Markdown 寫作&lt;/strong>，工程師友善&lt;/li>
&lt;li>&lt;strong>Build 速度極快&lt;/strong>，幾百篇文章也是秒 build&lt;/li>
&lt;li>&lt;strong>搭配 AI agent&lt;/strong> 可以批量產出內容&lt;/li>
&lt;li>&lt;strong>Git 版本控制&lt;/strong>，每篇文章的修改歷史一清二楚&lt;/li>
&lt;/ul>
&lt;h2 id="內容規劃">內容規劃
&lt;/h2>&lt;p>這個站會涵蓋我的主要興趣和工作領域：&lt;/p>
&lt;h3 id="-虛擬化技術">🖥️ 虛擬化技術
&lt;/h3>&lt;p>KVM、QEMU——這是我的主戰場。從架構設計到效能調校，踩過的坑多到可以寫一本書。&lt;/p>
&lt;h3 id="-ai-開發工具">🤖 AI 開發工具
&lt;/h3>&lt;p>OpenClaw、Claude、Copilot 的使用心得和實戰經驗。AI 輔助開發已經是我日常工作流的一部分。&lt;/p>
&lt;h3 id="-圍棋">⚫ 圍棋
&lt;/h3>&lt;p>業餘愛好，偶爾記錄覆盤心得和學習筆記。&lt;/p>
&lt;h3 id="-鋼琴">🎹 鋼琴
&lt;/h3>&lt;p>練琴心得和曲目紀錄。&lt;/p>
&lt;h3 id="-桌球">🏓 桌球
&lt;/h3>&lt;p>業餘打球的紀錄和技術筆記。&lt;/p>
&lt;h2 id="技術架構">技術架構
&lt;/h2>&lt;pre tabindex="0">&lt;code>Hugo (靜態網站產生器)
+ Stack theme (UI)
+ GitHub Pages (託管)
+ GitHub Actions (自動部署)
+ Giscus (留言系統)
+ OpenClaw (AI 輔助寫文)
&lt;/code>&lt;/pre>&lt;p>整個流程：寫 Markdown → push 到 GitHub → Actions 自動 build → 部署到 GitHub Pages。&lt;/p>
&lt;h2 id="接下來">接下來
&lt;/h2>&lt;p>先把幾篇核心文章寫出來，建立內容基底。然後慢慢養成定期發文的習慣。&lt;/p>
&lt;p>目標是每週 1-2 篇，有 AI 幫忙應該不難。&lt;/p>
&lt;p>敬請期待 🚀&lt;/p></description></item></channel></rss>