prose/starter

`/starter' not found.

Closed this issue · 4 comments

I've cloned repo, started jekyll serve --watch, went to http://localhost:4000/starter and get 404 error page ``/starter' not found.`

The server instance that starts requires a forward slash. Can you try: http://localhost:4000/starter/ ?

Same error on http://localhost:4000/starter/
But it works if I start jekyll with empty base url: jekyll serve --baseurl ''

I just submitted a pull request for the same issue #22 ; but for me visiting http://localhost:4000/starter/ worked.

Same happened here... The suggested trick worked for me also. Thanks!