Latest Updates
Minor Site Updates
Wed May 21 2025
Since the v3 update I've made a few improvements.
First, what broke
Nuxt 3 changed the folder structure, and now what was once /static
is now /public
.
This is well and good, aside from the fact that gitlab-ci expects your website assets to
all be in the /public
folder after building. After some tinkering I got it working by
renaming the /public
directory before moving the generated static site output to the
build directory.
What's more cool though is the stuff I worked on after smoothing out the v3 release.
Big Site Update!
Sat May 17 2025
Finally, the future is here
With the publishing of this post (which hopefully goes smoothly), my site will be running on Nuxt 3, and be built with the Content plugin. This post will detail the challenges I encountered during the upgrade and how I went about solving them.
Site Upgrade: Upcoming Upgrade
Wed Jan 29 2025
When will it happen? Nobody really knows...
Upcoming Site Upgrade
I went looking, and the Nuxt Content supports Nuxt 3, so I plan to upgrade to that at some point.
Site Update: Adding Tags
Sun Jul 16 2023
Just a quick site update, I'm adding in tags for the new site to make it easier to find things later.
Read More ≫