Skip to main content
Logo
Overview

Hello World

January 15, 2025
1 min read

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:

  1. Create a new folder in src/content/blog/
  2. Add an index.mdx file with frontmatter
  3. 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-15
tags: ["tag1", "tag2"]
image: './image.png' # Optional: 1200x630px recommended
authors: ['author-id'] # Optional: link to author profile
draft: 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

  1. Customize src/consts.ts with your site information
  2. Update your author profile in src/content/authors/
  3. Replace this example post with your own content
  4. Configure optional features (newsletter, analytics, comments)

Happy blogging! 🎉

Loading comments...