You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
I am translating my site in three languages. The exclude_from_localizations works fine for folders, .html and .txt files, except for the .htaccess file which is being copied to each of the language folders.
I tried excluding the file but the plugin seems to ignore it.
On version 1.2.9, Jekyll version 2.5.3.
I am translating my site in three languages. The
exclude_from_localizations
works fine for folders, .html and .txt files, except for the .htaccess file which is being copied to each of the language folders.I tried excluding the file but the plugin seems to ignore it.
My configuration:
languages: ["default", "en" ,"de"] exclude_from_localizations: ["js", "img", "css", "humans.txt", ".htaccess", "robots.txt"]
The text was updated successfully, but these errors were encountered: