Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Build a Blog with Jekyll and GitHub Pages Getting Started with Jekyll Creating a Jekyll Project

Jennifer Crawshaw
Jennifer Crawshaw
17,878 Points

jekyll serve error

I am running Jekyll on a Virtual Machine (Ubuntu), on my Windows laptop. When I run jekyll serve it does not load the local host. Any ideas of what I can do?

2 Answers

Do you have Python installed? It seems that may be a necessity.

Are you trying to view what's being served from a browser on the Windows side, your VM acting as a development server, or are you trying to view what's being served within the Ubuntu virtual machine itself, like Firefox in the VM?