vblog

Prototype blog built in val.town with markdown and JSON files

How it works

The posts directory contains markdown files. It also includes an index.json with an array of posts for the blog. These posts are fetched as markdown then processed with graymatter and remark to convert them into metadata and HTML.

The www val serves the site using the src/hono-adapter. This "adapter" could use any framework for rendering so that you could use something like React or something like Handlebars