Question

When I run Jekyll it does not generate anything. The output I see:

Configuration from /home/mbsheikh/techtraits/techtraits-blog/_config.yml
Auto-regenerating enabled: /home/mbsheikh/techtraits/techtraits-blog -> /home/mbsheikh/techtraits/techtraits-blog/_site
[2012-06-15 23:23:03] regeneration: 118 files changed

The _site directory is empty. Is there a way to debug Jekyll? I changed a couple of files and still don't see anything in _site.

Était-ce utile?

La solution

Set auto=false in the_config.yml, then run jekyll again, then you will see the ruby error trace info.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top