erseeker.blogg.se

Gem install jekyll on windows
Gem install jekyll on windows




gem install jekyll on windows

  • I then pin the package so it won’t accidentally be upgraded later.
  • So, I run choco install ruby -version=2.6.5.1 -y.
  • I expand the “Version History” section and see the current 2.6 version is 2.6.5.1.
  • I need to find the 2.6.x version of ruby that will work, so I go to the Chocolatey page for the Ruby package.
  • gem install jekyll on windows

    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.

    gem install jekyll on windows

    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






    Gem install jekyll on windows