← all posts

hello world

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.

what this exercises

a normal paragraph, an inline code span, a link, and the list below:

  • one
  • two
  • three

a code block

function hi(name) {
  return `hello, ${name}`
}

a blockquote

personal sites are good, actually.

gfm extras

featureworks
tablesyes
strikethroughyes
  • task lists
  • more posts

with footnotes too1.

images

drop files in public/blog/<slug>/ and reference them with normal markdown:

purple star

for a caption, use a figure:

purple star
caption goes here

layout classes:

  • className="full" — break out of the text column
  • className="center" — centered, no wrap
  • className="left" / className="right" — float, text wraps around
purple star

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.

Footnotes

  1. like this one.