Join my newsletter

Get updates on new posts and projects straight to your inbox.

Testing GitHub Pages Deployment

This is a test post to verify that the GitHub Pages deployment is working correctly! Deployment Setup We just configured: GitHub Actions workflow for automated builds Hugo extended version 0.146.0 Custom domain at blog.rbby.dev Automatic deployment on push to master How It Works Every time code is pushed to the master branch: GitHub Actions triggers the workflow Hugo builds the static site The built site is deployed to GitHub Pages Changes go live automatically Pretty cool! ...

January 30, 2026 · 1 min · rbby