Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jekyll : New posts not being generated

Tags:

ruby

jekyll

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?

like image 753
tarashish Avatar asked Jun 09 '12 17:06

tarashish


1 Answers

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.

like image 148
tarashish Avatar answered Nov 02 '22 22:11

tarashish