Skip to main content
1 min read

Welcome to My Blog

On this page
Welcome to My Blog

Welcome to My Blog!

This is a sample blog post to help you get started. You can edit this content using Pages CMS or by editing the markdown files directly in src/content/blog/.

How to Create a New Post

  1. Open Pages CMS and sign in with your GitHub account
  2. Select your repository and go to Blog Posts
  3. Click New and fill in the title, summary, and content

You can also create posts by adding a new .md file to src/content/blog/ with the appropriate frontmatter.

Frontmatter Fields

Each blog post supports the following fields:

  • title (required): The post title
  • excerpt: A short summary shown in previews
  • publishedAt (required): Publication date
  • featured: Mark as a featured post for homepage highlighting
  • tags: Array of tags for categorization
  • cover: Cover image with src and alt properties
  • draft: Set to true to hide the post from production

Markdown Features

You can use all standard markdown features:

  • Bold text and italic text
  • Links
  • Lists (like this one!)
  • Code blocks
  • And more…

Happy blogging!