The Power of Sass and Bootstrap Unleashed

Now that I have figured out how to template any file as part of the build process, how to compile Sass files as part of the build process, how to utilize existing Sass libraries such as Bootstrap, and how to use Hugo shortcodes to leverage such libraries … I may just roll it all up into a tidy little plugin some day should folks be interested … 'cause I’m sure that having a shortcode that takes a link to one of my posts, kinda like (and yes, you literally only need to replace html with md):

and generates a full-fledged, clickable preview card for the post’s content, kinda like:

is only scratching the surface. And don’t even get me started on how easy parameterizing theme attributes has become. Templated Sass plus CSS variables … every inch of a theme oughta be customizable.