Adding gcc to git bash

So today I was working on my “main” computer which didn’t have much set up on it. Basically only git bash. Problem is I wanted to work on my Hugo site and theme. …

Posted on

Getting Reacquainted With Hugo

Testing testing testing It’s been a bit since I’ve looked at my Hugo blog here on shindakun.dev. Hugo First things first, I need to get all my repositories in line. When I originally set everything up I had it separated in a couple different repos. The main repo held everything needed to build the base Hugo. I had two submodules for the themes that power the site. Finally, I had a repo just for blog posts. …

Posted on

Adding a Book Cover Shortcode for Hugo

Background There has been some chatter on the micro.blog timeline about adding some better tools for book covers when sharing book suggestions, etc. @michaelfransen started off asking about a gallery of images similar to the way the Photos page works. As the conversation went on @jsonbecker brought up the idea of ISBN to cover image inside of a Hugo data page. There are a few services that have APIs that should get the image, Goodreads (Amazon) and Google Books are the biggest. …

Posted on

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