Jamstack

An Introduction to Jamstack What is Jamstack and How Does it Work? Jamstack is a modern web development framework that uses static web development techniques to create fast, secure, and scalable websites. It is based on client-side JavaScript, reusable APIs, and prebuilt Markup. This makes it easier for developers to create high-performance websites without having to use a traditional server-side web development framework. Jamstack also utilizes static site generators to generate HTML pages from content stored in databases or other sources....

April 25, 2023 · 2 min · Jason E. Burrows

Hugo Shortcode

I’m trying to setup and use Hugo to make a personal blog for collecting thoughts and documenting test results from tinkering. I’m was using the Coder Theme theme for Hugo. I’ve made enough changes to it that it can no longer be updated from Git. Little tweaks like changing the Google Fonts, fixing mismatch header sizes, modifications to layouts, etc. I’ve managed to get CloudApp working as a Shortcode. Update: I’m now using the PaperMod Theme with no changes to the theme itself so that updates can be pulled....

October 24, 2020 · 1 min · Jason E. Burrows