目標
不 fork、不用範本;用最少檔案建立 Just the Docs + GitHub Pages。
最小檔案清單(只要 2 個)
在 repo 根目錄建立:
1) _config.yml
2) index.md
就能跑起來。
Step 1 — 建立空白 Repo
GitHub 新建 repository(Public),不要 fork。
Step 2 — 建立 _config.yml
在 repo 根目錄新增 _config.yml:
title: "cp's class"
description: "Course portal"
remote_theme: just-the-docs/just-the-docs
Step 3 — 建立 index.md
---
title: Home
layout: default
nav_order: 1
---
# cp's class
- [Broadcast](./broadcast/)
- [Courses](./courses/)