Hi,
For couple of powerpoints, I would like to place some images in subdirectory ./img-src for some of contents… I would like to exclude all files within the subdirectory img-src/ from beeing embedded in hugo container. content/en/docs/introduction/api-management-components)/ **img-src** /
I mean, ı am using hugo with docker and ı would like to exclude all these files. How can I achieve this ?
content/en/dpcs
└── post
├── post01
│ ├── img-src
│ ├── image.jpg
│ └── index.md
└── post02
├── img-src
├── image.jpg
└── index.md
Regards