Hello, world
This is the first post on the new Sip n Strut site. More to come as the ink dries.
A tiny demo of what MDX gives us:
function greet(name: string): string {
return `Hello, ${name}!`;
}
Links behave sensibly too — this internal one stays in the SPA, and this external one opens in a new tab.