I've tried to start a Jekyll blog locally according to the instructions at jekyllrb.com.
So once I type:
jekyll serve
Server should be running at localhost:4000 but there's nothing. A blank page.
Here's what I get back after the "jekyll serve" command:
Configuration file: C:/Users/Atte/newblog/_config.yml
Source: C:/Users/Atte/newblog
Destination: C:/Users/Atte/newblog/_site
Generating... C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/posix-s
pawn-0.3.6/lib/posix/spawn.rb:162: warning: cannot close fd before spawn
←[31m Liquid Exception: No such file or directory - /bin/sh in _posts/2013-12-1
4-welcome-to-jekyll.markdown←[0m
done.
Server address: http://0.0.0.0:4000
Server running... press ctrl-c to stop.
What could be the problem? I have (obviously) been unable to find the answer anywhere even though I've spent so much time on this.