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 trialMary Fernandez
510 Points"Not Found" page
When I first installed jekyll and ran the server, I could see it just fine by navigating to localhost:4000. However, after configuring and uploading to GitHub, I now see a "Not Found" page with the following error message: "`/' not found. WEBrick/1.3.1 (Ruby/2.0.0/2014-05-08) at localhost:4000".
Mary Fernandez
510 PointsThat is correct, my site is now hosted on Github at http://maryefern.github.io/persuasiveblog/
Mary Fernandez
510 PointsOk, I figured it out: The server address changed so I now have to use http://127.0.0.1:4000/my-name
Alexander Revell
5,782 PointsAlexander Revell
5,782 PointsDoes that mean your site is now being hosted on Github, or is it just your code that's there as a repo?