Jekyll shows index of/ page solved..thank you all

jekyll server is running on my computer…but when i type localhost:4000 in browser, it shows an index of/ page and the cmd shows favicon.ico is not found error

I think it does that if the page does not exist. Is there an index.html page in the site folder? did you rename/delete the index page in the source?

Do you not have a _config.yml file? if not, maybe that is a problem? I’ve never tried it without one.

1 Like

I think I am wrong on it showing the listing on page not found.

1 Like

Before running a Jekyll server, your project folder needs to be a Jekyll Site.
From your Documents/ directory, first run the following:

jekyll new tuts

this will create a Jekyll Site at ~Documents\tuts.
then cd into the newly generated tuts/ folder and then run the Jekyll server

A

1 Like

thank you very much for your valuable time. the problem was in connection with installing bundle in the project directory. now everything works fine :slight_smile:

the problem was in the installing of bundle in the project directory. now everything works fine thanks for your solution :slight_smile:

1 Like