← Back to blog

Getting Started

·
personal

This is a placeholder blog post to demonstrate how the blog system works.

How to write a blog post

  1. Create a new .md file in the content/blog/ directory
  2. Add frontmatter at the top (title, date, description, tags, published)
  3. Write your content in Markdown below the frontmatter
  4. Commit and push to GitHub
  5. 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!