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:
- Write the Markdown file
- Drop it in
src/content/articles/ - It shows up on
/articlesautomatically
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.