Welcome to Markdown
This is a sample post for the Markdown-based blog system. Write posts in the content/ directory or publish via /admin.
Code Blocks
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("World"));Image layouts
Centered in the reading column:
Full-bleed across the content pane:
Side-by-side pair that spills past the column:
Formatting
You can use italic, bold, and inline code. Links work too: daniilo.dev.
Blockquotes are supported for callouts and quotes.