george-gca / multi-language-al-folio

A beautiful, simple, clean, and responsive Jekyll theme for academics, with support for multiple languages
https://george-gca.github.io/multi-language-al-folio/
MIT License
77 stars 21 forks source link

Jekyll LSI not calculated on localized blog posts #10

Open george-gca opened 10 months ago

george-gca commented 10 months ago

Currently the Latent Semantic Indexer (LSI) is not calculated for localized blog posts. This is a bug in classifier-reborn, and I've opened an issue in their repo. As soon as someone gives some clues about this maybe this will be fixed.

DmitryRyumin commented 3 months ago

Hi @george-gca,

I assume that the problem with the localization of related posts is still not solved? I've run into this problem as well and have disabled related posts for now, as I haven't found a solution yet.

george-gca commented 3 months ago

It isn't. One thing that works is disabling LSI in your site (which is by default in this template). This way the default behavior of Jekyll kicks in, and it works for localized blog posts.

By default, these are the ten most recent posts.

DmitryRyumin commented 3 months ago

Thanks. Everything's great now.