Jekyll : New posts not being generated

倾然丶 夕夏残阳落幕 提交于 2020-01-11 08:36:08

问题


I am setting up a jekyll blog. I put the .md files in the _posts folder. run jekyll --server command in the root of the project directory.
But jekyll just regenerates the older posts, the news posts are not being added to _site.
What might be the problem?


回答1:


I finally found why jekyll was failing. The title i used in one of my posts had a colon (:) in it. I just had to replace it with : and the post parsed fine.



来源:https://stackoverflow.com/questions/10963002/jekyll-new-posts-not-being-generated

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