-
Polyglot 1.8.0 - Community Contributions Release
+
Polyglot 1.8.0 - Community-Beiträge-Veröffentlichung
17 Mar 2024
-
Get excited for Jekyll-Polyglot 1.8.0, which has a few feature improvements and recognizes community documentation and contributions!
+
Freuen Sie sich auf Jekyll-Polyglot 1.8.0, das einige Funktionsverbesserungen bietet und Beiträge und Dokumentationen der Community anerkennt!
-
language specific permalinks
+
Sprachspezifische Permalinks
-
One new feature is to give pages language specific permalinks and to retain their association to other relative pages. This new feature is again improved by antoniovazquezblanco, who is a gentleman and a scholar.
+
Eine neue Funktion besteht darin, Seiten sprachspezifische Permalinks zu geben und ihre Verknüpfung mit anderen relativen Seiten beizubehalten. Diese neue Funktion wurde erneut von antoniovazquezblanco verbessert antoniovazquezblanco, ein wahrer Gentleman und Gelehrter.
-
sitemap generation & i18n SEO
+
Sitemap-Generierung & Mehrsprachiges SEO
-
This release also recognizes the quality sitemap.xml and robots.txt solution provided by jerturowetz. This website now demonstrates and captures more SEO power by using these to be crawlable as a static jekyll website by search providers. See the example website files here.
+
Diese Version erkennt außerdem die Qualität sitemap.xml und robots.txt solution provided by jerturowetz. Diese Website demonstriert und nutzt jetzt mehr SEO-Leistung, indem sie diese Einstellungen verwendet, um von Suchmaschinen als statische Jekyll-Website gecrawlt werden zu können. Sehen Sie sich die Beispiel-Website-Dateien hier.
jekyll :polyglot :post_write hook
-
Github user obfusk contributed a tiny PR a few years back:
+
Github-Benutzer obfusk hat vor einigen Jahren PR einen winzigen Beitrag geleistet a:
-
With polyglot :site, :post_write
like these run for each child processes:
+
Mit polyglot :site, :post_write
diese Funktion wird einmal pro untergeordnetem Prozess ausgeführt:
Jekyll::Hooks.register :site, :post_write do |site|
...
end
-
This release adds a custom :post_write
hook that runs exactly once, after all languages been processed (whether or not parallel_localization
is used):
+
Diese Version fügt einen benutzerdefinierten Hook :post_write
hinzu, der genau einmal ausgeführt wird, nachdem alle Sprachen verarbeitet wurden (ob parallel_localization
verwendet wird):
Jekyll::Hooks.register :polyglot, :post_write do |site|
- # do something amazing here!
+ # Mach hier etwas Großartiges!
end
-
This feature is helpful for complex jekyll static sites that make additional use of jekyll hook plugins.
+
Diese Funktion ist hilfreich für komplexe statische Jekyll-Websites, die zusätzlich genutzt werden jekyll hook plugins.
-
She also contributed a fix for additional logging when language subprocesses crash. Thanks for this contribution!
+
Sie hat außerdem einen Fix für zusätzliche Protokollierung bei Abstürzen von Sprach-Subprozessen. Vielen Dank für diesen Beitrag!
-
localized variables and portuguese translation.
+
Lokalisierte Variablen und portugiesische Übersetzung
-
george-gca is a talented and awesome guy, contributing an entire blogpost on how best to localize rich text from site data. He also provided a site brazilian translation.
+
george-gca ist ein talentierter und großartiger Kerl, Er hat einen ganzen Blogbeitrag beigesteuert zum Thema, wie man Rich Text aus Website-Daten am besten lokalisiert. Er hat außerdem die Brasilianische Portugiesisch Website-Übersetzung.
diff --git a/de/2024/08/18/polyglot-1.8.1/index.html b/de/2024/08/18/polyglot-1.8.1/index.html
new file mode 100644
index 000000000..30945953b
--- /dev/null
+++ b/de/2024/08/18/polyglot-1.8.1/index.html
@@ -0,0 +1,238 @@
+
+
+
+
+
+
+
Polyglot 1.8.1 - Community Bug Fixes Release
+
18 Aug 2024
+
Jekyll-Polyglot 1.8.1 has been released, which has a few feature improvements and recognizes community found bugs and provided fixes.
+
+
+
+
hacketiwack provided a stricter check for setting a doc permalink, preventing downstream problems with empty frontmatter fields.
+
+
Github user blackpill submitted a one character bugfix for the i18n headers tag when rendering the default language link alternative href.
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/de/about/index.html b/de/about/index.html
index 337965a7c..b67e51437 100644
--- a/de/about/index.html
+++ b/de/about/index.html
@@ -7,7 +7,7 @@
diff --git a/de/eine-wirklich-lange/permalink/index.html b/de/eine-wirklich-lange/permalink/index.html
index 02b9f83f2..4070195d2 100644
--- a/de/eine-wirklich-lange/permalink/index.html
+++ b/de/eine-wirklich-lange/permalink/index.html
@@ -7,7 +7,7 @@
diff --git a/de/index.html b/de/index.html
index 36fe89b30..76828a1f9 100644
--- a/de/index.html
+++ b/de/index.html
@@ -7,7 +7,7 @@