Home/Notes/First noteFirst note14 Aug 2026notesexampleThis post lives at content/posts/notes/first-note.mdoc, so the URL is /notes/first-note.Code blocks are highlighted:tsCopyexport function greet(name: string) { return `hello ${name}`; }
This post lives at content/posts/notes/first-note.mdoc, so the URL is /notes/first-note.Code blocks are highlighted:tsCopyexport function greet(name: string) { return `hello ${name}`; }