Welcome to your new blog powered by merox-erudite!
This is an example blog post to help you understand how to create content for your blog. You can delete this post and start writing your own content.
Getting Started
To create a new blog post:
- Create a new folder in
src/content/blog/ - Add an
index.mdxfile with frontmatter - Start writing your content using Markdown or MDX
Tip
Pro Tip: You can use MDX components like this Callout in your blog posts for enhanced formatting!
Frontmatter Options
Here’s what you can include in your post frontmatter:
---title: "Your Post Title"description: "A brief description for SEO"date: 2025-01-15tags: ["tag1", "tag2"]image: './image.png' # Optional: 1200x630px recommendedauthors: ['author-id'] # Optional: link to author profiledraft: false # Set to true to hide from production---Features
This theme includes many features out of the box:
- Newsletter integration - Brevo support
- Comments - Disqus integration
- Analytics - Google Analytics & Umami
- SEO optimized - Schema markup and Open Graph tags
- Dark mode - Automatic theme switching
- Responsive - Works on all devices
Next Steps
- Customize
src/consts.tswith your site information - Update your author profile in
src/content/authors/ - Replace this example post with your own content
- Configure optional features (newsletter, analytics, comments)
Happy blogging! 🎉