VSCode
Call it The GCDLADB if you like.
Hugo: Attachments and Bundles 2 min read Jan 12, 2023
This post was written as follow-up to my previous post where I implemented a custom Hugo shortcode, attachments.html, documented in attachments.html below. The implementation of this shortcode required a Hugo Page Bundles content structure and the transition to such a structure is documented below in Page Bundles Structure. attachments.html This shortcode, attachments.html, was lifted from Hugo Attachment shortcode, a blog post by Nelis Oostens. Successfull implementation of this shortcode one minor modification (my theme did not have a referenced partial) and conversion of my content/posts from individual Markdown (. ...
Migrating CATPAW Development to Azure 4 min read Jan 11, 2023 | Updated: Jan 12, 2023 18:45
Portions of this post build on concepts introduced in Managing Azure. CATPAW - Computer-Aided Thinking, Primarily about Writing From the CATPAW home screen… In many ways, CATPAW is an online book about writing style–a guide to the choices we make in writing that connect us to our readers. Rather than setting out rules to follow, CATPAW will help you make informed choices in context. The site accomplishes that goal in three ways: It explains the choices writers face. It uses computational tools to help you examine your own writing, letting you see what choices you have already made and what you might want to do differently. ...
VSCode Find and Replace Using `regex` 1 min read Oct 8, 2022
This morning I needed to do some bulk “find and replace” operations in most of my Rootstalk content. My first thought was to write and run a little Python script, but then I wondered what VSCode might bring to the table. Plenty, it brought plenty! To keep this post as brief as possible, I’m simply going to reference an instructional video that I created earlier: VSCode-Find-and-Replace.mp4. A list of some links mentioned in the video is provided here: https://linuxpip.org/vscode-regex-replace/ https://itnext.io/vscode-find-and-replace-regex-super-powers-c7f8be0fa80f https://www. ...
Migrating Workflows from Atom to VSCode 3 min read Jun 9, 2022
This might just be my shortest post ever in this blog, at least for now. At this early date it’s just a link to the Atom No More? blog post in my personal blog. The note above indicates that this post superseeds 085-remote-atom, but there are other Atom-related posts that are also impacted. Some of these include: posts/033-adding-lastmod-date/ As time passes I’ll document here any work-specific changes I make to my new VSCode environments. Replacing atom . with code . The personal blog post mentioned above, Atom No More? ...