Placeholder post title goes here
A one or two sentence summary of the post. This text appears on the home page and the writing index, so keep it short and concrete.
This is a placeholder post. Delete this file and add your own Markdown files to
src/content/writing/ — each one becomes a page automatically.
Frontmatter
Every post needs the fields at the top of this file: title, date, summary,
and optionally tags. Set draft: true to keep a post out of the published
list while you work on it.
Formatting
Standard Markdown works throughout: bold, italic, links, lists, and blockquotes.
- A bulleted list item
- Another item
- A third item
- An ordered list item
- Another ordered item
Blockquotes look like this.
| Column | Column |
|---|---|
| Cell | Cell |
| Cell | Cell |
Fenced code blocks are syntax highlighted:
function greet(name) {
return `hello, ${name}`;
}
Inline code works too.