← Articles

An Example Article

This is an example article. It’s here to show what a typical post looks like once it’s rendered, and what Markdown features are available to use.

Text formatting

You can write bold text, italic text, and inline code right in your sentences. You can also link to other pages.

Lists

A simple bullet list:

  • First item
  • Second item
  • Third item

Or a numbered one:

  1. Write the Markdown file
  2. Drop it in src/content/articles/
  3. It shows up on /articles automatically

Code blocks

function greet(name) {
  return `Hello, ${name}!`;
}

Blockquotes

Keep articles focused — one idea per post reads better than a long list of loosely related thoughts.

Wrapping up

Delete this file (or hello-world.md) once you don’t need the examples anymore — anything left in src/content/articles/ gets published.