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
- First item
- Second item
- Third item with bold text
- Fourth item with italic text
Numbered Lists
- First step
- Second step
- 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.
Links
Here’s a link to Astro.
That’s it! Start writing your own posts in Markdown files in the src/content/blog/ directory.