Jekyll在markdown post文件旁边包含图像文件

时间:2017-02-05 00:01:41

标签: jekyll

我开始与Jekyll合作几天来导入Hugo博客。

有一件简单的事情让我无法理解。

我的理解是,不会处理以_开头的所有文件夹。除了_posts_pages之外,文件夹的位置无关紧要。

我们假设我有以下结构:

- _posts
  - folder1
    - 2017-02-05-Post1.md
    - 2017-02-05-Post1.png

然后我的输出是:

- _site
  - 2016
    - 02
      - 05
        - Post1.html

我无法弄清楚如何让杰基尔对图像做些什么。 我已经尝试了以下所有_config.yaml

include:
- .htaccess
- "_posts/**/*.gif"
- "/_posts/**/*.gif"
- "/_posts/*.png"
- "_posts/**/*.gif"
- "_posts/*.png"
- "**/*.gif"
- "**/*.png"
#  - "_posts\**\*.gif"
#  - "_posts\*.png"

我无法理解杰基尔。

0 个答案:

没有答案