this is the first post on joshlol.xyz. nothing fancy yet — just making sure the markdown pipeline renders the way the rest of the site looks.
a normal paragraph, an inline code span, a link, and the list below:
function hi(name) {
return `hello, ${name}`
}
personal sites are good, actually.
| feature | works |
|---|---|
| tables | yes |
| yes |
with footnotes too1.
drop files in public/blog/<slug>/ and reference them with normal markdown:

for a caption, use a figure:

layout classes:
className="full" — break out of the text columnclassName="center" — centered, no wrapclassName="left" / className="right" — float, text wraps around
here is some filler text that should wrap to the right of the floated image
above. text continues for a few sentences so you can see how the wrap behaves
when content is long enough. the next heading or hr will clear the float
automatically.
more soon.
like this one. ↩