Sample Project Write-Up

July 20, 2026

  • example
  • astro

repo

[Replace this with a real project write-up.] This placeholder demonstrates a fenced code block so the MDX syntax highlighting is visible before you write real content.

export function greet(name: string): string {
  return `hello, ${name}`;
}

(Screenshot placeholder — add a real image under public/ and reference it here with ![alt](/your-image.png) once you have one.)

Delete this post, or replace its content, once you have a real project write-up to publish.