Warm Boot
Fresh design, fresh tools
As an attempt to learn more about the development landscape outside of the iOS ecosystem, I went through a course on using Nuxt, and so I used the things I learned from that to re-work my blog again as part of my prep for this year's WWDC as I plan on trying to watch all of the sessions and post a brief summary of each one here.
The new stack that I'm using to run this blog is:
- Nova to edit text.
- GitHub to host the code
- Nuxt.js to generate the page
- Nuxt Content to let me use Markdown files to generate posts
- Tailwind CSS for styling
- GitHub Pages now that pages supports deploying via actions, it was easy to set up a statically rendered version of the site
- Google Fonts to delivery custom fonts
- Unsplash to pull images to add some visual interest