Skip to content
Go back

My First Blog Post

Published:  at  11:00 AM

My First Blog Post

Welcome to my first blog post! This is an example of how to write posts using Astro Paper.

How to Create Posts

  1. Create a new .md file in the src/data/blog/ directory.
  2. Add the required front matter at the top of the file.
  3. Write your content in Markdown format.

Front Matter Requirements

---
title: "Your Post Title"
description: "A brief description of your post"
pubDatetime: YYYY-MM-DD
tags: ["tag1", "tag2"]
draft: false
---

Markdown Features

You can use all standard Markdown features:

console.log("Hello, World!");

Adding Images

You can add images using standard Markdown syntax:

Pig

Link text

Feel free to explore and customize your posts!


Suggest Changes

Previous Post
Vercel setup for Astro