Query wedge

Astro + Cloudflare publishing, with proof pages

This page collects the public evidence behind how this site is built and migrated. It is meant for engineers evaluating Astro, Cloudflare, edge deployment, and content-publishing tradeoffs.

Why this page deserves the click

If you are evaluating Astro on Cloudflare for a content-heavy site, this page points at the concrete proof surfaces behind the migration: the public article work, the stack choices, the related project work, and the smaller thought fragments that show how the decisions were made.

Query-to-proof map

Astro migration proof

Articles and route-level work that show how the site moved off the old runtime and what changed in the publishing path.

Cloudflare runtime proof

Stack entries, project pages, and public notes that show the edge runtime, deployment, and image-delivery choices behind the current site.

Articles

  • 放弃从 Next.js 迁移到 Astro.js

    分享使用 Astro.js 从迁移到放弃的心路历程

  • 自定义即刻 Yellow Page 域名

    使用 Cloudflare Worker 实现即刻 Yellow Page 的自定义域名,让你享受到自己的成就感。这个过程其实是一个通用的使用 Cloudflare Worker 实现反向代理的流程。

  • 使用 Notion 搭建博客

    使用 Notion 搭建博客,解决了其他平台上的问题,包括无法自定义域名、体验不好、静态博客麻烦等等。Notion 的 API 是半公开的,可以通过 API 来创建网页,将 Notion 当作和 Wordpress 一样的 CMS 来管理博客。通过后端渲染和 CDN 服务提高了页面加载速度,同时使用了 Cloudflare 的服务提高 SEO 效率。配置 Table Page,建立相应的列和视图,控制文章内容和展示。最终实现了使用 Notion 搭建博客的目标。

Supporting notes