···11---
22-title = "Initial Commit"
22+title = "making a blog for dummies"
33+listed = false
34---
4555-# initial commit
66+# this is an exampe for a draft!
6778This post is gonna detail how I made this site, but for now it's just a placeholder.
99+Here's some `inline code` for ya.
810911```css
1012main {
1113 font-family: Myna;
1214}
1315```
1616+1717+```gleam
1818+fn wibble() -> Wobble {
1919+ todo as "wibble!"
2020+}