Skip to content
所有標籤

#astro

6 篇文章
tech guide

部落格 SEO 優化完整指南 — 從 meta tags 到結構化資料

SEO 不只是關鍵字,結構化資料(JSON-LD)、Open Graph、hreflang、robots.txt 這些技術面優化才是讓搜尋引擎真正理解你內容的關鍵。本文以 Astro 部落格為例,完整走一遍實作。

tech debug

Astro + Cloudflare Workers:Native Module 在 Prerender Route 也會讓 Build 炸掉

即使 route 有 prerender = true,Cloudflare Workers 的 Rollup 還是會嘗試打包 native module,導致 build 失敗。把需要 native module 的工作移到 postbuild script 才是正解。

tech debug

Astro Scoped CSS 不套用到 MDX 渲染的內容

Astro scoped CSS 會加 scope hash,但 <Content /> 渲染的 MDX 元素沒有這個 hash,導致所有 prose 樣式失效。

product project

用 Astro + Cloudflare Workers 從零建立低摩擦部落格

為了集中散落筆記、展示多元興趣,選用 Astro + Cloudflare Workers D1 建立個人部落格,搭配 Claude post skill 讓寫作零阻力。

tech guide

Astro 部落格換模板前要知道的事

換模板 = 換整個專案底層;先搞清楚自己要什麼,再選 AstroPaper / Cactus / AstroWind

tech guide

這個部落格用了哪些工具

Astro + Cloudflare 全家桶,靜態優先、邊緣運算、零維運成本