Deploying a Hugo Website to GitHub Pages Using GitHub Actions
After setting up Ghost for my personal website, I was looking for something a bit simpler. While Ghost is an incredibly powerful platform, it felt...
After setting up Ghost for my personal website, I was looking for something a bit simpler. While Ghost is an incredibly powerful platform, it felt...
I recently bought a Tidbyt, a fascinating retro pixelated display that can do everything from showing the weather to displaying memes (h/t to Greg...
I wanted to run a shell script at regular intervals to update a greeting image on my Tidbyt device. The script had to render the...
I recently bought a Tidbyt, a fascinating retro pixelated display that can do everything from showing the weather to displaying memes (h/t to Greg...
While reviewing my week in Day One, I like to kick things off with a heading that reads something like "Week of Date 1...
I wanted to set up SQLite with Flask for a simple, lightweight database solution that doesn't need a separate server process. Perfect for...