Example Blog Post
Published on: January 15, 2025
1 min read
Introduction
Welcome to this example post! The goal is to show you how to organize your content.
You can use standard Markdown here, as well as Astro or React components if you wish.
This is an imported Astro component. You can create your own!
Main Content
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Subheading
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
// Example code block
function helloWorld() {
console.log('Hello, world!');
}
Feel free to replace this content with your own.