Jekyll 不修改文件

Jekyll does not modify files

我有一个简单的 index.html,其中仅包含 {% include t.html %}

原样复制到_site,不替换_includes/t.html

其他替换 {{ }} 也不起作用。如何调试和修复?

应该将 front matter 添加到文件中以使 Jekyll 处理它。