I'm making a theme for Jekyll and I want to make use of some Bower components. However, when I try to build my site, Jekyll tries to process some HTML files inside the components directory. One of the components (Font Awesome) uses Jekyll for its docs, and it includes a non-existent (in my case) template, then all the process fails.
My question is: is there any way to make jekyll ignore all the HTML files inside some directory and copy them as is?
You can exclude files and folders from the conversion process by adding an exclude
configuration option to your _config.yml
.
This is documented here, under Global Configuration.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With