문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top