jekyll not generating _posts
问题 I'm have trouble getting jekyll to convert a post in _posts directory to html. It generates index.md correctly, but doesn't generate anything for posts. When I add 'source: _posts' then it converts the post, but doesn't convert index.md. As far as I can tell, 'source' should either be not added to _config.yml to should point to '.' My directory structure is pretty standard: $ find .|fgrep -v bootstrap . ./index.md ./_config.yml ./_drafts ./_includes ./_includes/footer.html ./_includes/header