This is a placeholder blog post to demonstrate how the blog system works.
How to write a blog post
- Create a new
.mdfile in thecontent/blog/directory - Add frontmatter at the top (title, date, description, tags, published)
- Write your content in Markdown below the frontmatter
- Commit and push to GitHub
- Vercel will automatically build and deploy your new post
Markdown features
You can use all standard Markdown features:
- Bold text and italic text
- Links
- Lists (like this one)
- Headings
- Blockquotes
- Code blocks
Code example
def hello():
print("Hello, world!")
This is a blockquote. You can use these to highlight important information.
Replace this post with your own writing!