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:
- Create a new
.md
file in thesrc/pages/posts
directory - Add the frontmatter with layout, title, date, and description
- Write your content using Markdown
---
layout: ../../layouts/BlogPost.astro
title: Your Post Title
date: YYYY-MM-DD
description: Your post description
---
Your content here...