Tagged with “HTML

  • The <kbd> element

    Whilst doing some Karabiner configuration spelunking I came across a blog post that had some neat styling of keyboard shortcuts. As one does, I inspected the code to find an element, <kbd>, that I have never seen before.

    Cool!

    Read more »
  • Responsive image management with Hugo

    As a believer in text is king, I store all my content in markdown formatted plain text. You know, like grandpa used to do on punch cards but now with links and more octothorpes. Alongside text, I reference images in said text with a ![description of image](image_file.jpg) snippet. In turn, this ends up as HTML rendered by Hugo for browsers to consume. By default, Joe Public viewing the blog receives that image byte for byte as I saved it even when a much smaller image that looks visibly indistinguishable would do.

    Read more »