之外我在傑奇的網站叫/patterns
一個目錄,其結構通常一般是這樣的:傑基爾:包括從目錄中的文件_includes
_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`?
太棒了!如果我設置了這個選項,'/ patterns'仍然會編譯並顯示在'/ _site'中? –
如果你在'/ patterns'中放置了一個index.html,我相信! – Paul
嗯,這是當我將我的建議添加到我的'_config.yml'時:'LiquidException:包含的文件'_includes/patterns/file-name.html'not found'。 要清楚,我試圖包含這樣的文件:'{%include /patterns/file-name.html%}'也許我做錯了嗎? –