title:
Sample Val Town Blog Post
description:
This is a sample blog post that demonstrates how to create content for the Val Town Blog.
pubDate:
2025-03-29T00:00:00.000Z
author:
Val Town Team

This is a sample blog post that demonstrates how to create content for the Val Town Blog.

To add a new post to the Val Town Blog:

  1. Create a markdown file in the /posts directory
  2. Add YAML frontmatter with title, description, pubDate, and author
  3. The post will automatically appear on the homepage

Markdown Support

The blog supports GitHub Flavored Markdown features:

Code Blocks with Syntax Highlighting

function hello() { console.log("Hello, Val Town!"); }

Tables

FeatureSupported
Tables
Lists
Code

Lists

  • Item 1
  • Item 2
  • Item 3

Images

Images can be included using markdown syntax.

Conclusion

This is just a sample post. The blog system automatically processes markdown files and displays them on the homepage.