
Public
Like
original-vt-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 milliseconds.
Viewing readonly version of main branch: v37View latest version
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 the post metadata to the
newBlogPosts
array in/components/BlogPosts.ts
- The post will automatically appear on the homepage
The blog supports standard markdown features:
function hello() {
console.log("Hello, Val Town!");
}
- Item 1
- Item 2
- Item 3
Images can be included using markdown syntax.
This is just a sample post. In a real implementation, you would have a system to convert markdown to HTML and store/retrieve blog post content.