Example Blog Post

This is an example post showing all the features

Example Blog Post

This is a paragraph demonstrating the typography. The cream background and serif font create a comfortable reading experience.

Code Blocks

Here’s a Python code example:

def hello():
    print("hello")
    return "world"

And here’s some JavaScript:

const greet = (name) => {
  console.log(`Hello, ${name}!`);
  return true;
};

Blockquotes

Simplicity is the ultimate sophistication.

— Leonardo da Vinci

Lists

Bullet Points

Numbered Lists

  1. First step
  2. Second step
  3. Third step

Inline Code

You can use inline code within paragraphs, like const x = 42;.

Emphasis

You can make text bold or italic or both.

Here’s a link to Astro.


That’s it! Start writing your own posts in Markdown files in the src/content/blog/ directory.