About Rich Clingman, K0OZK
My name's Rich Clingman, K0OZK in Ozark, Missouri, U.S.A. I have more than 15 years' experience as a Senior Software Engineer (full stack, back end, Golang, Nodejs, Vuejs, Nuxt, MySQL, PostgreSQL, ...). And, I'm a "Ham Radio Operator" with an Amateur Extra license.
There are more ramblings about me on the Home Page.
Elements of This Site
Nuxt 3 & VueJs 3
For this website, I chose to use Nuxt 3 which uses VueJs 3.
Nuxt/VueJs make it easy to set up a great website and automatically handle things like declaring routes to each page, inserting custom components, and expanding the language functionality.
Content v2
I added Content v2 which uses MD (markdown) files to easily create formatted content. "v2" is the version designed for Nuxt 3.
Bulma CSS
To help with styling, I've used custom CSS with SASS preprocessing, and Bulma CSS framework.
Custom Code Blocks
For a quick solution to creating nicely formatted code blocks, I started with Michael Hoffman's How to Create a Custom Code Block With Nuxt Content v2.