Welcome to Your Blog

No posts yet. Add your first markdown file to undefined to get started.

How to Add Posts

Create a undefined file in the undefined directory with the following format:

---
title: "Your Post Title"
date: "2024-01-15"
excerpt: "A brief description of your post"
featuredImage: "https://example.com/image.jpg"
categories:
  - Technology
tags:
  - SvelteKit
  - Tutorial
---

Your markdown content goes here...