Welcome to Marcus Theme
This is sample content bundled with the theme.
Marcus Theme is a minimal Astro starter designed for long-form technical writing.
Why this sample exists
- Demonstrates title + metadata layout.
- Shows paragraph spacing for readable essays.
- Gives you a quick page to replace with your own content.
Code block example
export function greet(name: string) {
return `Hello, ${name}!`;
}
Replace this file with your first real article when you start your blog.