【发布时间】:2018-08-06 07:31:35
【问题描述】:
我是使用 jekyll 作为 github 博客页面创建者的新手。现在我尝试在 _posts 文件夹下编写一个 md 文件,我从 Jekyll Docs、 复制文本和布局,因为它包含一些 Liquid 语法(如上所示)。 当我在本地运行 Jekyll 时,会显示以下错误。
Liquid Exception: Could not locate the included file 'file.ext' in any of
["C:/Developments/GitRepository/testRepository/blogFork1/_includes"].
Ensure it exists in one of those directories and, if it is a symlink,
does not point outside your site source.
in C:/Developments/blogFork1/_posts/2018-08-03-first-blog.md
如何将这些陈述视为一般陈述?感谢任何人的帮助!
【问题讨论】:
标签: ruby markdown jekyll liquid