๐Ÿณ How I Dockerized My GitHub Pages Jekyll Site โ€” The Clean Setup That Works

๐Ÿ˜ฉ The Problem Setting up Jekyll with Docker sounds easy, but I ran into: platform issues (arm64 vs amd64) - I use Apple Silicon Macbook (M1) bundle install headaches Since I was building this for my personal GitHub Pages site, I also had to make sure it stays compatible with GitHub Pages gem versions while being easy to develop locally. ๐Ÿ›  My Clean Solution I ended up building this Docker setup. It works for me at last. ...

June 3, 2025