Recent
:
I haven’t seen any self-hosted solutions for sharing code samples along the same lines of embedding something from Codepen.io. Any suggestions? I want to start sharing more interactive code samples but I want to have them hosted on my blog (or something I can host elsewhere and then embed) ðĪ
Backlinks on a Micro.blog hosted website
One of my goals when transforming my website into a digital garden was to include backlinks on my posts. A backlink is a link to a post that refers to the current post that you are viewing. There are several blog posts out there that explain how enable this for Hugo blogs that I used for inspiration. Here are the steps I used to get this functionality on my blog.
You will need to edit your theme for single blog posts which is located at layouts/posts/single.html (or if using a theme that supports Matt Langfordâs microhooks, add/edit one for microhook-after-post.html)
The first thing that needs âĶ
Featured Adventures