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.
all content of _posts seem to be ignored right now. When moved to _i18n, it copies the data incorrectly with _i18n ind the path name.
Without localization _site/news/2011-12-02-news-12
with plugin, the data does not arrive at all.
Expected: _site/en/news/2011-12-02-news-12.
When moved to _i18n (_i18n/en/_posts/news/2011-12-02-news-12.html) it becomes: _site/en/_i18n/en/2011-12-02-news-12. So the languages appears twice, the _18in is copied as well, and the topic subfolder is gone.
Hi,
all content of _posts seem to be ignored right now. When moved to _i18n, it copies the data incorrectly with _i18n ind the path name.
_site/news/2011-12-02-news-12Expected:
_site/en/news/2011-12-02-news-12.When moved to _i18n (_i18n/en/_posts/news/2011-12-02-news-12.html) it becomes:
_site/en/_i18n/en/2011-12-02-news-12. So the languages appears twice, the _18in is copied as well, and the topic subfolder is gone.Any ideas? Maybe I am just doing it incorrectly.
Thanks,
Rene