Hello World

Welcome to the Sacred Blog! This is your first blog post.

Getting Started

You can write your posts using Markdown. Here’s how to add more posts:

  1. Create a new .md file in the src/pages/posts directory
  2. Add the frontmatter with layout, title, date, and description
  3. Write your content using Markdown
---
layout: ../../layouts/BlogPost.astro
title: Your Post Title
date: YYYY-MM-DD
description: Your post description
---

Your content here...