Jekyll is one of our favorite static site generators because it’s not only easy to learn and easy to build with, but it creates fast, modern websites that are almost impossible to hack and require little-to-no maintenance.

There are a few different ways to work with jekyll, you can install it locally on your computer (which is what this guide is going to show you how to do) or you can use a dev-container (helpful when you’re using someone else’s computer temporarily).

Step by step guide to installing Jekyll on Mac in 2024

Step 1: Get your Mac ready

First things first, make sure your Mac is ready to install Jekyll. You’ll need something called Xcode Command Line Tools. Don’t worry; it’s easy to get. Just follow these steps:

Step 2: Install Homebrew

Homebrew is like a magic wand that helps you install software on your Mac without any hassle. Here’s how to get it:

Step 3: Install Ruby

Jekyll is built with Ruby, another cool tool. But before you install Jekyll, let’s make sure Ruby is set up properly:

Step 4: Install Jekyll

Now comes the fun part – installing Jekyll itself. In Terminal, type:

Step 5: Start Your Jekyll Site

Now that everything’s set up, let’s create your first Jekyll site:

Troubleshooting Tips:

By following these steps, you should now have Jekyll up and running on your Mac.


Installing Jekyll on a PC in 2024

Step 1: Install Ruby

Just like on a Mac, you’ll need Ruby installed on your PC. Here’s how:

Step 2: Install Jekyll & build your site

Now that Ruby is set up, let’s install Jekyll:

By following these steps, you should now have Jekyll up and running on your PC.