Public
Remixed
me writing about things maybe
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.

myBlog

This is a simple static blog.

Posts go in the /posts directory.

Sizing images

<!-- Set max width (responsive - won't exceed this on desktop, full width on mobile) -->
![screenshot](https://example.com/image.jpg#maxWidth=350)

<!-- Set exact width -->
![screenshot](https://example.com/image.jpg#width=300)

<!-- Combine options -->
![screenshot](https://example.com/image.jpg#maxWidth=400&height=300)