Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在建立一个 jekyll 博客。我将 .md 文件放在 _posts 文件夹中。jekyll --server在项目目录的根目录下运行命令。 但是 jekyll 只是重新生成较旧的帖子,新闻帖子并没有被添加到 _site。 可能是什么问题?
jekyll --server
我终于找到了 jekyll 失败的原因。我在其中一篇文章中使用的标题中有一个冒号 (:)。我只需要替换它:并且帖子解析得很好。
: