learn by doing
This page is a small public surface for a Markdown-first working style. The source stays readable in Git. The published page stays simple enough to inspect, archive, and move.
What This Is
hello.lengyc.com is a single H5 page generated from Markdown and published through Cloudflare Pages.
It is intentionally small:
- Markdown is the source of truth.
publish/index.htmlis the deployable output.- Pico.css provides the base reading style.
- Alpine.js adds only light interaction.
- Cloudflare handles hosting, HTTPS, and the custom domain.
Open the current Pages deployment
Working Rule
Write first in Markdown. Build only what the page needs. Keep the publishing path clear enough that a person and an AI assistant can both understand it from the Repo.
Current Status
- Repo defined as the home of
hello.lengyc.com. - Static H5 direction selected.
- Markdown content source created.
- Cloudflare Pages project created.
- First
publish/deployment verified. - Custom domain added to Pages.
- Official Cloudflare Skills installed.
- Cloudflare MCP servers configured for GitHub Copilot.
- Git integration connected.
- DNS CNAME record created.
-
hello.lengyc.comverified.
Next
The next useful step is to connect the GitHub repository to Cloudflare Pages official Git integration so future commits can publish automatically.