Home/Notes/First note

First note

notesexample

This post lives at content/posts/notes/first-note.mdoc, so the URL is /notes/first-note.

Code blocks are highlighted:

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