- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的Jekyll网站中有一个名为/patterns
的目录,其结构通常如下所示:
_includes
_layouts
_site
/patterns
index.html
由于多种原因,我需要将/patterns
目录保留在_includes
之外,但这主要是因为我需要将/patterns
中的文件拉入iframe以在模式库中显示)。
我想在Jekyll页面中包含/patterns
中的文件,但是要使用{% include /patterns/file.html %} doesn't work as it points to the
_includes folder. How would I go about including a file from a directory that isn't
_includes`吗?
最佳答案
您可以使用include
中的includes_dir
更改_config.yml
标签使用的目录。您似乎无法设置多个路径(来源:https://jekyllrb.com/docs/configuration/)。
无论如何,_includes
中的文件不会最终出现在您的输出中。您可以将特定于模式的包含项分隔为_includes/patterns/
,但是对您的实时网站没有任何影响的唯一事情就是这些文件的包含位置。
关于include - Jekyll:包含_includes外部目录中的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39734133/
如何在 lodash 中传递数组? users = [{ name: 'aaa', age: 22 },{ name: 'bbb', age: 33 }
我是 Jekyll 和网络编程的新手。我一直在四处寻找我遇到的特定问题的一些答案,但没有找到。如果他们在那里,他们一定有我不知道的名字。 关于我的新 Jekyll 站点的几个问题: 我正在尝试使用 _
我的 Jekyll 项目中有一个 _includes 目录,该目录中的一个 .html 文件需要引用 _includes 之外的图标目录中的图像,例如, {% include img/icons/fa
我想将页面标题的哈希链接引入网页的菜单中。该网页是使用 Jekyll 生成的,其默认布局如下所示: {% include head.html %} {% include head
我的计划是在 _includes 目录中放置文件夹: _includes/页脚 _includes/英雄 _includes/cta 等... 当我引用 {% include footers/foot
当我尝试构建我的 github.io 页面时,我收到了这个错误。 A file was included in /_layouts/default.html that is a symlink or
我是一名优秀的程序员,十分优秀!