technology
Hello pipeline
End-to-end smoke test of the publish flow.
中文版暂缺 中文
A short note to verify the publish pipeline end-to-end:
make new-post title="Hello pipeline"scaffolded this file withdraft: truefrontmatter- The body and
draft: falsewere filled in by hand git commit+git push origin mainshipped the source- A separate deploy step pushed the built
dist/to Cloudflare
If you can read this on the live site, all four steps held.
make new-post title="..." # scaffold$EDITOR src/content/post/<slug>.mdgit add . && git commit -m "post: ..."git push