I built this version of my site to blog and host fun one-off static pages.
It’s built with Gatsby, a static site generator that gives me a lot of flexibility. For example, here’s a responsive counter:
0
Here’s how it looks in the MDX for this post:
// Markdown content...
import {Counter} from './Counter';
<Counter />That’s it. That’s the whole demo.