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

I created the webconfs file and I'm able to open it but it's missing a lot of the features like after I put jekyll serve

I put jekyll serve in the command but no site file is create and I don't get a serve number in order to see a preview in my browser, I tried localhost:4000 and nothing, not sure where I went wrong so please help by either telling me a video I can watch or what I'm missing in order to fix the problem.

It's also giving me this message her(ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- bundler (LoadError))

I don't know what that mean, I tried to google it and still not really getting much that I can understand. Guil Hernandez

Guil Hernandez I still can't get my command to connect with my server, can you please help out. I don't mean to bother you but I've been trying a lot of different things and it would be nice if I can get a response from you on how I could fix the problem.

Ilinca Georgiana
Ilinca Georgiana
7,919 Points

I had the same problem, I guess that the version of jekyll you have is 3.2.0. Is unstable on windows because it's just been released.

try this:

gem uninstall jekyll

gem install jekyll --version "=3.1.6"

1 Answer

Thank you