Dutch Site Support
15 Jan 2022Thanks to github user @PanderMusubi the site now supports nl
dutch! Bedankt!
Thanks to github user @PanderMusubi the site now supports nl
dutch! Bedankt!
Полиглот Релиз для версии version 1.5.0, с новой поддержкой поэтапной сборки по логическому процессору..
This release modifies polyglot to start builds only after it confirms there is a cpu core ready to receive the build thread. This makes jekyll site builds run much faster on machines building more languages than with logical cpus ready to process the builds, preventing machine thrash and streamlining builds for large sites.
This release was made possible with the support of the following github users!
Помогло ли Polyglot расширить ваш веб-сайт на новые территории и рынки? У вас есть предложения, предложения или исправления, которые вы хотели бы внести? Хотите, чтобы этот веб-сайт был переведен на ваш родной язык?
Drop me a line, open a issues or make a PR!
Мы очень ценим любую поддержку и вклад.
Выпуск бонусного патча Polyglot version 1.4.1 теперь доступно!
Последствия очистки привели к небольшому исправлению и некоторым тестам.
Добавлены русскоязычные страницы сайта! Ура, друзья!
Я ищу добровольцев, которые хотели бы увидеть Jekyll-Polyglot homepage представлены на вашем родном языке! Если вы найдете это программное обеспечение полезным и хотите, чтобы ваш язык был представлен на нем, просто свяжитесь с github issues.
Polyglot version 1.4.0 is out!
gem install jekyll-polyglot
href
This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.
Jekyll-Polyglot is fairly greedy and naive in it’s relativization, and so if you want a url that is explicitly static (such as for making a language switcher, hint hint), this liquid tag will help you construct that unmangled href=”…” tag in anchor elements.
Polyglot 1.4.0 adds support for lang-exclusive: [ ]
frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.
---
lang-exclusive: ['ru']
---
This is a way to control which languages may see a document, even if that document may not have an equivalent in the default language site.
The {% static_href %} tag is also available as {% Static_Href %} , and the existing {% I18n_Headers %} tag now can be called as {% i18n_headers %}
I am looking for any volunteers that would like to see the Jekyll-Polyglot homepage represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the github issues.
Polyglot version 1.3.3 is out! It includes a minor fix for when running jekyll serve --incremental
with polyglot installed on a fresh build.
gem install jekyll-polyglot
This release was made possible with the support of the following github user!