0
我有一個Jekyll博客,一些原始帖子在與降價文件相同的級別上有一些額外的文件。例如:在Jekyll中保留生成文件附近的文件
. ├── _posts ├── first-post ├── 2007-10-29-first-post.md └── download.zip
我怎樣才能和了產生的結構如
. ├── _sites ├── first-post ├── index.html └── download.zip
的download.zip文件需要在相同的位置作爲其依賴交(我不能使用任何包含或其他重定向技巧)
檢查https://github.com/nhoizey/jekyll-postfiles –
@AbdulHadi這是偉大的。請製作並回答。 – Interfector