On this page
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
- Open Pages CMS and sign in with your GitHub account
- Select your repository and go to Blog Posts
- 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
srcandaltproperties - draft: Set to
trueto 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!