Webmentions are Great (Mostly)

Oh No Why are there two author icons?! We’ll get back to that in a moment. Webmetion Bliss After setting up and documenting how I deployed webmentions on micro.blog it got picked up by a few people on the site! That was really nice - especially since it worked for the most part. I attempted to make it as clear as possible so others could follow in my footsteps and I succeeded - a few people got set up and were running with mentions. …

Posted on

Adding Webmentions To micro.blog

Last update 12/21/19 removed reply count buttons HTML and JS adding a note about switching to native micro.blog webmentions in the future Past updates added <ul> for shares back in Background As part of getting back into using micro.blog I’ve been working to customize my hosted site. One of the things I wanted to do was add webmentions rather then comments like Disqus. Webmentions are coming to MB at some point and most themes already contain references to them: …

Posted on

Adding an Image Lightbox To micro.blog

Background A day or so ago someone posted in one of the micro.blog slack channels asking how to add a lightbox. I had been meaning to update my setup here on the blog and add a lightbox since my current images weren’t linked. Mostly though, I wanted to get rid of jQuery. So with that in mind we’re going to go through the first steps of adding a lightbox. We’ll first add it so images in individual post are linked. …

Posted on

Better Static Glitch Sites

Here’s a small tip that comes out of the Glitch support forums. By default Glitch will start a static web server on your ./app/ directory once it does not find a package.json file in the root of the app folder. This is not always the desired result - for instance what if the site generation is kicked off using grunt (or one of the countless other build tools) and you can’t remove package. …

Posted on