Wisely Chen|AI Agent、地端 LLM 與企業 AI 架構實戰筆記

企業 AI 轉型、AI 資安、AI Agent、Vibe Coding 實戰分享

AI for everyone - AI Coding Blog

這是一個從 Ghost CMS 遷移到 Jekyll/GitHub Pages 的技術博客。

作者

Wisely Chen - AI Coding, ATPM, Vibe Coding 實戰分享

內容主題

本地開發

安裝依賴

1
bundle install

本地運行

1
bundle exec jekyll serve

網站將在 http://localhost:4000 運行

建置靜態網站

1
bundle exec jekyll build

輸出在 _site/ 目錄

部署到 GitHub Pages

方法一:GitHub Pages 自動建置(推薦)

  1. 建立 GitHub repository
  2. 推送代碼到 maingh-pages 分支
  3. 在 Repository Settings → Pages 中啟用 GitHub Pages
  4. 選擇 Source: Deploy from a branch
  5. 選擇 Branch: maingh-pages,目錄選 / (root)

方法二:GitHub Actions

.github/workflows/ 建立 workflow 檔案,使用 actions/jekyll-build-pages

URL 結構

文章 URL 格式保持與原 Ghost 網站一致:/<slug>/

例如:

技術細節

文章統計

授權

所有文章版權歸 Wisely Chen 所有。