Projects / public-knowledge-hub
Public knowledge hub
Personal portfolio site built with Astro — structured content, case studies, and a careful split between drafts and what ships publicly.
astrocontent-pipelineportfolio
Public knowledge hub
This site — the portfolio you are reading — built to keep private drafting separate from what visitors see, with typed content and a deliberate publishing flow.
Problem
Portfolio copy should not fork between “notes in one place” and “the live site in another” without a clear path from draft to published.
Shape
- Markdown sources export into a versioned content boundary in the site repository.
- Astro renders case studies, work history, and writing from that structured layer.
- Production builds consume committed content only — exports happen outside the deploy pipeline.