


We’ll need msys, so I run choco install msys2 -y.Open PowerShell as an admin (this is important for chocolately packages) Now ridk uses msys2, so we’ll be installing that during this step as well. Ruby DevKit used to be a thing for windows. However, that led to a pitfall later in the process where I’d see that nokogiri is not currently supported on Ruby 2.7, so I need to pin the 2.6.x package, which we’ll do during this tutorial for this reason. The Windows Way Before we Begin: Pitfalls we’ll be avoidingįYI: Normally, I’d run choco install ruby -y, which would install ruby v2.7.0.1 at the time of this writing. I like having both set up so that I can use whatever suits me.

Today, we’ll explore two ways of doing this – the Windows way for those of you who like working via Windows, and the WSL way. I wanted to write up these steps as I took the time to get my blog up and running on my new laptop, in case it helps someone else get started. Jekyll Two Ways on Windows: Installing & building Jekyll / GitHub Pages blogs with Ruby on Windows 10
