Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upkeep periodically getting `/' not found. #1342
Comments
This comment has been minimized.
This comment has been minimized.
Your main index.html file isn't being generated properly so it's wigging out. Make sure |
parkr
closed this
Jul 22, 2013
This comment has been minimized.
This comment has been minimized.
Wish it were that easy. Site builds fine. This happened once before wish I Would it be easier to just create a new Jekyll site, test, and copy Is is safe to delete _site and rebuild? Can't find this in the docs Thanks Marc On Jul 22, 2013, at 2:10 PM, Parker Moore notifications@github.com wrote: Your main index.html file isn't being generated properly so it's wigging — |
This comment has been minimized.
This comment has been minimized.
It's totally safe to delete _site and rebuild. So set it on |
This comment has been minimized.
This comment has been minimized.
Just as an update on my issue. I isolated the problem to site.baseurl and Then after using rvm to move up to ruby 1.9.3 and updating gems and email marc@marcshifflett.com | mobile 917-570-7079 On Mon, Jul 22, 2013 at 9:17 PM, Matt Rogers notifications@github.comwrote:
|
This comment has been minimized.
This comment has been minimized.
countdigi
commented
Oct 6, 2013
I had a similar issue - using the setting --baseurl "" did the trick for me |
This comment has been minimized.
This comment has been minimized.
cirosantilli
commented
Mar 10, 2014
Baseurl is was the culprit for me. I had
works, while the following fail:
|
This comment has been minimized.
This comment has been minimized.
We should print the URL to STDOUT. That's the solution. |
This comment has been minimized.
This comment has been minimized.
cirosantilli
commented
Mar 10, 2014
That'd be a smart move to prevent people like me from shooting their own feet =) |
This comment has been minimized.
This comment has been minimized.
robertcedwards
commented
May 6, 2014
|
This comment has been minimized.
This comment has been minimized.
baseurl is now being printed with the server URL: jekyll/lib/jekyll/commands/serve.rb Lines 106 to 115 in 72bb9b3 |
This comment has been minimized.
This comment has been minimized.
w0lfe
commented
May 7, 2014
This messes with the Quick-start, running jekyll serve returns
if you haven not changed the baseurl. This doesn't work as a url and will just cause a search. I changed the base URL to an empty string after finding this thread and will continue trying out jekyll. |
This comment has been minimized.
This comment has been minimized.
Can you post a link to your site? |
This comment has been minimized.
This comment has been minimized.
Ref #2317 |
This comment has been minimized.
This comment has been minimized.
w0lfe
commented
May 7, 2014
I'm just trying Jekyll out locally trying to decide what static site gen to switch to, so nothing to link to. I'm having the exact same issue as #2317 though. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
w0lfe
commented
May 7, 2014
Yep, (I was just reading the link from the other issue) clears up some other details I was wondering about too. Thanks. I think the confusing thing is that the default baseurl on install is a full url. |
This comment has been minimized.
This comment has been minimized.
JackZong
commented
Jun 1, 2016
谢谢! |
This comment has been minimized.
This comment has been minimized.
anwer-456
commented
Dec 26, 2016
Works like a Charm @mattr- |
mashcode commentedJul 22, 2013
when loading http://localhost:4000/
Not Found
`/' not found.
WEBrick/1.3.1 (Ruby/1.8.7/2012-02-08) at localhost:4000
Any pointers would be appreciated
Thanks