Ruby (for Jekyll)
[CONTENT NEEDED]
Installing for MacOS
My primary development machine is running MacOS. I've heard that things aren't as easy on Windows. I'll add the Windows instructions shortly after the work to launch JekyllFaces is done. I want to verify all the steps myself and kick the tires a bit before suggesting that you go down that road.
Install Homebrew
Homebrew makes installing development-ish software on the Mac easier.
Install a Version Manager
The Jekyll site recommends chruby for Ruby version management. I prefer rvm. But we'll go with the suggested tool here. To install chruby, run the following command.
Install Ruby
Install the latest stable version of Ruby that's supported by Jekyll. This step may take some time.
Configure Your Shell
Run the commands for your shell to automatically use chruby.
Verify Your Work
Let's make sure that everything is configured as needed for using Jekyll.
Troubleshooting
The steps listed above are best performed on a machine that hasn't used Ruby in the past. MacOS comes with an older version of Ruby, so you're encouraged to install the latest Ruby if possible.