Blog
blog/github-cloudflare-pipeline
GitHub to Cloudflare Pipeline
Reliable publishing flow from notes to production.
GitHub to Cloudflare Pipeline
This note documents how markdown updates move to production.
Build Artifacts
blog-build compiles notes into static files under dist/.
- Source:
content/posts - Static assets:
static - Outputs:
index.html,sitemap.xml,rss.xml,graph.json
Deploy Trigger
Pushing to main runs the deployment workflow and publishes dist/.
Related:
Linked Mentions
- Obsidian Linking Habits2026-02-12
Connected writing stays maintainable when links are explicit. note for direct references label for readable anchor text note for deep links into long notes Examples: Start from home Deployme…
- Rust Rendering Notes2026-02-11
This stack uses Askama for page skeletons and Maud for assembled fragments. Askama: predictable layout and metadata templates Maud: ergonomic generation of backlink sections and composed HTML bloc…