How to Change the Jekyll Theme

I am working on the Jekyll project here:

The site seems to use a custom, Glitch-specific theme. I would like to use a different one so I made the following changes. First, I added this to my Gemfile:

gem "minima"

I then added the following to my _config.yml file:

theme: minima

However, the theme never seems to change. I believe this is the proper way to change the theme, so I don’t know why this isn’t working.

Have you tried reinstalling the gems? Also make sure your project syntax is correct.

also I like how you did Jekyll on Glitch, I tried it awhile ago as well.