Meta-jots
-
It’s amazing how time flies. Fourteen years of marriage with my best friend. Two wonderful children, a home, two cats, some fish, and a few chickens. I couldn’t ask for more. Happy Anniversary @TheRealChadwick âĪ
- Â âïļ #change log
-
August 11th 2023 - Website Change Log
- Added in changelog link to navigation
- Added in video page link to navigation
- Adjusted home page to include micro-posts content, not just summary
- Script to remove height and width attributes so css can adjust size
- Fixed category feed link on category pages
-
Currently reading: 1491: New Revelations of the Americas Before Columbus by Charles C. Mann ð. I’m really enjoying this so far but I did need to grab an audio book of it to help with the pronunciations. Just a couple more hours to go ð
-
Finished reading: The Day of the Triffids by John Wyndham ð
- Â ðļïļ #meta-video
-
6 month journal flip through 2023 ð
“Dear Moon” by EnjoyMusic from enjoymusic.ai
-
It took forever but I finally finished painting the windows this weekend! I started back in February
-  ðĪš #code
-
Thanks to @manton for updating the bookmarks JSON api this afternoon to include tags so now you can use @sod’s wonderful bookmark plugin to display them (assuming you have the premium Micro.blog plan). You will need to use a custom template like he details in his documentation. The trick is to use the
{{ .tags }}inside the{{ range .items }}. Here’s how I’m doing it on my site: Pastebin.You might have noticed I further customized it with longer preview text and some extra replace statements. That’s because the
.content_htmlincludes some extra links to the micro.blog reader text which looked a bit strange after you stripped out the html withplainify. That’s where the {{replace (replace ( .content_html | plainify | truncate 300 ) "Reader: " "") $url.Host ""}} line comes in.