Jekyll post not generated

前端 未结 9 1109
星月不相逢
星月不相逢 2020-12-04 14:53

I am trying to add a new post to my Jekyll site, but I cannot see it on the generated pages when I run jekyll serve.

What are some common reasons for a

9条回答
  •  情深已故
    2020-12-04 15:38

    My post also did not appear an the error was, that in my name I used a dot, e.g. 2017-10-18-test.2.md.
    This is not accepted, you have to use 2017-10-18-test2.md.

提交回复
热议问题