diff --git a/README.md b/README.md index e343c24fc..6416df430 100644 --- a/README.md +++ b/README.md @@ -120,24 +120,7 @@ If you dont want a href attribute to be relativized (such as for making [a langu that will generate `click this static link` which is what you would normally use to create a url unmangled by invisible language relativization. -_Previous (no longer) Recommendation:_ -If you don't want aa url to be relativized, you can add a space explicitly into the href to prevent a url from being relativized by polyglot. - -For example, the following urls will be relativized: - -```html -href="http://mywebsite.com/about" -href="/about" -``` - -and the following urls will be left alone: - -```html -href=" http://mywebsite.com/about" -href=" /about" -``` - -combine with a [html minifier](https://github.com/digitalsparky/jekyll-minifier) for a polished and production ready website. --> +Combine with a [html minifier](https://github.com/digitalsparky/jekyll-minifier) for a polished and production ready website. #### Exclusive site language generation _New in 1.4.0_ @@ -152,6 +135,11 @@ lang-exclusive: ['en', 'fr'] --- ``` +#### Machine-aware site building +_New in 1.5.0_ + +Polyglot will only start builds after it confirms there is a cpu core ready to accept the build thread. This ensures that jekll will build large sites efficiently streamlining build processes instead of overloading machines with process thrash. + #### Localized site.data There are cases when `site.data` localization is required. diff --git a/jekyll-polyglot.gemspec b/jekyll-polyglot.gemspec index 716edf697..85bea07af 100644 --- a/jekyll-polyglot.gemspec +++ b/jekyll-polyglot.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'jekyll-polyglot' - s.version = '1.4.1' - s.date = '2021-04-18' + s.version = '1.5.0' + s.date = '2021-07-17' s.summary = 'I18n plugin for Jekyll Blogs' s.description = 'Fast open source i18n plugin for Jekyll blogs.' s.authors = ['Samuel Volin'] diff --git a/make.sh b/make.sh index 3ca91622e..035d974cc 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,5 @@ #! /bin/sh -VERSION="1.4.1" +VERSION="1.5.0" # this is running tests gem build jekyll-polyglot.gemspec gem install jekyll-polyglot-$VERSION.gem diff --git a/site/_config.yml b/site/_config.yml index f1e734254..174b8cfca 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -49,7 +49,7 @@ url: https://polyglot.untra.io paginate: 5 # Custom vars -version: 1.4.1 +version: 1.5.0 github: repo: https://github.com/untra/polyglot diff --git a/site/_posts/2021-07-17-polyglot-1.5.0.md b/site/_posts/2021-07-17-polyglot-1.5.0.md new file mode 100644 index 000000000..2226f66cc --- /dev/null +++ b/site/_posts/2021-07-17-polyglot-1.5.0.md @@ -0,0 +1,35 @@ +--- +layout: post +title: Polyglot 1.5.0 +lang: en +--- + +Polyglot Release for version [version 1.5.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.0), with new support for staggered builds by logical cpus. + +## Faster Staggered Builds + +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. + +## Misc Updates + +* Added Links to the github source code on every page on the site from the sidebar. +* Updated repo readme with new details about logical cpu usage. +* Polyglot continuous integration now provided by [CircleCI](https://circleci.com). +* Github user **musicmichaelc** created a jekyll theme with updates for use with [polyglot multilingual support](https://github.com/musicmichaelc/Type-on-Strap). + +## Thanks + +This release was made possible with the support of the following github users! +* [obfusk](https://github.com/obfusk) +* [eighthave](https://github.com/eighthave) +* [musicmichaelc](https://github.com/musicmichaelc) + +## Want to help? + +Has _Polyglot_ helped your website expand into new territories and markets? +Do you have a suggestion, contribution or bugfix you'd like to provide? +Want to see _this website_ translated into your native language? + +Drop [me](https://github.com/untra) a line, open a [issues](https://github.com/untra/polyglot/issues) or make a [PR](https://github.com/untra/polyglot/pulls)! All support and contributions are greatly appreciated. + + diff --git a/site/_posts/de/2021-07-17-polyglot-1.5.0.md b/site/_posts/de/2021-07-17-polyglot-1.5.0.md new file mode 100644 index 000000000..274d19979 --- /dev/null +++ b/site/_posts/de/2021-07-17-polyglot-1.5.0.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Polyglot 1.5.0 +lang: de +--- + +Polyglot-Release für Version [version 1.5.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.0), mit neuer Unterstützung für gestaffelte Builds durch logische CPU. + +## Schnellere gestaffelte Builds + +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. + +## Verschiedene Updates + +* Added Links to the github source code on every page on the site from the sidebar. +* Updated repo readme with new details about logical cpu usage. +* Polyglot continuous integration now provided by [CircleCI](https://circleci.com). +* Github user **musicmichaelc** created a jekyll theme with updates for use with [polyglot multilingual support](https://github.com/musicmichaelc/Type-on-Strap). + +## Danke! + +This release was made possible with the support of the following github users! +* [obfusk](https://github.com/obfusk) +* [eighthave](https://github.com/eighthave) +* [musicmichaelc](https://github.com/musicmichaelc) + +## Helfen wollen? + +Hat _Polyglot_ geholfen Ihre Website in neue Gebiete und Märkte expandieren? +Haben Sie einen Vorschlag, Beitrag oder Bugfix, den Sie bereitstellen möchten? +Möchten Sie _diese Website_ in Ihre Muttersprache übersetzt sehen? + +Drop [me](https://github.com/untra) a line, open a [issues](https://github.com/untra/polyglot/issues) or make a [PR](https://github.com/untra/polyglot/pulls)! + +Alle Unterstützung und Beiträge werden sehr geschätzt. + + diff --git a/site/_posts/es/2021-07-17-polyglot-1.5.0.md b/site/_posts/es/2021-07-17-polyglot-1.5.0.md new file mode 100644 index 000000000..37c05e54f --- /dev/null +++ b/site/_posts/es/2021-07-17-polyglot-1.5.0.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Polyglot 1.5.0 +lang: es +--- + +Presentación de Polyglot para la versión [version 1.5.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.0), con nuevo soporte para compilaciones escalonadas por CPU lógico. + +## Construcciones escalonadas más rápidas + +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. + +## Actualizaciones misceláneas + +* Added Links to the github source code on every page on the site from the sidebar. +* Updated repo readme with new details about logical cpu usage. +* Polyglot continuous integration now provided by [CircleCI](https://circleci.com). +* Github user **musicmichaelc** created a jekyll theme with updates for use with [polyglot multilingual support](https://github.com/musicmichaelc/Type-on-Strap). + +## Gracias + +This release was made possible with the support of the following github users! +* [obfusk](https://github.com/obfusk) +* [eighthave](https://github.com/eighthave) +* [musicmichaelc](https://github.com/musicmichaelc) + +## ¿Quiero ayudar? + +¿_Polyglot_ ha ayudado a que su sitio web se expanda a nuevos territorios y mercados? +¿Tiene alguna sugerencia, contribución o corrección de errores que le gustaría proporcionar? +¿Quiere ver _este sitio web_ traducido a su idioma nativo? + +Drop [me](https://github.com/untra) a line, open a [issues](https://github.com/untra/polyglot/issues) or make a [PR](https://github.com/untra/polyglot/pulls)! + +Se agradece mucho todo el apoyo y las contribuciones. + + diff --git a/site/_posts/fr/2021-07-17-polyglot-1.5.0.md b/site/_posts/fr/2021-07-17-polyglot-1.5.0.md new file mode 100644 index 000000000..f6d564cf0 --- /dev/null +++ b/site/_posts/fr/2021-07-17-polyglot-1.5.0.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Polyglot 1.5.0 +lang: fr +--- + +Version polyglotte pour la version [version 1.5.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.0), avec une nouvelle prise en charge des builds échelonnés par processeur logique. + +## Constructions échelonnées plus rapides + +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. + +## Mises à jour diverses + +* Added Links to the github source code on every page on the site from the sidebar. +* Updated repo readme with new details about logical cpu usage. +* Polyglot continuous integration now provided by [CircleCI](https://circleci.com). +* Github user **musicmichaelc** created a jekyll theme with updates for use with [polyglot multilingual support](https://github.com/musicmichaelc/Type-on-Strap). + +## Merci + +This release was made possible with the support of the following github users! +* [obfusk](https://github.com/obfusk) +* [eighthave](https://github.com/eighthave) +* [musicmichaelc](https://github.com/musicmichaelc) + +## Vouloir aider? + +_Polyglot_ a-t-il aidé votre site Web à se développer sur de nouveaux territoires et marchés ? +Avez-vous une suggestion, une contribution ou une correction de bogue que vous aimeriez fournir ? +Vous voulez voir _ce site Web_ traduit dans votre langue maternelle ? + +Drop [me](https://github.com/untra) a line, open a [issues](https://github.com/untra/polyglot/issues) or make a [PR](https://github.com/untra/polyglot/pulls)! + +Tout le soutien et les contributions sont grandement appréciés. + + diff --git a/site/_posts/ru/2021-07-17-polyglot-1.5.0.md b/site/_posts/ru/2021-07-17-polyglot-1.5.0.md new file mode 100644 index 000000000..b4556f08d --- /dev/null +++ b/site/_posts/ru/2021-07-17-polyglot-1.5.0.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Polyglot 1.5.0 +lang: ru +--- + +Полиглот Релиз для версии [version 1.5.0](https://rubygems.org/gems/jekyll-polyglot/versions/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. + +## Разные обновления + +* Added Links to the github source code on every page on the site from the sidebar. +* Updated repo readme with new details about logical cpu usage. +* Polyglot continuous integration now provided by [CircleCI](https://circleci.com). +* Github user **musicmichaelc** created a jekyll theme with updates for use with [polyglot multilingual support](https://github.com/musicmichaelc/Type-on-Strap). + +## Спасибо + +This release was made possible with the support of the following github users! +* [obfusk](https://github.com/obfusk) +* [eighthave](https://github.com/eighthave) +* [musicmichaelc](https://github.com/musicmichaelc) + +## Хотеть помочь? + +Помогло ли _Polyglot_ расширить ваш веб-сайт на новые территории и рынки? +У вас есть предложения, предложения или исправления, которые вы хотели бы внести? +Хотите, чтобы _этот веб-сайт_ был переведен на ваш родной язык? + +Drop [me](https://github.com/untra) a line, open a [issues](https://github.com/untra/polyglot/issues) or make a [PR](https://github.com/untra/polyglot/pulls)! + +Мы очень ценим любую поддержку и вклад. + + diff --git a/site/_site/2012/02/06/whats-jekyll/index.html b/site/_site/2012/02/06/whats-jekyll/index.html index 3956a0853..af104ed5a 100644 --- a/site/_site/2012/02/06/whats-jekyll/index.html +++ b/site/_site/2012/02/06/whats-jekyll/index.html @@ -103,10 +103,11 @@

Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

© 2021 Samuel Volin
MIT Licensed

+

© 2021 Samuel Volin
MIT Licensed

@@ -147,27 +148,27 @@

Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2013/12/28/introducing-hyde/index.html b/site/_site/2013/12/28/introducing-hyde/index.html index 0a90e6b54..cf9ac114c 100644 --- a/site/_site/2013/12/28/introducing-hyde/index.html +++ b/site/_site/2013/12/28/introducing-hyde/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -174,27 +175,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2015/09/19/presenting-polyglot/index.html b/site/_site/2015/09/19/presenting-polyglot/index.html index 2763e0bb6..01a0a649c 100644 --- a/site/_site/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/2015/09/19/presenting-polyglot/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -188,27 +189,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2015/11/14/polyglot-version-1-1/index.html b/site/_site/2015/11/14/polyglot-version-1-1/index.html index 9f71caf2d..e29a9ec81 100644 --- a/site/_site/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/2015/11/14/polyglot-version-1-1/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -142,27 +143,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/2016/04/20/Polyglot-1.2.0/index.html index 52141d1e2..f8c5fae41 100644 --- a/site/_site/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/2016/04/20/Polyglot-1.2.0/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -164,27 +165,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/2016/12/16/Polyglot-1.2.4/index.html index e5c52846b..707136696 100644 --- a/site/_site/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/2016/12/16/Polyglot-1.2.4/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -165,27 +166,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/2017/07/23/Polyglot-1.3.0/index.html index e625c5517..f14672d46 100644 --- a/site/_site/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/2017/07/23/Polyglot-1.3.0/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -159,27 +160,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2020/04/29/polyglot-1.3.2/index.html b/site/_site/2020/04/29/polyglot-1.3.2/index.html index 356f9bd22..95675765e 100644 --- a/site/_site/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/2020/04/29/polyglot-1.3.2/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -154,27 +155,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2020/07/19/polyglot-1.3.3/index.html b/site/_site/2020/07/19/polyglot-1.3.3/index.html index dbe1ecdc5..c19ad935e 100644 --- a/site/_site/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/2020/07/19/polyglot-1.3.3/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -146,27 +147,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.2 - 29 Apr 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/2021/02/07/polyglot-1.4.0/index.html b/site/_site/2021/02/07/polyglot-1.4.0/index.html index d061330a2..44c79fce5 100644 --- a/site/_site/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/2021/02/07/polyglot-1.4.0/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -165,27 +166,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.2 - 29 Apr 2020 + + Polyglot 1.3.3 + 19 Jul 2020

  • diff --git a/site/_site/2021/04/18/polyglot-1.4.1/index.html b/site/_site/2021/04/18/polyglot-1.4.1/index.html index 9beb3c218..c2bbe121e 100644 --- a/site/_site/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/2021/04/18/polyglot-1.4.1/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -151,27 +152,27 @@

    Related Posts

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • - - Polyglot 1.3.2 - 29 Apr 2020 + + Polyglot 1.3.3 + 19 Jul 2020

  • diff --git a/site/_site/2021/07/17/polyglot-1.5.0/index.html b/site/_site/2021/07/17/polyglot-1.5.0/index.html new file mode 100644 index 000000000..5823b77ed --- /dev/null +++ b/site/_site/2021/07/17/polyglot-1.5.0/index.html @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + Polyglot 1.5.0 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +

    Polyglot 1.5.0

    + +

    Polyglot Release for version version 1.5.0, with new support for staggered builds by logical cpus.

    + +

    Faster Staggered Builds

    + +

    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.

    + +

    Misc Updates

    + + + +

    Thanks

    + +

    This release was made possible with the support of the following github users!

    + + +

    Want to help?

    + +

    Has Polyglot helped your website expand into new territories and markets? +Do you have a suggestion, contribution or bugfix you’d like to provide? +Want to see this website translated into your native language?

    + +

    Drop me a line, open a issues or make a PR! All support and contributions are greatly appreciated.

    + + +
    + + + +
    + + + + diff --git a/site/_site/a-really-long/permalink/index.html b/site/_site/a-really-long/permalink/index.html index 3d26d1617..0f360adfb 100644 --- a/site/_site/a-really-long/permalink/index.html +++ b/site/_site/a-really-long/permalink/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    diff --git a/site/_site/about/index.html b/site/_site/about/index.html index 08e64c344..d2a00eb52 100644 --- a/site/_site/about/index.html +++ b/site/_site/about/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    diff --git a/site/_site/de/2012/02/06/whats-jekyll/index.html b/site/_site/de/2012/02/06/whats-jekyll/index.html index d7fa7e16e..93596eff1 100644 --- a/site/_site/de/2012/02/06/whats-jekyll/index.html +++ b/site/_site/de/2012/02/06/whats-jekyll/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -147,27 +148,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2013/12/28/introducing-hyde/index.html b/site/_site/de/2013/12/28/introducing-hyde/index.html index e5c012aef..cce80069a 100644 --- a/site/_site/de/2013/12/28/introducing-hyde/index.html +++ b/site/_site/de/2013/12/28/introducing-hyde/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -174,27 +175,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2015/09/19/presenting-polyglot/index.html b/site/_site/de/2015/09/19/presenting-polyglot/index.html index 8bdce73b1..407114879 100644 --- a/site/_site/de/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/de/2015/09/19/presenting-polyglot/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -188,27 +189,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2015/11/14/polyglot-version-1-1/index.html b/site/_site/de/2015/11/14/polyglot-version-1-1/index.html index a184ecb78..9349f93bd 100644 --- a/site/_site/de/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/de/2015/11/14/polyglot-version-1-1/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -142,27 +143,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html index f125b3232..24ecbd533 100644 --- a/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -164,27 +165,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html index a34d75046..e45d7fe36 100644 --- a/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -165,27 +166,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html index b0cd201db..417b993bd 100644 --- a/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -159,27 +160,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2020/04/29/polyglot-1.3.2/index.html b/site/_site/de/2020/04/29/polyglot-1.3.2/index.html index 81157bbdb..8aa43af6f 100644 --- a/site/_site/de/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/de/2020/04/29/polyglot-1.3.2/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -154,27 +155,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2020/07/19/polyglot-1.3.3/index.html b/site/_site/de/2020/07/19/polyglot-1.3.3/index.html index 26d764135..2fe5f0d6b 100644 --- a/site/_site/de/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/de/2020/07/19/polyglot-1.3.3/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -146,27 +147,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.2 - 29 Apr 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • diff --git a/site/_site/de/2021/02/07/polyglot-1.4.0/index.html b/site/_site/de/2021/02/07/polyglot-1.4.0/index.html index ed2580e08..8395a3943 100644 --- a/site/_site/de/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/de/2021/02/07/polyglot-1.4.0/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -165,27 +166,27 @@

    Related Posts

  • - - Polyglot 1.4.1 - 18 Apr 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.1 + 18 Apr 2021

  • - - Polyglot 1.3.2 - 29 Apr 2020 + + Polyglot 1.3.3 + 19 Jul 2020

  • diff --git a/site/_site/de/2021/04/18/polyglot-1.4.1/index.html b/site/_site/de/2021/04/18/polyglot-1.4.1/index.html index 5e7a7336e..bacf756b4 100644 --- a/site/_site/de/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/de/2021/04/18/polyglot-1.4.1/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -151,27 +152,27 @@

    Related Posts

  • - - Polyglot 1.4.0 - 07 Feb 2021 + + Polyglot 1.5.0 + 17 Jul 2021

  • - - Polyglot 1.3.3 - 19 Jul 2020 + + Polyglot 1.4.0 + 07 Feb 2021

  • - - Polyglot 1.3.2 - 29 Apr 2020 + + Polyglot 1.3.3 + 19 Jul 2020

  • diff --git a/site/_site/de/2021/07/17/polyglot-1.5.0/index.html b/site/_site/de/2021/07/17/polyglot-1.5.0/index.html new file mode 100644 index 000000000..83d0065cd --- /dev/null +++ b/site/_site/de/2021/07/17/polyglot-1.5.0/index.html @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + Polyglot 1.5.0 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +

    Polyglot 1.5.0

    + +

    Polyglot-Release für Version version 1.5.0, mit neuer Unterstützung für gestaffelte Builds durch logische CPU.

    + +

    Schnellere gestaffelte Builds

    + +

    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.

    + +

    Verschiedene Updates

    + + + +

    Danke!

    + +

    This release was made possible with the support of the following github users!

    + + +

    Helfen wollen?

    + +

    Hat Polyglot geholfen Ihre Website in neue Gebiete und Märkte expandieren? +Haben Sie einen Vorschlag, Beitrag oder Bugfix, den Sie bereitstellen möchten? +Möchten Sie diese Website in Ihre Muttersprache übersetzt sehen?

    + +

    Drop me a line, open a issues or make a PR!

    + +

    Alle Unterstützung und Beiträge werden sehr geschätzt.

    + + +
    + + + +
    + + + + diff --git a/site/_site/de/a-really-long/permalink/index.html b/site/_site/de/a-really-long/permalink/index.html index f24bc34a2..3c4ee9893 100644 --- a/site/_site/de/a-really-long/permalink/index.html +++ b/site/_site/de/a-really-long/permalink/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    diff --git a/site/_site/de/about/index.html b/site/_site/de/about/index.html index 717af3870..5ccc8224d 100644 --- a/site/_site/de/about/index.html +++ b/site/_site/de/about/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    diff --git a/site/_site/de/index.html b/site/_site/de/index.html index 747ffbb09..05ea3c422 100644 --- a/site/_site/de/index.html +++ b/site/_site/de/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -128,6 +129,52 @@

    +
    +

    + + Polyglot 1.5.0 + +

    + + + +

    Polyglot-Release für Version version 1.5.0, mit neuer Unterstützung für gestaffelte Builds durch logische CPU.

    + +

    Schnellere gestaffelte Builds

    + +

    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.

    + +

    Verschiedene Updates

    + +
      +
    • Added Links to the github source code on every page on the site from the sidebar.
    • +
    • Updated repo readme with new details about logical cpu usage.
    • +
    • Polyglot continuous integration now provided by CircleCI.
    • +
    • Github user musicmichaelc created a jekyll theme with updates for use with polyglot multilingual support.
    • +
    + +

    Danke!

    + +

    This release was made possible with the support of the following github users!

    + + +

    Helfen wollen?

    + +

    Hat Polyglot geholfen Ihre Website in neue Gebiete und Märkte expandieren? +Haben Sie einen Vorschlag, Beitrag oder Bugfix, den Sie bereitstellen möchten? +Möchten Sie diese Website in Ihre Muttersprache übersetzt sehen?

    + +

    Drop me a line, open a issues or make a PR!

    + +

    Alle Unterstützung und Beiträge werden sehr geschätzt.

    + + +
    +

    @@ -240,39 +287,6 @@

    relative and ab

    -
    -

    - - Polyglot 1.3.0 - -

    - - - -

    Eine neue Version von Polyglot wurde veröffentlicht! Versuche es!

    - -
    gem install jekyll-polyglot
    - -

    Diese Freigabe wurde mit der Unterstützung der folgenden github Benutzer ermöglicht:

    - - -

    Rekursiv verschmelzen sprachspezifisch site.data

    -

    Sprachspezifische Inhalte, die in Ihrem site.data-Verzeichnis definiert sind, werden nun rekursiv zusammengeführt, so dass active_lang inhalt bekommt Vorrang vor default_lang inhalt, bekommt Vorrang vor kein sprachinhalt. (#59)

    - -

    Baue nicht zugewiesene Dateien an default_lang standort root

    -

    Wenn das default_lang nicht in den languages definiert ist, stellt dies sicher, dass nicht zugewiesene Dateien (wie die von der Lokalisierung ausgeschlossenen) noch nicht auf den Standort root geschrieben werden. (#65)

    - -

    Leistungsverbesserungen und Korrekturen für i18n_headers tag

    -

    Die Dokumentenverarbeitung ist jetzt schneller und es wurden Korrekturen an der i18n_headers vorgenommen, wenn die Site.url definiert ist. (#67)

    - -

    Benutzerdefinierte tasten für active_lang site-nutzlast

    -

    Damit können benutzerdefinierte Schlüssel mit dem active_lang definiert werden, was die Interoperabilität zwischen polyglot und anderen Plugins und Themen ermöglicht. (#68)

    - -
    -
    -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    diff --git a/site/_site/fr/index.html b/site/_site/fr/index.html index 75ffe7094..28e6ad530 100644 --- a/site/_site/fr/index.html +++ b/site/_site/fr/index.html @@ -48,7 +48,7 @@

    Polyglot

    -

    Un plugin de support de i18n pour Jekyll qui fait support de l'internationalisation rapide et intuitive, pour les blogs grands et petits. Réalisé par @untra.

    +

    Un plugin de support de i18n pour Jekyll qui fait support de l'internationalisation rapide et intuitive, pour tous les blogs. Réalisé par @untra.

    -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -128,6 +129,52 @@

    +
    +

    + + Polyglot 1.5.0 + +

    + + + +

    Version polyglotte pour la version version 1.5.0, avec une nouvelle prise en charge des builds échelonnés par processeur logique.

    + +

    Constructions échelonnées plus rapides

    + +

    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.

    + +

    Mises à jour diverses

    + +
      +
    • Added Links to the github source code on every page on the site from the sidebar.
    • +
    • Updated repo readme with new details about logical cpu usage.
    • +
    • Polyglot continuous integration now provided by CircleCI.
    • +
    • Github user musicmichaelc created a jekyll theme with updates for use with polyglot multilingual support.
    • +
    + +

    Merci

    + +

    This release was made possible with the support of the following github users!

    + + +

    Vouloir aider?

    + +

    Polyglot a-t-il aidé votre site Web à se développer sur de nouveaux territoires et marchés ? +Avez-vous une suggestion, une contribution ou une correction de bogue que vous aimeriez fournir ? +Vous voulez voir ce site Web traduit dans votre langue maternelle ?

    + +

    Drop me a line, open a issues or make a PR!

    + +

    Tout le soutien et les contributions sont grandement appréciés.

    + + +
    +

    @@ -240,39 +287,6 @@

    relative and ab

    -
    -

    - - Polyglot 1.3.0 - -

    - - - -

    Une nouvelle version de Polyglot a été lancée! Essaie!

    - -
    gem install jekyll-polyglot
    - -

    Cette version a été rendue possible avec le soutien des utilisateurs suivants de github:

    - - -

    Fusion récursive spécifique à la langue site.data

    -

    Le contenu spécifique au langage défini dans votre répertoire site.data sera désormais fusionné récursivement, de sorte que active_lang contenu obtient la priorité sur default_lang contenu, obtient la priorité sur aucun contenu de langue. (#59)

    - -

    Créez toujours des fichiers non affectés default_lang la racine du site

    -

    Si le default_lang n’est pas défini dans les languages, cela garantit que les fichiers non assignés aux langues (tels que ceux exclus de la localisation) sont toujours écrits sur la racine du site. (#65)

    - -

    Améliorations et corrections de performances pour i18n_headers tag

    -

    Le traitement des documents est maintenant plus rapide, et des correctifs ont été effectués sur i18n_headers pour quand le site.url est défini. (#67)

    - -

    Touches personnalisées pour active_lang charge du site

    -

    Cela permet de définir des clés personnalisées avec active_lang, ce qui donne une interopérabilité entre les polyglottes et d’autres plugins et thèmes. (#68)

    - -
    -
    -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -128,6 +129,39 @@

    +
    +

    + + Polyglot 1.3.0 + +

    + + + +

    Une nouvelle version de Polyglot a été lancée! Essaie!

    + +
    gem install jekyll-polyglot
    + +

    Cette version a été rendue possible avec le soutien des utilisateurs suivants de github:

    + + +

    Fusion récursive spécifique à la langue site.data

    +

    Le contenu spécifique au langage défini dans votre répertoire site.data sera désormais fusionné récursivement, de sorte que active_lang contenu obtient la priorité sur default_lang contenu, obtient la priorité sur aucun contenu de langue. (#59)

    + +

    Créez toujours des fichiers non affectés default_lang la racine du site

    +

    Si le default_lang n’est pas défini dans les languages, cela garantit que les fichiers non assignés aux langues (tels que ceux exclus de la localisation) sont toujours écrits sur la racine du site. (#65)

    + +

    Améliorations et corrections de performances pour i18n_headers tag

    +

    Le traitement des documents est maintenant plus rapide, et des correctifs ont été effectués sur i18n_headers pour quand le site.url est défini. (#67)

    + +

    Touches personnalisées pour active_lang charge du site

    +

    Cela permet de définir des clés personnalisées avec active_lang, ce qui donne une interopérabilité entre les polyglottes et d’autres plugins et thèmes. (#68)

    + +
    +

    @@ -283,54 +317,6 @@

    Télécharger

    -
    -

    - - Introducing Hyde - -

    - - - -

    Hyde is a brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. It’s based on Poole, the Jekyll butler.

    - -

    Built on Poole

    - -

    Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by @mdo. Poole, and every theme built on it (like Hyde here) includes the following:

    - -
      -
    • Complete Jekyll setup included (layouts, config, 404, RSS feed, posts, and example page)
    • -
    • Mobile friendly design and development
    • -
    • Easily scalable text and component sizing with rem units in the CSS
    • -
    • Support for a wide gamut of HTML elements
    • -
    • Related posts (time-based, because Jekyll) below each post
    • -
    • Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)
    • -
    - -

    Hyde features

    - -

    In addition to the features of Poole, Hyde adds the following:

    - -
      -
    • Sidebar includes support for textual modules and a dynamically generated navigation with active link support
    • -
    • Two orientations for content and sidebar, default (left sidebar) and reverse (right sidebar), available via <body> classes
    • -
    • Eight optional color schemes, available via <body> classes
    • -
    - -

    Head to the readme to learn more.

    - -

    Browser support

    - -

    Hyde is by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.

    - -

    Download

    - -

    Hyde is developed on and hosted with GitHub. Head to the GitHub repository for downloads, bug reports, and features requests.

    - -

    Thanks!

    - -
    -
    -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -128,6 +129,54 @@

    +
    +

    + + Introducing Hyde + +

    + + + +

    Hyde is a brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. It’s based on Poole, the Jekyll butler.

    + +

    Built on Poole

    + +

    Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by @mdo. Poole, and every theme built on it (like Hyde here) includes the following:

    + +
      +
    • Complete Jekyll setup included (layouts, config, 404, RSS feed, posts, and example page)
    • +
    • Mobile friendly design and development
    • +
    • Easily scalable text and component sizing with rem units in the CSS
    • +
    • Support for a wide gamut of HTML elements
    • +
    • Related posts (time-based, because Jekyll) below each post
    • +
    • Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)
    • +
    + +

    Hyde features

    + +

    In addition to the features of Poole, Hyde adds the following:

    + +
      +
    • Sidebar includes support for textual modules and a dynamically generated navigation with active link support
    • +
    • Two orientations for content and sidebar, default (left sidebar) and reverse (right sidebar), available via <body> classes
    • +
    • Eight optional color schemes, available via <body> classes
    • +
    + +

    Head to the readme to learn more.

    + +

    Browser support

    + +

    Hyde is by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.

    + +

    Download

    + +

    Hyde is developed on and hosted with GitHub. Head to the GitHub repository for downloads, bug reports, and features requests.

    + +

    Thanks!

    + +
    +

    diff --git a/site/_site/fr/sample/index.html b/site/_site/fr/sample/index.html index 0d1d06984..b49b49e07 100644 --- a/site/_site/fr/sample/index.html +++ b/site/_site/fr/sample/index.html @@ -48,7 +48,7 @@

    Polyglot

    -

    Un plugin de support de i18n pour Jekyll qui fait support de l'internationalisation rapide et intuitive, pour les blogs grands et petits. Réalisé par @untra.

    +

    Un plugin de support de i18n pour Jekyll qui fait support de l'internationalisation rapide et intuitive, pour tous les blogs. Réalisé par @untra.

    -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    diff --git a/site/_site/fr/seo/index.html b/site/_site/fr/seo/index.html index 58192e660..ae2699af6 100644 --- a/site/_site/fr/seo/index.html +++ b/site/_site/fr/seo/index.html @@ -48,7 +48,7 @@

    Polyglot

    -

    Un plugin de support de i18n pour Jekyll qui fait support de l'internationalisation rapide et intuitive, pour les blogs grands et petits. Réalisé par @untra.

    +

    Un plugin de support de i18n pour Jekyll qui fait support de l'internationalisation rapide et intuitive, pour tous les blogs. Réalisé par @untra.

    -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    diff --git a/site/_site/index.html b/site/_site/index.html index e7b7439e6..65c7648fe 100644 --- a/site/_site/index.html +++ b/site/_site/index.html @@ -103,10 +103,11 @@

    Ruby Gem GitHub project - Currently v1.4.1 + view this page source on github + Currently v1.5.0 -

    © 2021 Samuel Volin
    MIT Licensed

    +

    © 2021 Samuel Volin
    MIT Licensed

    @@ -128,6 +129,50 @@

    +
    +

    + + Polyglot 1.5.0 + +

    + + + +

    Polyglot Release for version version 1.5.0, with new support for staggered builds by logical cpus.

    + +

    Faster Staggered Builds

    + +

    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.

    + +

    Misc Updates

    + +
      +
    • Added Links to the github source code on every page on the site from the sidebar.
    • +
    • Updated repo readme with new details about logical cpu usage.
    • +
    • Polyglot continuous integration now provided by CircleCI.
    • +
    • Github user musicmichaelc created a jekyll theme with updates for use with polyglot multilingual support.
    • +
    + +

    Thanks

    + +

    This release was made possible with the support of the following github users!

    + + +

    Want to help?

    + +

    Has Polyglot helped your website expand into new territories and markets? +Do you have a suggestion, contribution or bugfix you’d like to provide? +Want to see this website translated into your native language?

    + +

    Drop me a line, open a issues or make a PR! All support and contributions are greatly appreciated.

    + + +
    +

    @@ -240,39 +285,6 @@

    relative and ab

    -
    -

    - - Polyglot 1.3.0 - -

    - - - -

    A new version of Polyglot has been released! Give it a try!

    - -
    gem install jekyll-polyglot
    - -

    This release was made possible with the support of the following github users:

    - - -

    Recursively merge language specific site.data

    -

    Language specific content defined in your site.data directory will now be recursively merged together, so that active_lang content gets precedence over default_lang content, gets precedence over language non-specific content. (#59)

    - -

    Still build unassigned files to the default_lang site root

    -

    If the default_lang is not defined in the languages, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (#65)

    - -

    Performance improvements and fixes for i18n_headers tag

    -

    Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (#67)

    - -

    Custom keys for active_lang site payload

    -

    This allows custom keys to be defined with the active_lang, giving interoperability between polyglot and other plugins and themes. (#68)

    - -
    -