Public
Like
2
blog
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Viewing readonly version: 11View latest version
title: | Post-mortem: A Backward Incompatible Database Migration |
---|---|
pubDate: | 2025-04-02T00:00:00.000Z |
author: | Sophie Houser |
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:
- Create a markdown file in the
/blog-posts
directory - Add YAML frontmatter with title, description, pubDate, and author
- The post will automatically appear on the homepage
The blog supports GitHub Flavored Markdown features:
function hello() {
console.log("Hello, Val Town!");
}
Feature | Supported |
---|---|
Tables | ✅ |
Lists | ✅ |
Code | ✅ |
- Item 1
- Item 2
- Item 3
Images can be included using markdown syntax.
This is just a sample post. The blog system automatically processes markdown files and displays them on the homepage.