No description
  • Makefile 61.9%
  • HTML 38.1%
Find a file
2026-03-23 12:18:00 +08:00
archetypes feat: update 'why-i-canceled-my-github-copilot-subscription-after-two-years' meta data 2026-03-19 10:08:51 +08:00
assets/images perf(images): implement webp conversion and optimize asset delivery 2026-03-19 11:46:07 +08:00
content perf(images): implement webp conversion and optimize asset delivery 2026-03-19 11:46:07 +08:00
i18n chore: setup blog and ignore build artifacts 2026-03-16 23:22:35 +08:00
layouts perf(images): implement webp conversion and optimize asset delivery 2026-03-19 11:46:07 +08:00
static perf: make avatar smaller via webp format 2026-03-23 12:18:00 +08:00
themes chore: setup blog and ignore build artifacts 2026-03-16 23:22:35 +08:00
.gitignore chore: setup blog and ignore build artifacts 2026-03-16 23:22:35 +08:00
.gitmodules chore: setup blog and ignore build artifacts 2026-03-16 23:22:35 +08:00
hugo.yaml perf: make avatar smaller via webp format 2026-03-23 12:18:00 +08:00
Makefile chore: setup blog and ignore build artifacts 2026-03-16 23:22:35 +08:00
README.md chore: setup blog and ignore build artifacts 2026-03-16 23:22:35 +08:00

🐾 Byte4Cat's Blog

Hugo Theme OS

Backend and the Soul of Programming.

這裡是 Neil (Yi Min Tsai) 的技術觀察站。紀錄關於系統架構設計、高效能服務開發,以及在 Linux 與的工程美學。


🚀 Tech Stack

  • Framework: Hugo (Static Site Generator)
  • Theme: PaperMod
  • Deployment: Cloudflare Pages

📂 Project Structure

.
├── content/
│   ├── en/       # English technical notes
│   └── zh-tw/    # 繁體中文技術隨筆
├── static/
│   ├── _redirects # 301 Redirects for Legacy Hexo URLs
│   └── avatar.png # Profile avatar
├── hugo.yaml      # Multi-language & Site configuration
└── ...

## 🛠️ Local Development

在本地環境啟動預覽:

```bash
# Clone the repository
git clone [https://github.com/byte4cat/byte4cat-blog.git](https://github.com/byte4cat/byte4cat-blog.git)
cd byte4cat-blog

# Start Hugo server with draft posts
hugo server -D

🔗 Migration & SEO

本專案從 Hexo 遷移而來。為了確保舊有路徑(如 /2020/:slug/)的 SEO 權重不流失,我們在 static/_redirects 維護了一套 301 Redirect 規則。

  • Primary Language: English (Served at root /)

  • Secondary Language: Traditional Chinese (Served at /zh-tw/)