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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top