kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
925 stars 202 forks source link

exclude_from_localizations won't exclude files containing a front matter #75

Open Anthony-Gaudino opened 8 years ago

Anthony-Gaudino commented 8 years ago

Since the fix of issue #70, only static files are being excluded using exclude_from_localizations.

Files that include a front matter, which are treated by Jekyll as a page are not being excluded, this includes sass and js files which can contain an empty front matter and are processed as pages.

camel113 commented 7 years ago

Any workaround to exclude files with front matter?

DenisLug commented 6 years ago

I would like to exclude a html file and I'm experiencing this problem now. Is there anything new about the fix?