Unable to generate anything with Jekyll

不羁岁月 提交于 2019-12-24 01:01:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!