79436285

Date: 2025-02-13 13:16:30
Score: 0.5
Natty:
Report link

I've got the same problem caused by the web site files are store in the same folder as my jekyll installation.

To solve :

  1. create a subfolder : mkdir web
  2. move your site files in the new directory : mv *.html ./web
  3. change to the new directory : cd web
  4. launch jekyll serve : bundle exec jekyll serve
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SuperPoney