Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

| 建立 repo + push | 30 分 | | Cloudflare 部署 + DNS | 20 分 | | 調 config.yml | 30 分 | | 調配色 / Logo | 20 分 | | 調內容範例 | 20 分 | | OAuth Worker | 15 分 | | 測試 | 30 分 | | 客戶教學 | 1 小時 | | 總計 | 3-5 小時 |

[[#table-of-contents|← 回目錄]]


附錄 A:完整檔案對照表

檔案用途
astro.config.mjsAstro 設定(sitemap、site URL)
package.json依賴 + scripts
.gitignore排除 node_modules、dist
AGENTS.mdOpenCode 提示
PROJECT_NOTES.md專案進度記錄
src/layouts/Layout.astro全域 HTML
src/components/Header.astro導航列(ARIA)
src/components/Footer.astro頁腳
src/components/TagList.astro標籤元件
src/pages/index.astro首頁
src/pages/blog/index.astro部落格列表
src/pages/blog/[...slug].astro文章 detail
src/pages/destinations.astro目的地列表
src/pages/destinations/[slug].astro目的地 detail
src/pages/gallery.astro攝影集 + Lightbox
src/pages/about.astro關於我
src/pages/contact.astro聯絡表單
src/pages/admin-guide.astro後台使用說明
src/pages/404.astro404
src/pages/rss.xml.tsRSS Feed
src/content.config.tsContent schema
src/styles/global.css全域樣式
public/admin/config.ymlSveltia CMS 設定
public/admin/index.htmlCMS 入口
public/robots.txt爬蟲規則
public/og-default.svgOG 圖片
oauth-worker/index.jsOAuth Worker
oauth-worker/wrangler.tomlWorker 部署設定
.github/workflows/convert-webp.yml自動轉 WebP

[[#table-of-contents|← 回目錄]]