问题
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
.
回答1:
Set auto=false
in the_config.yml
, then run jekyll
again, then you will see the ruby error trace info.
来源:https://stackoverflow.com/questions/11060556/unable-to-generate-anything-with-jekyll