Troubleshooting Jekyll Site Issues

Problem 1: The Site Wouldn’t Build (SCSS Variable Errors)

The Symptom: You ran bundle exec jekyll serve and got a big, red error message in the terminal. The site at http://127.0.0.1:4000/ was either completely down or showing a server error page.

My Diagnostic Process:

How You Can Do It Yourself:

Problem 2: The Homepage Was Blank

The Symptom: After we fixed the build errors, the site was “running,” but the homepage was completely empty. There were no posts, no text—nothing.

My Diagnostic Process:

How You Can Do It Yourself:

Problem 3: The New Blog Post Was Missing

The Symptom: The site was working, but your new article, “From Python to Thunderbird Extension…”, wasn’t showing up in the list of recent posts.

My Diagnostic Process:

How You Can Do It Yourself:

How You Can Do It Yourself: