diff --git a/site/_config.yml b/site/_config.yml index 669b3bbdf..e3b7bfbad 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -34,6 +34,7 @@ hello: nl: Hallo! he: "שלום!" ko: 안녕하세요! + zh-CN: 你好! plugins: [jekyll-polyglot, jekyll-paginate] # Permalinks @@ -45,6 +46,7 @@ exclude: ['LICENSE.md', 'README.md', 'publi.sh', 'Gemfile.lock', 'Gemfile'] title: Polyglot tagline: 'Straightforward I18n for Jekyll Blogs' description: + zh-CN: 一款为 Jekyll 提供 i18n 多语言功能的插件,方便快捷,适用于各类大小博客。@untra 出品。 ko: @untra가 만든, 크고 작은 블로그 모두가 빠르고 직관적인 다국어 지원을 가능케 하는 i18n 지원 Jekyll 플러그인. he: תוסף תמיכה ב-i18n עבור Jekyll שהופך את התמיכה מרובת שפות למהירה ואינטואיטיבית, עבור בלוגים גדולים וקטנים. תוצרת @untra. nl: Een plug-in voor internationlisering van Jekyll die meertalige ondersteuning snel en intuïtief maakt, voor blogs groot en klein. Gemaakt door @untra. @@ -66,6 +68,7 @@ github: repo: https://github.com/untra/polyglot #Polyglot -languages: ["en", "es", "de", "fr", "ru", "nl", "he", "ko"] +languages: ["en", "es", "de", "fr", "ru", "nl", "he", "ko", "zh-CN"] default_lang: "en" exclude_from_localization: ["javascript", "images", "css", "public"] +parallel_localization: false diff --git a/site/_data/zh-CN/sample.yml b/site/_data/zh-CN/sample.yml new file mode 100644 index 000000000..e3f6c587e --- /dev/null +++ b/site/_data/zh-CN/sample.yml @@ -0,0 +1,5 @@ +1: "你好,欢迎来到示例页面" +2: "请您欣赏本页" +3: "本页面由 _data 目录下的一个 .yml 文件生成" +4: "HTML 标签依然保留" +5: '而链接则会被相对化' diff --git a/site/_posts/zh-CN/2012-02-06-whats-jekyll.md b/site/_posts/zh-CN/2012-02-06-whats-jekyll.md new file mode 100644 index 000000000..f9ac52f4d --- /dev/null +++ b/site/_posts/zh-CN/2012-02-06-whats-jekyll.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Jekyll 是什么? +lang: zh-CN +--- + +[Jekyll](http://jekyllrb.com) 是一款静态网站生成器,同时还是一款开源工具,可用于创建适用于各种形式及尺寸的简单却强大的网站。根据[Jekyll 的官方项目说明](https://github.com/mojombo/jekyll/blob/master/README.markdown): + + > Jekyll 是一个简单、具备博客功能的静态网站生成器。Jekyll 接收你的内容,渲染 Markdown 和 Liquid 模板,生成一个完整的静态网站,可以通过Apache、Nginx 或其他 Web 服务器进行提供服务。Jekyll 同时还是 GitHub Pages 背后所采用的引擎,你可以使用它来从你的 GitHub 代码仓库直接托管网站。 + +它是一款非常有用的工具,我们非常推荐您使用 Hyde 主题部署 Jekyll。 + +若想了解更多,请[查看项目的 GitHub 页面](https://github.com/mojombo/jekyll)。 diff --git a/site/_posts/zh-CN/2013-12-28-introducing-hyde.md b/site/_posts/zh-CN/2013-12-28-introducing-hyde.md new file mode 100644 index 000000000..d6fa01fb8 --- /dev/null +++ b/site/_posts/zh-CN/2013-12-28-introducing-hyde.md @@ -0,0 +1,38 @@ +--- +layout: post +title: Hyde 介绍 +lang: zh-CN +--- + +Hyde 是一款大胆的双栏 [Jekyll](http://jekyllrb.com) 主题。其采用了突出的侧边栏和简洁的内容的结合。Hyde 基于 Jekyll 的管家 [Poole](http://getpoole.com) 构建。 + +### 基于 Poole 构建 + +Poole 是 Jekyll 的管家,是 [@mdo](https://twitter.com/mdo) 开发的用于提供可靠且高效的 Jekyll 主题开发模板。Poole 以及所有基于它构建的 Jekyll 主题(正如本网站正在使用的 Hyde)均包含如下内容: + +* 完整的 Jekyll 安装所需内容(版式、配置、[404](/404)、[RSS feed](/atom.xml)、文章,以及[示例页面](/about))。 +* 对手机显示友好的界面和开发。 +* 使用 CSS 中的 `rem` 单位轻松可伸缩的文本和组件大小。 +* 支持多种多样的 HTML 标签。 +* 每篇文章下方有相关文章(Jekyll 实现的基于时间的排序)。 +* 语法高亮功能,感谢 Pygments(基于 Python 的代码片段高亮器) + +### Hyde 的特性 + +除了 Poole 已有的特性外,Hyde 的特性还包括: + +* 侧边栏支持文本模块和动态生成的导航菜单,包括活动链接的支持。 +* Two orientations for content and sidebar, default (left sidebar) and [reverse](https://github.com/poole/lanyon#reverse-layout) (right sidebar), available via `` classes +* 使用 `` 选择[八种可选配色主题](https://github.com/poole/hyde#themes)。 + +[请阅读文档](https://github.com/poole/hyde#readme)了解更多。 + +### 浏览器支持 + +Hyde 是一个面向未来的项目。除了最新版本的 Chrome、Safari(移动和桌面版)和 Firefox 之外,它仅与 Internet Explorer 9 及更高版本兼容。 + +### 下载 + +Hyde 代码托管在 GitHub 上,供大家开发。请前往 GitHub 代码库进行下载、汇报问题,以及特性提交。 + +谢谢使用! diff --git a/site/_posts/zh-CN/2015-11-14-polyglot-version-1-1.md b/site/_posts/zh-CN/2015-11-14-polyglot-version-1-1.md new file mode 100644 index 000000000..a441afd9f --- /dev/null +++ b/site/_posts/zh-CN/2015-11-14-polyglot-version-1-1.md @@ -0,0 +1,11 @@ +--- +layout: post +title: Polyglot 版本 1.1.0 +lang: zh-CN +--- + +Polyglot 现已全面支持 [Jekyll 3.0](https://jekyllrb.com/news/2015/10/26/jekyll-3-0-released/) 博客![去试试看吧!](https://github.com/untra/polyglot) + +{% highlight yaml %} +gem 'jekyll-polyglot', '~> 1.1.0' +{% endhighlight %} diff --git a/site/_posts/zh-CN/2015-9-19-presenting-polyglot.md b/site/_posts/zh-CN/2015-9-19-presenting-polyglot.md new file mode 100644 index 000000000..15ac630fe --- /dev/null +++ b/site/_posts/zh-CN/2015-9-19-presenting-polyglot.md @@ -0,0 +1,57 @@ +--- +layout: post +title: Polyglot 简介 +lang: zh-CN +--- + +在经过数月的打磨后,我很骄傲地为大家介绍 **Polyglot**:为那些*需要*为其受众提供多语言内容的网站所打造的,一款 [Jekyll](http://jekyllrb.com) 的 i18n 插件。 + +### 特性 + +尽管市面上存在其他的 Jekyll 多语言插件,Polyglot 却也有其独特之处。多语言插件,Polyglot 在包揽了那些通常留给 Jekyll 开发者去做的脏活累活(比如为了保持不同语言网站下站点地图保持一致而去折腾 url 的写法)的同时,还为他们提供了高效且简单的 SEO 与内容聚合工具。 + +## 创建相对化链接 + +在过去,一款静态网站/博客的多语言插件必须费心地跟进维护网站上所提供的每种语言的相对链接。开发者很容易犯错,然后外语访客就会一下子掉进还没翻译的内容之中。 + +Polyglot 自动化地为每种你希望网站所拥有的语言的 url 进行相对化处理。这可以让网站的访客可以在浏览你的网站时一直使用同一种语言的版本。 + +## 应变支持 + +当你*没有*为多语言内容提供翻译版本时,Jekyll 依然会为该语言的子站点根据已有的内容进行构建。而在你*提供*了多语言翻译版本的情况下,Jekyll 会根据该内容对该语言的子站点构建对应内容。就是这么简单。 + +站点地图对所有语言均保持一致,翻译内容与其所处的子站点一一对应。 + +## 富文本翻译 + +一般来讲,富文本内容的多语言翻译很难实现。对一个 Jekyll 网站来说,多语言的短字符串或者某些语言的特定用语很难在显示上保持一致。 + +*但现在却简单如斯*:只需在你的 `config.yml` 文件中,按照如下方式存储字符串: +{% highlight yaml %} +hello: + en: Hello! + es: ¡hola! + fr: Bonjour! + de: Guten Tag! +{% endhighlight %} +按照如下方式使用 Liquid 模板内容: +{% highlight html %} +{% raw %} +{{ site.hello[site.active_lang]}} +{% endraw %} +{% endhighlight %} +会生成如下内容: +

+{{ site.hello[site.active_lang]}} +

+ +## 快速,异步,零成本构建 + + Polyglot 会和构建你的默认语言站点一样构建你的多语言站点。Polyglot 会以最小的成本在各自独立的进程下*同时*构建你的网站的每种语言的子站点。这意味着,你的网站的构建时间不会因为支持语言的数量而增加。 + +### 下载 + + Polyglot 支持 gem 版本,也可以当作 Jekyll 插件使用。可以使用如下代码安装: + {% highlight bash %} + gem install 'jekyll-polyglot' + {% endhighlight %} diff --git a/site/_posts/zh-CN/2016-12-16-Polyglot-1.2.4.md b/site/_posts/zh-CN/2016-12-16-Polyglot-1.2.4.md new file mode 100644 index 000000000..a53c3141f --- /dev/null +++ b/site/_posts/zh-CN/2016-12-16-Polyglot-1.2.4.md @@ -0,0 +1,46 @@ +--- +layout: post +title: Polyglot 1.2.4 +lang: zh-CN +--- + +Polyglot 的全新版本现已推出。去试试吧! + +{% highlight yaml %} +gem install jekyll-polyglot +{% endhighlight %} + +本版本由 GitHub 用户 [vlsi](https://github.com/vlsi) 的热心支持提供,他修复了一些 bug,并添加了下列新特性: + +### 支持绝对 URL 的多语言翻译版本 + +Polyglot 现在会翻译你的 `site.url`,因此,绝对 URL 也会得到翻译了。 + +### 支持对全部 Jekyll 合集的翻译 + +[Jekyll 合集](https://jekyllrb.com/docs/collections/)是一项 Jekyll 的全新特性。本次更新也会把所有现有合集都进行翻译,而不只有文章和页面。 + +### 当 `site.data[:lang]` 存在时,对 `site.data` 的富文本使用语言特定的 `_data` 内容翻译 + +根目录下的富文本会在生成时。之前如果想要渲染富文本内容,你需要按照如下方式使用: +{% highlight html %} +{% raw %} +{{ site.data[site.active_lang].richTextString }} +{% endraw %} +{% endhighlight %} +现在,富文本内容可以直接使用如下标签进行渲染: +{% highlight html %} +{% raw %} +{{ site.data.richTextString }} +{% endraw %} +{% endhighlight %} + +### `I18n_Headers` 在留空时使用来自 `site.url` 的默认值 + +用户现在可以在不指定特定 url 的情况下使用下列标签: +{% highlight html %} +{% raw %} +{% I18n_Headers %} +{% endraw %} +{% endhighlight %} +这些标签将会使用你的 `site.url` 的默认值。 diff --git a/site/_posts/zh-CN/2016-4-20-Polyglot-1.2.0.md b/site/_posts/zh-CN/2016-4-20-Polyglot-1.2.0.md new file mode 100644 index 000000000..7548f19fd --- /dev/null +++ b/site/_posts/zh-CN/2016-4-20-Polyglot-1.2.0.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Polyglot 1.2.0 +lang: zh-CN +--- + +Polyglot 的全新版本现已推出。去试试吧! + +{% highlight yaml %} +gem install jekyll-polyglot +{% endhighlight %} + +此外,还请把 `jekyll-polyglot` 添加到你的网站的 `_config.yml` 的 gem 列表中。 + +本版本主要是为接下来的新特性以及更好的多语言内容管理提供基础准备。此外,本版本还包括了一些新特性: + +## {% raw %} {% I18n_Headers %} {% endraw %} + +请把这些标签和[你的网站的 url](https://github.com/untra/polyglot/blob/site/_includes/head.html#L6) 一同放入你的 `includes` 文件夹下的 `head.html` 文件中,以此获得最大化的多语言站点 SEO 。其效果与如下 Liquid 代码等同: + +{% highlight html %}{% raw %} + + +{% for lang in site.languages %} +{% if lang == site.default_lang %} + {% continue %} +{% endif %} + +{% endfor %} +{% endraw %} +{% endhighlight %} + +同样是要放在你的网页 header 中,但是 Polyglot 的方案更加快捷清晰!若需更多详情,请参照 [SEO 页面](/seo)。 diff --git a/site/_posts/zh-CN/2017-7-23-Polyglot-1.3.0.md b/site/_posts/zh-CN/2017-7-23-Polyglot-1.3.0.md new file mode 100644 index 000000000..ff490510a --- /dev/null +++ b/site/_posts/zh-CN/2017-7-23-Polyglot-1.3.0.md @@ -0,0 +1,32 @@ +--- +layout: post +title: Polyglot 1.3.0 +lang: zh-CN +--- + +Polyglot 的全新版本现已推出。去试试吧! + +{% highlight yaml %} +gem install jekyll-polyglot +{% endhighlight %} + +本次发布得益于以下 GitHub 用户的支持: + +* [vlsi](https://github.com/vlsi) +* [pserwylo](https://github.com/pserwylo) + +### 递归式合并不同语言特定的 `site.data` + +现在,在你的 `site.data` 目录下的特定语言内容将会递归地被合并在一起。也就是说,`active_lang` 的内容会优先于 `default_lang` 的内容呈现,也就是优先于非特定语言的内容。([#59](https://github.com/untra/polyglot/pull/59)) + +### 未指定语言的文件仍然会被写入 `default_lang` 的站点根目录 + +如果没有在 `languages` 中定义 `default_lang`,本功能会确保没有指定语言的文件(也就是被排除在本地化之外的文件)仍然会被写入站点根目录。([#65](https://github.com/untra/polyglot/pull/65)) + +### `i18n_headers` 性能提升以及修复 + +现在,文档处理速度更快了。此外,修复了 `site.url` 被定义时的 `i18n_headers` 处理。([#67](https://github.com/untra/polyglot/pull/67)) + +### 自定义站点配置文件中的 `active_lang` 键 + +这将允许 `active_lang` 使用自定义的键,使 Polyglot 可以和其他的插件与主题更好地配合使用。([#68](https://github.com/untra/polyglot/pull/68)) diff --git a/site/_posts/zh-CN/2020-04-29-polyglot-1.3.2.md b/site/_posts/zh-CN/2020-04-29-polyglot-1.3.2.md new file mode 100644 index 000000000..e89a00ab8 --- /dev/null +++ b/site/_posts/zh-CN/2020-04-29-polyglot-1.3.2.md @@ -0,0 +1,23 @@ +--- +layout: post +title: Polyglot 1.3.2 +lang: zh-CN +--- + +Polyglot [1.3.2 版本](https://rubygems.org/gems/jekyll-polyglot/versions/1.3.1) 现已推出!去试试吧! + +{% highlight yaml %} +gem install jekyll-polyglot +{% endhighlight %} + +本次发布得益于以下 GitHub 用户的支持: + +* [eighthave](https://github.com/eighthave) + +### `lang_from_path` 设置 setting to derive document lang from relative path + +This release adds a new boolean configuration setting `lang_from_path`. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as [po4a](https://po4a.org/). + +### 相对和绝对 url 的相对化逻辑优化 + +`excluded_from_localization` files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback. diff --git a/site/_posts/zh-CN/2020-07-19-polyglot-1.3.3.md b/site/_posts/zh-CN/2020-07-19-polyglot-1.3.3.md new file mode 100644 index 000000000..830ca6c57 --- /dev/null +++ b/site/_posts/zh-CN/2020-07-19-polyglot-1.3.3.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Polyglot 1.3.3 +lang: zh-CN +--- + +Polyglot [1.3.3 版本](https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3)推出!该版本修复了一个在[全新构建](https://github.com/untra/polyglot/issues/89) 包含 Polyglot 的项目的情况下,运行 `jekyll serve --incremental` 命令时发生的小问题。 + +{% highlight yaml %} +gem install jekyll-polyglot +{% endhighlight %} + +本次发布得益于以下GitHub用户的支持! + +* [alexanderadam](https://github.com/alexanderadam) diff --git a/site/_posts/zh-CN/2021-02-07-polyglot-1.4.0.md b/site/_posts/zh-CN/2021-02-07-polyglot-1.4.0.md new file mode 100644 index 000000000..9c364fa62 --- /dev/null +++ b/site/_posts/zh-CN/2021-02-07-polyglot-1.4.0.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Polyglot 1.4.0 +lang: zh-CN +--- + +Polyglot [1.4.0 版本](https://rubygems.org/gems/jekyll-polyglot/versions/1.4.0)现已推出! + +{% highlight yaml %} +gem install jekyll-polyglot +{% endhighlight %} + +## `href` 属性的静态去相对化 + +本版本新增了一个 Liquid 块标签 `{% raw %} {% static_href %}href="..."{% endstatic_href %} {% endraw %}`。该块标签可用于创建不受 Polyglot 相对化影响的锚点标签中的href属性。 + +Jekyll-Polyglot 在相对化处理上有些生硬,所以如果你想要制作一些明确的静态 URL 内容(比如[制作一个语言切换器](https://github.com/untra/polyglot/blob/master/site/_includes/sidebar.html#L40-L42))该 Liquid 标签可以帮助你构建那些不会被扭曲的 `href="..."` 标签。 + +## 独占式网站语言生成 + +Polyglot 1.4.0 添加了对 `lang-exclusive: [ ]` 头文件字段的支持。如果对文档添加该头文件字段,将会限制 Jekyll 仅对指明的语言的子站点生成该文档。 + +{% highlight yaml %} +--- +lang-exclusive: ['{{ site.active_lang }}'] +--- +{% endhighlight %} + +这是一种控制哪些语言可以查看该文档的方法,即使该文档在默认语言站点中可能没有相对应的版本。 + +## 重命名部分 Liquid 标签 + +`{% raw %} {% static_href %} {% endraw %}` 标签现在也可以使用 `{% raw %} {% Static_Href %} {% endraw %}` 。现存的 `{% raw %} {% I18n_Headers %} {% endraw %}` 标签也可以用 `{% raw %} {% i18n_headers %} {% endraw %}` 来使用。 + +## 想要看到你的语言吗? + +我在募集愿意为 [Jekyll-Polyglot 主页](https://polyglot.untra.io/) 提供属于您的母语版本的志愿者!如果您觉得本软件对您有用,且希望本官方站点以您的语言呈现,请在 [GitHub issues](https://github.com/untra/polyglot/issues)上联系我。 diff --git a/site/_posts/zh-CN/2021-04-18-polyglot-1.4.1.md b/site/_posts/zh-CN/2021-04-18-polyglot-1.4.1.md new file mode 100644 index 000000000..1266e16f9 --- /dev/null +++ b/site/_posts/zh-CN/2021-04-18-polyglot-1.4.1.md @@ -0,0 +1,19 @@ +--- +layout: post +title: Polyglot 1.4.1 +lang: zh-CN +--- + +Polyglot [1.4.1 版本](https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1)的额外补丁版本已推出! + +## 对 i18n_headers 的小修复 + +Cleanup 时所需的应变功能导致需要进行一些小修复和测试。 + +## 向我们讲俄语朋友们说声 Привет + +网站现已添加俄语支持! + +## 想要看到你的语言的特性吗? + +我在募集志愿者,为你的语言提供 [Jekyll-Polyglot 项目网站主页](https://polyglot.untra.io/)的多语言支持!如果你觉得这款软件十分有用,且希望以你的语言呈现,请在 [github issues](https://github.com/untra/polyglot/issues) 页面联系我。 diff --git a/site/_posts/zh-CN/2021-07-17-polyglot-1.5.0.md b/site/_posts/zh-CN/2021-07-17-polyglot-1.5.0.md new file mode 100644 index 000000000..fbc0ef068 --- /dev/null +++ b/site/_posts/zh-CN/2021-07-17-polyglot-1.5.0.md @@ -0,0 +1,36 @@ +--- +layout: post +title: Polyglot 1.5.0 +lang: zh-CN +--- + +Polyglot [1.5.0 版本](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.0)现已发布!本版本带来了对逻辑 CPU 的交替构建的支持。 + +## 更高速的交替构建 + +本次更新修改了 Polyglot 开启构建时的方式。现在,Polyglot 只会在确认有一个 CPU 核心准备好接受构建线程时开始构建。这使 Jekyll 站点的构建和使用准备好处理构建流程的逻辑 CPU 相比速度大大提升,避免了机器过载,使大型网站的构建更加高效。 + +## 其他更新 + +* 在网站的侧边栏中,为每个页面添加了指向 GitHub 源代码的链接。 +* 更新了代码库自述文件,提供了有关逻辑 CPU 使用情况的最新详细信息。 +* Polyglot 现在使用 [CircleCI](https://circleci.com) 进行持续集成。 +* Github 用户 **musicmichaelc** 创建了一个与 [Polyglot 多语言支持](https://github.com/musicmichaelc/Type-on-Strap)配套的 Jekyll 主题更新。 + +## 鸣谢 + +本次更新得益于以下 GitHub 用户的大力支持: + +* [obfusk](https://github.com/obfusk) +* [eighthave](https://github.com/eighthave) +* [musicmichaelc](https://github.com/musicmichaelc) + +## 想要提供帮助? + +_Polyglot_ 是否帮助过您为您的网站探索新的领地和市场呢? + +您是否有想要提供的建议、贡献,和 bug 修正呢? + +想把*本网站*翻译成你的母语吗? + +请私信[我](https://github.com/untra),或者提交 [issue](https://github.com/untra/polyglot/issues) 和 [PR](https://github.com/untra/polyglot/pulls)!我们欢迎任何形式的支持与贡献。 diff --git a/site/_posts/zh-CN/2022-01-15-dutch-site-support.md b/site/_posts/zh-CN/2022-01-15-dutch-site-support.md new file mode 100644 index 000000000..76f7913bd --- /dev/null +++ b/site/_posts/zh-CN/2022-01-15-dutch-site-support.md @@ -0,0 +1,7 @@ +--- +layout: post +title: 网站荷兰语支持 +lang: zh-CN +--- + +感谢 GitHub 用户 [@PanderMusubi](https://github.com/PanderMusubi),本网站现已支持 `nl` 荷兰语!Bedankt! diff --git a/site/_posts/zh-CN/2022-10-01-polyglot-1.5.1.md b/site/_posts/zh-CN/2022-10-01-polyglot-1.5.1.md new file mode 100644 index 000000000..685032299 --- /dev/null +++ b/site/_posts/zh-CN/2022-10-01-polyglot-1.5.1.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Polyglot 1.5.1 +lang: zh-CN +--- + +Polyglot [1.5.1 版本](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.1)现已发布。 + +## 锚点链接中 url 的相对化 + +在 GitHub 用户 **[dougieh](https://github.com/dougieh)** 的帮助下, Polyglot 现在可以相对化锚点链接中的 url 了。 + +## 希伯来语支持 + +Shalom,我的希伯来兄弟姐妹们!Polyglot 官方网站现在支持 עברית 了! \ No newline at end of file diff --git a/site/_posts/zh-CN/2023-02-27-korean-support.md b/site/_posts/zh-CN/2023-02-27-korean-support.md new file mode 100644 index 000000000..3ed69fa23 --- /dev/null +++ b/site/_posts/zh-CN/2023-02-27-korean-support.md @@ -0,0 +1,9 @@ +--- +layout: post +title: Polyglot 网站朝鲜语支持上线 +lang: zh-CN +--- + +[Polyglot 网站](https://polyglot.untra.io/ko/) 现已更新提供对朝鲜语的支持! + +感谢 **[SalinatedCoffee](https://github.com/SalinatedCoffee)** 提供翻译贡献!프로젝트를 도와 주셔서 고마워요! diff --git a/site/_site/2012/02/06/whats-jekyll/index.html b/site/_site/2012/02/06/whats-jekyll/index.html index a18c52baf..836a28603 100644 --- a/site/_site/2012/02/06/whats-jekyll/index.html +++ b/site/_site/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ + @@ -127,7 +128,8 @@ <h1> <a href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/2013/12/28/introducing-hyde/index.html b/site/_site/2013/12/28/introducing-hyde/index.html index 4ee14870b..6cec58c6b 100644 --- a/site/_site/2013/12/28/introducing-hyde/index.html +++ b/site/_site/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/2015/09/19/presenting-polyglot/index.html b/site/_site/2015/09/19/presenting-polyglot/index.html index 00be7b622..5e33d8122 100644 --- a/site/_site/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> 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 b76d10bb3..0105bd6d2 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> 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 94e736fec..8d34c636f 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> 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 53ce0e5bc..80a42437e 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> 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 bc93a2b6f..4a381fa47 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> 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 b1ea35829..47bd3c737 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> 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 b94da73a9..8b028d84d 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> 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 ce8965c3d..885ceac96 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> 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 b85175121..c2d7f1060 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> 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 index fdebbabeb..4e0ea19cb 100644 --- a/site/_site/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/2021/07/17/polyglot-1.5.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/2022-01-15-dutch-site-support/index.html b/site/_site/2022-01-15-dutch-site-support/index.html index 4b9aeaaa8..d5f657507 100644 --- a/site/_site/2022-01-15-dutch-site-support/index.html +++ b/site/_site/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/2022/01/15/dutch-site-support/index.html b/site/_site/2022/01/15/dutch-site-support/index.html index 5b19a7187..6b9051764 100644 --- a/site/_site/2022/01/15/dutch-site-support/index.html +++ b/site/_site/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/2022/10/01/polyglot-1.5.1/index.html b/site/_site/2022/10/01/polyglot-1.5.1/index.html index 4c837893c..a4dda0dfd 100644 --- a/site/_site/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/2023/02/27/korean-support/index.html b/site/_site/2023/02/27/korean-support/index.html index 14f35f918..524df4ab6 100644 --- a/site/_site/2023/02/27/korean-support/index.html +++ b/site/_site/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2023/02/27/korean-support/" >ru</a> • <a href="/nl/2023/02/27/korean-support/" >nl</a> • <a href="/he/2023/02/27/korean-support/" >he</a> • -<a href="/ko/2023/02/27/korean-support/" >ko</a> +<a href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/a-really-long/permalink/index.html b/site/_site/a-really-long/permalink/index.html index fb0656e45..ee9961275 100644 --- a/site/_site/a-really-long/permalink/index.html +++ b/site/_site/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/a-really-long/permalink/" >ru</a> • <a href="/nl/a-really-long/permalink/" >nl</a> • <a href="/he/a-really-long/permalink/" >he</a> • -<a href="/ko/a-really-long/permalink/" >ko</a> +<a href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/about/index.html b/site/_site/about/index.html index 8b6f52a93..d048b4d1a 100644 --- a/site/_site/about/index.html +++ b/site/_site/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/about/" >ru</a> • <a href="/nl/about/" >nl</a> • <a href="/he/about/" >he</a> • -<a href="/ko/about/" >ko</a> +<a href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> 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 5ccbc749b..7e05b1efa 100644 --- a/site/_site/de/2012/02/06/whats-jekyll/index.html +++ b/site/_site/de/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> 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 9355b0fcf..64e75a46a 100644 --- a/site/_site/de/2013/12/28/introducing-hyde/index.html +++ b/site/_site/de/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> 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 da855c2b6..cbcc7fc95 100644 --- a/site/_site/de/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/de/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> 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 6d7cc39c9..a9776b9ad 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> 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 ae7d0b09b..0389ba0aa 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> 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 7eb04cd1e..fd3bcac60 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> 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 f351571e3..7bb8aeeea 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> 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 3d640f2d9..261ee97ea 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> 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 79d02a6b7..147b9cacd 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> 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 49a1ebdcd..6b3d1d23b 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> 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 d83af752d..d078f5c6e 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> 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 index 0a7ada1d1..6a954252f 100644 --- 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 @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/2022-01-15-dutch-site-support/index.html b/site/_site/de/2022-01-15-dutch-site-support/index.html index e71f85dcd..e8f3b0107 100644 --- a/site/_site/de/2022-01-15-dutch-site-support/index.html +++ b/site/_site/de/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/2022/01/15/dutch-site-support/index.html b/site/_site/de/2022/01/15/dutch-site-support/index.html index 75aec3e09..6e179d871 100644 --- a/site/_site/de/2022/01/15/dutch-site-support/index.html +++ b/site/_site/de/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/2022/10/01/polyglot-1.5.1/index.html b/site/_site/de/2022/10/01/polyglot-1.5.1/index.html index c5f84cac4..6675a6edc 100644 --- a/site/_site/de/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/de/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/2023/02/27/korean-support/index.html b/site/_site/de/2023/02/27/korean-support/index.html index cb5dc1b35..1a2e34c9d 100644 --- a/site/_site/de/2023/02/27/korean-support/index.html +++ b/site/_site/de/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2023/02/27/korean-support/" >ru</a> • <a href="/nl/2023/02/27/korean-support/" >nl</a> • <a href="/he/2023/02/27/korean-support/" >he</a> • -<a href="/ko/2023/02/27/korean-support/" >ko</a> +<a href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/a-really-long/permalink/index.html b/site/_site/de/a-really-long/permalink/index.html index 5dc40c275..5b3c7c3a6 100644 --- a/site/_site/de/a-really-long/permalink/index.html +++ b/site/_site/de/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/a-really-long/permalink/" >ru</a> • <a href="/nl/a-really-long/permalink/" >nl</a> • <a href="/he/a-really-long/permalink/" >he</a> • -<a href="/ko/a-really-long/permalink/" >ko</a> +<a href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/about/index.html b/site/_site/de/about/index.html index 87c7f78b6..c183c93e7 100644 --- a/site/_site/de/about/index.html +++ b/site/_site/de/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/about/" >ru</a> • <a href="/nl/about/" >nl</a> • <a href="/he/about/" >he</a> • -<a href="/ko/about/" >ko</a> +<a href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/index.html b/site/_site/de/index.html index 559bd4955..2bb6e3350 100644 --- a/site/_site/de/index.html +++ b/site/_site/de/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/" >ru</a> • <a href="/nl/" >nl</a> • <a href="/he/" >he</a> • -<a href="/ko/" >ko</a> +<a href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/page2/index.html b/site/_site/de/page2/index.html index da56d3910..294342f80 100644 --- a/site/_site/de/page2/index.html +++ b/site/_site/de/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/de/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/de/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/de/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/de/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page2/" >ru</a> • <a href="/nl/page2/" >nl</a> • <a href="/he/page2/" >he</a> • -<a href="/ko/page2/" >ko</a> +<a href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/page3/index.html b/site/_site/de/page3/index.html index f5976d6b8..fb0ff530b 100644 --- a/site/_site/de/page3/index.html +++ b/site/_site/de/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/de/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/de/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/de/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/de/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page3/" >ru</a> • <a href="/nl/page3/" >nl</a> • <a href="/he/page3/" >he</a> • -<a href="/ko/page3/" >ko</a> +<a href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/sample/index.html b/site/_site/de/sample/index.html index b86199465..2bdc8d98d 100644 --- a/site/_site/de/sample/index.html +++ b/site/_site/de/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/sample/" >ru</a> • <a href="/nl/sample/" >nl</a> • <a href="/he/sample/" >he</a> • -<a href="/ko/sample/" >ko</a> +<a href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/de/seo/index.html b/site/_site/de/seo/index.html index 0c677b61c..288f12a7a 100644 --- a/site/_site/de/seo/index.html +++ b/site/_site/de/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/seo/" >ru</a> • <a href="/nl/seo/" >nl</a> • <a href="/he/seo/" >he</a> • -<a href="/ko/seo/" >ko</a> +<a href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2012/02/06/whats-jekyll/index.html b/site/_site/es/2012/02/06/whats-jekyll/index.html index cc9335323..865a6dd04 100644 --- a/site/_site/es/2012/02/06/whats-jekyll/index.html +++ b/site/_site/es/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2013/12/28/introducing-hyde/index.html b/site/_site/es/2013/12/28/introducing-hyde/index.html index fb48ce7d0..1d8b45806 100644 --- a/site/_site/es/2013/12/28/introducing-hyde/index.html +++ b/site/_site/es/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2015/09/19/presenting-polyglot/index.html b/site/_site/es/2015/09/19/presenting-polyglot/index.html index 25c1a30d3..0ad1825c3 100644 --- a/site/_site/es/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/es/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2015/11/14/polyglot-version-1-1/index.html b/site/_site/es/2015/11/14/polyglot-version-1-1/index.html index b381f4369..fcee00ecf 100644 --- a/site/_site/es/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/es/2015/11/14/polyglot-version-1-1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html index 87c40fc5c..68af23e6b 100644 --- a/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html index 9bd583212..54f09e741 100644 --- a/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html index 85931c7d9..fcadbe1c2 100644 --- a/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2020/04/29/polyglot-1.3.2/index.html b/site/_site/es/2020/04/29/polyglot-1.3.2/index.html index b6abdaac0..480902880 100644 --- a/site/_site/es/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/es/2020/04/29/polyglot-1.3.2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2020/07/19/polyglot-1.3.3/index.html b/site/_site/es/2020/07/19/polyglot-1.3.3/index.html index 42afe4223..d222e46f8 100644 --- a/site/_site/es/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/es/2020/07/19/polyglot-1.3.3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2021/02/07/polyglot-1.4.0/index.html b/site/_site/es/2021/02/07/polyglot-1.4.0/index.html index 494db0c20..7e7d072f3 100644 --- a/site/_site/es/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/es/2021/02/07/polyglot-1.4.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2021/04/18/polyglot-1.4.1/index.html b/site/_site/es/2021/04/18/polyglot-1.4.1/index.html index 34cc0290f..c2d272ff4 100644 --- a/site/_site/es/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/es/2021/04/18/polyglot-1.4.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2021/07/17/polyglot-1.5.0/index.html b/site/_site/es/2021/07/17/polyglot-1.5.0/index.html index 4eb178fb0..00cc907b8 100644 --- a/site/_site/es/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/es/2021/07/17/polyglot-1.5.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2022-01-15-dutch-site-support/index.html b/site/_site/es/2022-01-15-dutch-site-support/index.html index 06183b4da..c0c28a3ef 100644 --- a/site/_site/es/2022-01-15-dutch-site-support/index.html +++ b/site/_site/es/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2022/01/15/dutch-site-support/index.html b/site/_site/es/2022/01/15/dutch-site-support/index.html index a25579029..527707ab6 100644 --- a/site/_site/es/2022/01/15/dutch-site-support/index.html +++ b/site/_site/es/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2022/10/01/polyglot-1.5.1/index.html b/site/_site/es/2022/10/01/polyglot-1.5.1/index.html index 61def5c46..c80c88d62 100644 --- a/site/_site/es/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/es/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/2023/02/27/korean-support/index.html b/site/_site/es/2023/02/27/korean-support/index.html index 969a5c335..8a0ec2659 100644 --- a/site/_site/es/2023/02/27/korean-support/index.html +++ b/site/_site/es/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2023/02/27/korean-support/" >ru</a> • <a href="/nl/2023/02/27/korean-support/" >nl</a> • <a href="/he/2023/02/27/korean-support/" >he</a> • -<a href="/ko/2023/02/27/korean-support/" >ko</a> +<a href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/a-really-long/permalink/index.html b/site/_site/es/a-really-long/permalink/index.html index 7acfab2fe..74f9751e5 100644 --- a/site/_site/es/a-really-long/permalink/index.html +++ b/site/_site/es/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/a-really-long/permalink/" >ru</a> • <a href="/nl/a-really-long/permalink/" >nl</a> • <a href="/he/a-really-long/permalink/" >he</a> • -<a href="/ko/a-really-long/permalink/" >ko</a> +<a href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/about/index.html b/site/_site/es/about/index.html index d1df0842e..86b765303 100644 --- a/site/_site/es/about/index.html +++ b/site/_site/es/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/about/" >ru</a> • <a href="/nl/about/" >nl</a> • <a href="/he/about/" >he</a> • -<a href="/ko/about/" >ko</a> +<a href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/index.html b/site/_site/es/index.html index 3fec2e342..9b6a08691 100644 --- a/site/_site/es/index.html +++ b/site/_site/es/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/" >ru</a> • <a href="/nl/" >nl</a> • <a href="/he/" >he</a> • -<a href="/ko/" >ko</a> +<a href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/page2/index.html b/site/_site/es/page2/index.html index 73a478e85..587f3d3c7 100644 --- a/site/_site/es/page2/index.html +++ b/site/_site/es/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/es/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/es/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/es/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/es/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page2/" >ru</a> • <a href="/nl/page2/" >nl</a> • <a href="/he/page2/" >he</a> • -<a href="/ko/page2/" >ko</a> +<a href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/page3/index.html b/site/_site/es/page3/index.html index 36b777b09..77a7b0057 100644 --- a/site/_site/es/page3/index.html +++ b/site/_site/es/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/es/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/es/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/es/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/es/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page3/" >ru</a> • <a href="/nl/page3/" >nl</a> • <a href="/he/page3/" >he</a> • -<a href="/ko/page3/" >ko</a> +<a href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/sample/index.html b/site/_site/es/sample/index.html index 9f43f8b2b..0d9bea80f 100644 --- a/site/_site/es/sample/index.html +++ b/site/_site/es/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/sample/" >ru</a> • <a href="/nl/sample/" >nl</a> • <a href="/he/sample/" >he</a> • -<a href="/ko/sample/" >ko</a> +<a href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/es/seo/index.html b/site/_site/es/seo/index.html index be26de990..713cff650 100644 --- a/site/_site/es/seo/index.html +++ b/site/_site/es/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/seo/" >ru</a> • <a href="/nl/seo/" >nl</a> • <a href="/he/seo/" >he</a> • -<a href="/ko/seo/" >ko</a> +<a href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2012/02/06/whats-jekyll/index.html b/site/_site/fr/2012/02/06/whats-jekyll/index.html index 6968c4dcb..384bf6064 100644 --- a/site/_site/fr/2012/02/06/whats-jekyll/index.html +++ b/site/_site/fr/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2013/12/28/introducing-hyde/index.html b/site/_site/fr/2013/12/28/introducing-hyde/index.html index b9089c4fa..81ddd5013 100644 --- a/site/_site/fr/2013/12/28/introducing-hyde/index.html +++ b/site/_site/fr/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2015/09/19/presenting-polyglot/index.html b/site/_site/fr/2015/09/19/presenting-polyglot/index.html index 0bc530e99..cd04fa935 100644 --- a/site/_site/fr/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/fr/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html b/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html index 5b83d06ff..a9fad1284 100644 --- a/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html index 2a006c331..e2609624a 100644 --- a/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html index 3fbdcab10..9e014ef30 100644 --- a/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html index bcbcef513..13648640e 100644 --- a/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html b/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html index c2d53e364..631761560 100644 --- a/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html b/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html index 38f519f3a..7ec65b012 100644 --- a/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html b/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html index 2c16aaaa4..64e32ea02 100644 --- a/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html b/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html index 157ab88a4..5863997e9 100644 --- a/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html b/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html index a16bd2816..5c9e9d6d9 100644 --- a/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2022-01-15-dutch-site-support/index.html b/site/_site/fr/2022-01-15-dutch-site-support/index.html index 351523891..62344a1de 100644 --- a/site/_site/fr/2022-01-15-dutch-site-support/index.html +++ b/site/_site/fr/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2022/01/15/dutch-site-support/index.html b/site/_site/fr/2022/01/15/dutch-site-support/index.html index acb21ef07..66a57f2ea 100644 --- a/site/_site/fr/2022/01/15/dutch-site-support/index.html +++ b/site/_site/fr/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html b/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html index 752c59649..c83dff466 100644 --- a/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/2023/02/27/korean-support/index.html b/site/_site/fr/2023/02/27/korean-support/index.html index 02e87ef27..55f5a37f4 100644 --- a/site/_site/fr/2023/02/27/korean-support/index.html +++ b/site/_site/fr/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2023/02/27/korean-support/" >ru</a> • <a href="/nl/2023/02/27/korean-support/" >nl</a> • <a href="/he/2023/02/27/korean-support/" >he</a> • -<a href="/ko/2023/02/27/korean-support/" >ko</a> +<a href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/a-really-long/permalink/index.html b/site/_site/fr/a-really-long/permalink/index.html index f7cf4164c..89c5e4e9b 100644 --- a/site/_site/fr/a-really-long/permalink/index.html +++ b/site/_site/fr/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/a-really-long/permalink/" >ru</a> • <a href="/nl/a-really-long/permalink/" >nl</a> • <a href="/he/a-really-long/permalink/" >he</a> • -<a href="/ko/a-really-long/permalink/" >ko</a> +<a href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/about/index.html b/site/_site/fr/about/index.html index be4d0796e..66b0660a3 100644 --- a/site/_site/fr/about/index.html +++ b/site/_site/fr/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/about/" >ru</a> • <a href="/nl/about/" >nl</a> • <a href="/he/about/" >he</a> • -<a href="/ko/about/" >ko</a> +<a href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/index.html b/site/_site/fr/index.html index fff402364..95fc561cc 100644 --- a/site/_site/fr/index.html +++ b/site/_site/fr/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/" >ru</a> • <a href="/nl/" >nl</a> • <a href="/he/" >he</a> • -<a href="/ko/" >ko</a> +<a href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/page2/index.html b/site/_site/fr/page2/index.html index fc7b2e153..248e8fc8c 100644 --- a/site/_site/fr/page2/index.html +++ b/site/_site/fr/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/fr/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/fr/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/fr/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/fr/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page2/" >ru</a> • <a href="/nl/page2/" >nl</a> • <a href="/he/page2/" >he</a> • -<a href="/ko/page2/" >ko</a> +<a href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/page3/index.html b/site/_site/fr/page3/index.html index 255073913..01aac93f1 100644 --- a/site/_site/fr/page3/index.html +++ b/site/_site/fr/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/fr/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/fr/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/fr/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/fr/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page3/" >ru</a> • <a href="/nl/page3/" >nl</a> • <a href="/he/page3/" >he</a> • -<a href="/ko/page3/" >ko</a> +<a href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/sample/index.html b/site/_site/fr/sample/index.html index 4408ce313..6642f29c4 100644 --- a/site/_site/fr/sample/index.html +++ b/site/_site/fr/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/sample/" >ru</a> • <a href="/nl/sample/" >nl</a> • <a href="/he/sample/" >he</a> • -<a href="/ko/sample/" >ko</a> +<a href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/fr/seo/index.html b/site/_site/fr/seo/index.html index ffb4dbefd..4750d870e 100644 --- a/site/_site/fr/seo/index.html +++ b/site/_site/fr/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/seo/" >ru</a> • <a href="/nl/seo/" >nl</a> • <a href="/he/seo/" >he</a> • -<a href="/ko/seo/" >ko</a> +<a href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2012/02/06/whats-jekyll/index.html b/site/_site/he/2012/02/06/whats-jekyll/index.html index 572b43f30..5466ad8dc 100644 --- a/site/_site/he/2012/02/06/whats-jekyll/index.html +++ b/site/_site/he/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a style="font-weight: bold;" href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2013/12/28/introducing-hyde/index.html b/site/_site/he/2013/12/28/introducing-hyde/index.html index 642ec617d..e688df8e6 100644 --- a/site/_site/he/2013/12/28/introducing-hyde/index.html +++ b/site/_site/he/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a style="font-weight: bold;" href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2015/09/19/presenting-polyglot/index.html b/site/_site/he/2015/09/19/presenting-polyglot/index.html index 0e5af0b94..db9a46863 100644 --- a/site/_site/he/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/he/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a style="font-weight: bold;" href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2015/11/14/polyglot-version-1-1/index.html b/site/_site/he/2015/11/14/polyglot-version-1-1/index.html index 655a16567..86328cd18 100644 --- a/site/_site/he/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/he/2015/11/14/polyglot-version-1-1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a style="font-weight: bold;" href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html index a5106347c..02573e5c0 100644 --- a/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a style="font-weight: bold;" href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html index 2fc63a48b..d12ca80ec 100644 --- a/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a style="font-weight: bold;" href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html index ec0fc7396..90b168cdb 100644 --- a/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a style="font-weight: bold;" href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2020/04/29/polyglot-1.3.2/index.html b/site/_site/he/2020/04/29/polyglot-1.3.2/index.html index bf1caf1df..3dab31000 100644 --- a/site/_site/he/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/he/2020/04/29/polyglot-1.3.2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a style="font-weight: bold;" href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2020/07/19/polyglot-1.3.3/index.html b/site/_site/he/2020/07/19/polyglot-1.3.3/index.html index 2dc48b68f..3d8bd1e3f 100644 --- a/site/_site/he/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/he/2020/07/19/polyglot-1.3.3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a style="font-weight: bold;" href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2021/02/07/polyglot-1.4.0/index.html b/site/_site/he/2021/02/07/polyglot-1.4.0/index.html index 1de56061e..11fd52e0a 100644 --- a/site/_site/he/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/he/2021/02/07/polyglot-1.4.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a style="font-weight: bold;" href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2021/04/18/polyglot-1.4.1/index.html b/site/_site/he/2021/04/18/polyglot-1.4.1/index.html index 8894c62c8..d6fd1f4fc 100644 --- a/site/_site/he/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/he/2021/04/18/polyglot-1.4.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a style="font-weight: bold;" href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2021/07/17/polyglot-1.5.0/index.html b/site/_site/he/2021/07/17/polyglot-1.5.0/index.html index 784daf909..8bbd684fc 100644 --- a/site/_site/he/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/he/2021/07/17/polyglot-1.5.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a style="font-weight: bold;" href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2022-01-15-dutch-site-support/index.html b/site/_site/he/2022-01-15-dutch-site-support/index.html index 64b1f63dc..c82c4d45b 100644 --- a/site/_site/he/2022-01-15-dutch-site-support/index.html +++ b/site/_site/he/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a style="font-weight: bold;" href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2022/01/15/dutch-site-support/index.html b/site/_site/he/2022/01/15/dutch-site-support/index.html index fdf4950f5..fa922229e 100644 --- a/site/_site/he/2022/01/15/dutch-site-support/index.html +++ b/site/_site/he/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a style="font-weight: bold;" href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2022/10/01/polyglot-1.5.1/index.html b/site/_site/he/2022/10/01/polyglot-1.5.1/index.html index 65ffb9e57..23ff7673a 100644 --- a/site/_site/he/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/he/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a style="font-weight: bold;" href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/2023/02/27/korean-support/index.html b/site/_site/he/2023/02/27/korean-support/index.html index 8aa38c896..e7d19dcdb 100644 --- a/site/_site/he/2023/02/27/korean-support/index.html +++ b/site/_site/he/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2023/02/27/korean-support/" >ru</a> • <a href="/nl/2023/02/27/korean-support/" >nl</a> • <a style="font-weight: bold;" href="/he/2023/02/27/korean-support/" >he</a> • -<a href="/ko/2023/02/27/korean-support/" >ko</a> +<a href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/a-really-long/permalink/index.html b/site/_site/he/a-really-long/permalink/index.html index 8deb8bcec..cdb2e16ba 100644 --- a/site/_site/he/a-really-long/permalink/index.html +++ b/site/_site/he/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/a-really-long/permalink/" >ru</a> • <a href="/nl/a-really-long/permalink/" >nl</a> • <a style="font-weight: bold;" href="/he/a-really-long/permalink/" >he</a> • -<a href="/ko/a-really-long/permalink/" >ko</a> +<a href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/about/index.html b/site/_site/he/about/index.html index 24bc2b826..6f9532128 100644 --- a/site/_site/he/about/index.html +++ b/site/_site/he/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/about/" >ru</a> • <a href="/nl/about/" >nl</a> • <a style="font-weight: bold;" href="/he/about/" >he</a> • -<a href="/ko/about/" >ko</a> +<a href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/index.html b/site/_site/he/index.html index 55e460f5f..94774fb62 100644 --- a/site/_site/he/index.html +++ b/site/_site/he/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/" >ru</a> • <a href="/nl/" >nl</a> • <a style="font-weight: bold;" href="/he/" >he</a> • -<a href="/ko/" >ko</a> +<a href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/page2/index.html b/site/_site/he/page2/index.html index 96aeb5234..5fc7824f8 100644 --- a/site/_site/he/page2/index.html +++ b/site/_site/he/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/he/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/he/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/he/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page2/" >ru</a> • <a href="/nl/page2/" >nl</a> • <a style="font-weight: bold;" href="/he/page2/" >he</a> • -<a href="/ko/page2/" >ko</a> +<a href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/page3/index.html b/site/_site/he/page3/index.html index 2dc112eed..790c3600e 100644 --- a/site/_site/he/page3/index.html +++ b/site/_site/he/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/he/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/he/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/he/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page3/" >ru</a> • <a href="/nl/page3/" >nl</a> • <a style="font-weight: bold;" href="/he/page3/" >he</a> • -<a href="/ko/page3/" >ko</a> +<a href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/sample/index.html b/site/_site/he/sample/index.html index 542f5a041..0ae4d5cdd 100644 --- a/site/_site/he/sample/index.html +++ b/site/_site/he/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/sample/" >ru</a> • <a href="/nl/sample/" >nl</a> • <a style="font-weight: bold;" href="/he/sample/" >he</a> • -<a href="/ko/sample/" >ko</a> +<a href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/he/seo/index.html b/site/_site/he/seo/index.html index 01c99d2b5..9ed4e8b3e 100644 --- a/site/_site/he/seo/index.html +++ b/site/_site/he/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/seo/" >ru</a> • <a href="/nl/seo/" >nl</a> • <a style="font-weight: bold;" href="/he/seo/" >he</a> • -<a href="/ko/seo/" >ko</a> +<a href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/index.html b/site/_site/index.html index c24517575..c838e35e8 100644 --- a/site/_site/index.html +++ b/site/_site/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/" >ru</a> • <a href="/nl/" >nl</a> • <a href="/he/" >he</a> • -<a href="/ko/" >ko</a> +<a href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2012/02/06/whats-jekyll/index.html b/site/_site/ko/2012/02/06/whats-jekyll/index.html index ec4caced0..4161f96dc 100644 --- a/site/_site/ko/2012/02/06/whats-jekyll/index.html +++ b/site/_site/ko/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a style="font-weight: bold;" href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a style="font-weight: bold;" href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2013/12/28/introducing-hyde/index.html b/site/_site/ko/2013/12/28/introducing-hyde/index.html index 43c3de22f..a19c65659 100644 --- a/site/_site/ko/2013/12/28/introducing-hyde/index.html +++ b/site/_site/ko/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a style="font-weight: bold;" href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a style="font-weight: bold;" href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2015/09/19/presenting-polyglot/index.html b/site/_site/ko/2015/09/19/presenting-polyglot/index.html index c09cb3782..018dbf1c1 100644 --- a/site/_site/ko/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/ko/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a style="font-weight: bold;" href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a style="font-weight: bold;" href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html b/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html index f56925ce3..c0baf0154 100644 --- a/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a style="font-weight: bold;" href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a style="font-weight: bold;" href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html index 1cc7e036c..e2755386f 100644 --- a/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a style="font-weight: bold;" href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a style="font-weight: bold;" href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html index c40f1bd35..7c01df66f 100644 --- a/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a style="font-weight: bold;" href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a style="font-weight: bold;" href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html index 755be68e7..4bb7e5e2b 100644 --- a/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a style="font-weight: bold;" href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a style="font-weight: bold;" href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html b/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html index ff6aac2e8..258720d9c 100644 --- a/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a style="font-weight: bold;" href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a style="font-weight: bold;" href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html b/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html index 020d74bd8..8948fc711 100644 --- a/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a style="font-weight: bold;" href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a style="font-weight: bold;" href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html b/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html index cb3be154a..202ff272a 100644 --- a/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a style="font-weight: bold;" href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a style="font-weight: bold;" href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html b/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html index 183f8ace4..47c457743 100644 --- a/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a style="font-weight: bold;" href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a style="font-weight: bold;" href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html b/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html index 3f431bc57..f060e5d9b 100644 --- a/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a style="font-weight: bold;" href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a style="font-weight: bold;" href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2022-01-15-dutch-site-support/index.html b/site/_site/ko/2022-01-15-dutch-site-support/index.html index 1bb362895..bdfd81cb8 100644 --- a/site/_site/ko/2022-01-15-dutch-site-support/index.html +++ b/site/_site/ko/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a style="font-weight: bold;" href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a style="font-weight: bold;" href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2022/01/15/dutch-site-support/index.html b/site/_site/ko/2022/01/15/dutch-site-support/index.html index dd5d4214d..db1700004 100644 --- a/site/_site/ko/2022/01/15/dutch-site-support/index.html +++ b/site/_site/ko/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a style="font-weight: bold;" href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a style="font-weight: bold;" href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html b/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html index bb479674d..dcc07b052 100644 --- a/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a style="font-weight: bold;" href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a style="font-weight: bold;" href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/2023/02/27/korean-support/index.html b/site/_site/ko/2023/02/27/korean-support/index.html index c950fd2fe..e5e484038 100644 --- a/site/_site/ko/2023/02/27/korean-support/index.html +++ b/site/_site/ko/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2023/02/27/korean-support/" >ru</a> • <a href="/nl/2023/02/27/korean-support/" >nl</a> • <a href="/he/2023/02/27/korean-support/" >he</a> • -<a style="font-weight: bold;" href="/ko/2023/02/27/korean-support/" >ko</a> +<a style="font-weight: bold;" href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/a-really-long/permalink/index.html b/site/_site/ko/a-really-long/permalink/index.html index 1d4afcfa8..4795fc239 100644 --- a/site/_site/ko/a-really-long/permalink/index.html +++ b/site/_site/ko/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/a-really-long/permalink/" >ru</a> • <a href="/nl/a-really-long/permalink/" >nl</a> • <a href="/he/a-really-long/permalink/" >he</a> • -<a style="font-weight: bold;" href="/ko/a-really-long/permalink/" >ko</a> +<a style="font-weight: bold;" href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/about/index.html b/site/_site/ko/about/index.html index edfec4adb..9f5d873f0 100644 --- a/site/_site/ko/about/index.html +++ b/site/_site/ko/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/about/" >ru</a> • <a href="/nl/about/" >nl</a> • <a href="/he/about/" >he</a> • -<a style="font-weight: bold;" href="/ko/about/" >ko</a> +<a style="font-weight: bold;" href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/index.html b/site/_site/ko/index.html index 90809f54e..9048bd275 100644 --- a/site/_site/ko/index.html +++ b/site/_site/ko/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/" >ru</a> • <a href="/nl/" >nl</a> • <a href="/he/" >he</a> • -<a style="font-weight: bold;" href="/ko/" >ko</a> +<a style="font-weight: bold;" href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/page2/index.html b/site/_site/ko/page2/index.html index 930f5ee98..db3589f4e 100644 --- a/site/_site/ko/page2/index.html +++ b/site/_site/ko/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/ko/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/ko/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ko/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page2/" >ru</a> • <a href="/nl/page2/" >nl</a> • <a href="/he/page2/" >he</a> • -<a style="font-weight: bold;" href="/ko/page2/" >ko</a> +<a style="font-weight: bold;" href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/page3/index.html b/site/_site/ko/page3/index.html index 38069f1cf..d443dfda4 100644 --- a/site/_site/ko/page3/index.html +++ b/site/_site/ko/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/ko/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/ko/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ko/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page3/" >ru</a> • <a href="/nl/page3/" >nl</a> • <a href="/he/page3/" >he</a> • -<a style="font-weight: bold;" href="/ko/page3/" >ko</a> +<a style="font-weight: bold;" href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/sample/index.html b/site/_site/ko/sample/index.html index 0bc1858ad..06b1ebde2 100644 --- a/site/_site/ko/sample/index.html +++ b/site/_site/ko/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/sample/" >ru</a> • <a href="/nl/sample/" >nl</a> • <a href="/he/sample/" >he</a> • -<a style="font-weight: bold;" href="/ko/sample/" >ko</a> +<a style="font-weight: bold;" href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ko/seo/index.html b/site/_site/ko/seo/index.html index 32c86b800..d5e5b27c6 100644 --- a/site/_site/ko/seo/index.html +++ b/site/_site/ko/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/seo/" >ru</a> • <a href="/nl/seo/" >nl</a> • <a href="/he/seo/" >he</a> • -<a style="font-weight: bold;" href="/ko/seo/" >ko</a> +<a style="font-weight: bold;" href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2012/02/06/whats-jekyll/index.html b/site/_site/nl/2012/02/06/whats-jekyll/index.html index 9dcaf4301..1a3f6cd05 100644 --- a/site/_site/nl/2012/02/06/whats-jekyll/index.html +++ b/site/_site/nl/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a style="font-weight: bold;" href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2013/12/28/introducing-hyde/index.html b/site/_site/nl/2013/12/28/introducing-hyde/index.html index 70adbc06f..d400aec04 100644 --- a/site/_site/nl/2013/12/28/introducing-hyde/index.html +++ b/site/_site/nl/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a style="font-weight: bold;" href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2015/09/19/presenting-polyglot/index.html b/site/_site/nl/2015/09/19/presenting-polyglot/index.html index a24981a01..046aef16c 100644 --- a/site/_site/nl/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/nl/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a style="font-weight: bold;" href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html b/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html index 4fa50deb3..c71ca96e1 100644 --- a/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a style="font-weight: bold;" href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html index 247e6d7fe..220b07b65 100644 --- a/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a style="font-weight: bold;" href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html index 16709dced..57d833e9d 100644 --- a/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a style="font-weight: bold;" href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html index 75b0174ee..d7a0003d6 100644 --- a/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a style="font-weight: bold;" href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html b/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html index 8a2d693ef..5ac555039 100644 --- a/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a style="font-weight: bold;" href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html b/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html index 6fdd08ece..280cd06e9 100644 --- a/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a style="font-weight: bold;" href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html b/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html index 669b61079..30114c69f 100644 --- a/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a style="font-weight: bold;" href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html b/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html index bde392d16..051fdb198 100644 --- a/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a style="font-weight: bold;" href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html b/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html index da014cfb3..102cc501f 100644 --- a/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a style="font-weight: bold;" href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2022-01-15-dutch-site-support/index.html b/site/_site/nl/2022-01-15-dutch-site-support/index.html index 4e380f861..22099ad37 100644 --- a/site/_site/nl/2022-01-15-dutch-site-support/index.html +++ b/site/_site/nl/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a style="font-weight: bold;" href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2022/01/15/dutch-site-support/index.html b/site/_site/nl/2022/01/15/dutch-site-support/index.html index 72a20a5a4..552219a9d 100644 --- a/site/_site/nl/2022/01/15/dutch-site-support/index.html +++ b/site/_site/nl/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a style="font-weight: bold;" href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html b/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html index ee9b7dc8e..e8e98a828 100644 --- a/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a style="font-weight: bold;" href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/2023/02/27/korean-support/index.html b/site/_site/nl/2023/02/27/korean-support/index.html index 22dacce9a..47603230a 100644 --- a/site/_site/nl/2023/02/27/korean-support/index.html +++ b/site/_site/nl/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/2023/02/27/korean-support/" >ru</a> • <a style="font-weight: bold;" href="/nl/2023/02/27/korean-support/" >nl</a> • <a href="/he/2023/02/27/korean-support/" >he</a> • -<a href="/ko/2023/02/27/korean-support/" >ko</a> +<a href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/a-really-long/permalink/index.html b/site/_site/nl/a-really-long/permalink/index.html index d1bf86ccb..d922108ad 100644 --- a/site/_site/nl/a-really-long/permalink/index.html +++ b/site/_site/nl/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/a-really-long/permalink/" >ru</a> • <a style="font-weight: bold;" href="/nl/a-really-long/permalink/" >nl</a> • <a href="/he/a-really-long/permalink/" >he</a> • -<a href="/ko/a-really-long/permalink/" >ko</a> +<a href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/about/index.html b/site/_site/nl/about/index.html index 74897f2aa..eefc654b9 100644 --- a/site/_site/nl/about/index.html +++ b/site/_site/nl/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/about/" >ru</a> • <a style="font-weight: bold;" href="/nl/about/" >nl</a> • <a href="/he/about/" >he</a> • -<a href="/ko/about/" >ko</a> +<a href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/index.html b/site/_site/nl/index.html index a423f67cc..29b969713 100644 --- a/site/_site/nl/index.html +++ b/site/_site/nl/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/" >ru</a> • <a style="font-weight: bold;" href="/nl/" >nl</a> • <a href="/he/" >he</a> • -<a href="/ko/" >ko</a> +<a href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/page2/index.html b/site/_site/nl/page2/index.html index 92bdb01df..0d5c02d99 100644 --- a/site/_site/nl/page2/index.html +++ b/site/_site/nl/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/nl/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/nl/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/nl/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page2/" >ru</a> • <a style="font-weight: bold;" href="/nl/page2/" >nl</a> • <a href="/he/page2/" >he</a> • -<a href="/ko/page2/" >ko</a> +<a href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/page3/index.html b/site/_site/nl/page3/index.html index 9290b4510..4f448f1be 100644 --- a/site/_site/nl/page3/index.html +++ b/site/_site/nl/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/nl/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/nl/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/nl/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page3/" >ru</a> • <a style="font-weight: bold;" href="/nl/page3/" >nl</a> • <a href="/he/page3/" >he</a> • -<a href="/ko/page3/" >ko</a> +<a href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/sample/index.html b/site/_site/nl/sample/index.html index c564776f9..6e342361b 100644 --- a/site/_site/nl/sample/index.html +++ b/site/_site/nl/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/sample/" >ru</a> • <a style="font-weight: bold;" href="/nl/sample/" >nl</a> • <a href="/he/sample/" >he</a> • -<a href="/ko/sample/" >ko</a> +<a href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/nl/seo/index.html b/site/_site/nl/seo/index.html index d7719aae3..4a1abb233 100644 --- a/site/_site/nl/seo/index.html +++ b/site/_site/nl/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/seo/" >ru</a> • <a style="font-weight: bold;" href="/nl/seo/" >nl</a> • <a href="/he/seo/" >he</a> • -<a href="/ko/seo/" >ko</a> +<a href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/page2/index.html b/site/_site/page2/index.html index abefbd84b..84431846d 100644 --- a/site/_site/page2/index.html +++ b/site/_site/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page2/" >ru</a> • <a href="/nl/page2/" >nl</a> • <a href="/he/page2/" >he</a> • -<a href="/ko/page2/" >ko</a> +<a href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/page3/index.html b/site/_site/page3/index.html index 3641f517c..27bdde452 100644 --- a/site/_site/page3/index.html +++ b/site/_site/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/page3/" >ru</a> • <a href="/nl/page3/" >nl</a> • <a href="/he/page3/" >he</a> • -<a href="/ko/page3/" >ko</a> +<a href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2012/02/06/whats-jekyll/index.html b/site/_site/ru/2012/02/06/whats-jekyll/index.html index a50ce37b0..4cf44bb31 100644 --- a/site/_site/ru/2012/02/06/whats-jekyll/index.html +++ b/site/_site/ru/2012/02/06/whats-jekyll/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2012/02/06/whats-jekyll/" >ru</a> • <a href="/nl/2012/02/06/whats-jekyll/" >nl</a> • <a href="/he/2012/02/06/whats-jekyll/" >he</a> • -<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> +<a href="/ko/2012/02/06/whats-jekyll/" >ko</a> • +<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2013/12/28/introducing-hyde/index.html b/site/_site/ru/2013/12/28/introducing-hyde/index.html index 7451de458..858b8d8b0 100644 --- a/site/_site/ru/2013/12/28/introducing-hyde/index.html +++ b/site/_site/ru/2013/12/28/introducing-hyde/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2013/12/28/introducing-hyde/" >ru</a> • <a href="/nl/2013/12/28/introducing-hyde/" >nl</a> • <a href="/he/2013/12/28/introducing-hyde/" >he</a> • -<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> +<a href="/ko/2013/12/28/introducing-hyde/" >ko</a> • +<a href="/zh-CN/2013/12/28/introducing-hyde/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2015/09/19/presenting-polyglot/index.html b/site/_site/ru/2015/09/19/presenting-polyglot/index.html index af77030c9..067761a09 100644 --- a/site/_site/ru/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/ru/2015/09/19/presenting-polyglot/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2015/09/19/presenting-polyglot/" >ru</a> • <a href="/nl/2015/09/19/presenting-polyglot/" >nl</a> • <a href="/he/2015/09/19/presenting-polyglot/" >he</a> • -<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> +<a href="/ko/2015/09/19/presenting-polyglot/" >ko</a> • +<a href="/zh-CN/2015/09/19/presenting-polyglot/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html b/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html index 7b4a04b9a..7f314c655 100644 --- a/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2015/11/14/polyglot-version-1-1/" >ru</a> • <a href="/nl/2015/11/14/polyglot-version-1-1/" >nl</a> • <a href="/he/2015/11/14/polyglot-version-1-1/" >he</a> • -<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> +<a href="/ko/2015/11/14/polyglot-version-1-1/" >ko</a> • +<a href="/zh-CN/2015/11/14/polyglot-version-1-1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html index f8c2068ec..2c765ca8d 100644 --- a/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2016/04/20/Polyglot-1.2.0/" >ru</a> • <a href="/nl/2016/04/20/Polyglot-1.2.0/" >nl</a> • <a href="/he/2016/04/20/Polyglot-1.2.0/" >he</a> • -<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> +<a href="/ko/2016/04/20/Polyglot-1.2.0/" >ko</a> • +<a href="/zh-CN/2016/04/20/Polyglot-1.2.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html index 7cabbf6b5..e6ef1ee13 100644 --- a/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2016/12/16/Polyglot-1.2.4/" >ru</a> • <a href="/nl/2016/12/16/Polyglot-1.2.4/" >nl</a> • <a href="/he/2016/12/16/Polyglot-1.2.4/" >he</a> • -<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> +<a href="/ko/2016/12/16/Polyglot-1.2.4/" >ko</a> • +<a href="/zh-CN/2016/12/16/Polyglot-1.2.4/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html index da7b37e42..a65d6977d 100644 --- a/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2017/07/23/Polyglot-1.3.0/" >ru</a> • <a href="/nl/2017/07/23/Polyglot-1.3.0/" >nl</a> • <a href="/he/2017/07/23/Polyglot-1.3.0/" >he</a> • -<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> +<a href="/ko/2017/07/23/Polyglot-1.3.0/" >ko</a> • +<a href="/zh-CN/2017/07/23/Polyglot-1.3.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html b/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html index d74a9d34e..b1f193d8e 100644 --- a/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2020/04/29/polyglot-1.3.2/" >ru</a> • <a href="/nl/2020/04/29/polyglot-1.3.2/" >nl</a> • <a href="/he/2020/04/29/polyglot-1.3.2/" >he</a> • -<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> +<a href="/ko/2020/04/29/polyglot-1.3.2/" >ko</a> • +<a href="/zh-CN/2020/04/29/polyglot-1.3.2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html b/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html index a0c2bfc43..5841dee9c 100644 --- a/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2020/07/19/polyglot-1.3.3/" >ru</a> • <a href="/nl/2020/07/19/polyglot-1.3.3/" >nl</a> • <a href="/he/2020/07/19/polyglot-1.3.3/" >he</a> • -<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> +<a href="/ko/2020/07/19/polyglot-1.3.3/" >ko</a> • +<a href="/zh-CN/2020/07/19/polyglot-1.3.3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html b/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html index b00989b91..b548c4098 100644 --- a/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2021/02/07/polyglot-1.4.0/" >ru</a> • <a href="/nl/2021/02/07/polyglot-1.4.0/" >nl</a> • <a href="/he/2021/02/07/polyglot-1.4.0/" >he</a> • -<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> +<a href="/ko/2021/02/07/polyglot-1.4.0/" >ko</a> • +<a href="/zh-CN/2021/02/07/polyglot-1.4.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html b/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html index 1db4ab199..c74d2a980 100644 --- a/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2021/04/18/polyglot-1.4.1/" >ru</a> • <a href="/nl/2021/04/18/polyglot-1.4.1/" >nl</a> • <a href="/he/2021/04/18/polyglot-1.4.1/" >he</a> • -<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> +<a href="/ko/2021/04/18/polyglot-1.4.1/" >ko</a> • +<a href="/zh-CN/2021/04/18/polyglot-1.4.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html b/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html index 6cd285ad4..d11367583 100644 --- a/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2021/07/17/polyglot-1.5.0/" >ru</a> • <a href="/nl/2021/07/17/polyglot-1.5.0/" >nl</a> • <a href="/he/2021/07/17/polyglot-1.5.0/" >he</a> • -<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> +<a href="/ko/2021/07/17/polyglot-1.5.0/" >ko</a> • +<a href="/zh-CN/2021/07/17/polyglot-1.5.0/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2022-01-15-dutch-site-support/index.html b/site/_site/ru/2022-01-15-dutch-site-support/index.html index e688c19ae..d444880f3 100644 --- a/site/_site/ru/2022-01-15-dutch-site-support/index.html +++ b/site/_site/ru/2022-01-15-dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2022-01-15-dutch-site-support/" >ru</a> • <a href="/nl/2022-01-15-dutch-site-support/" >nl</a> • <a href="/he/2022-01-15-dutch-site-support/" >he</a> • -<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> +<a href="/ko/2022-01-15-dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022-01-15-dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2022/01/15/dutch-site-support/index.html b/site/_site/ru/2022/01/15/dutch-site-support/index.html index 7dd3e2be5..51341abd4 100644 --- a/site/_site/ru/2022/01/15/dutch-site-support/index.html +++ b/site/_site/ru/2022/01/15/dutch-site-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2022/01/15/dutch-site-support/" >ru</a> • <a href="/nl/2022/01/15/dutch-site-support/" >nl</a> • <a href="/he/2022/01/15/dutch-site-support/" >he</a> • -<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> +<a href="/ko/2022/01/15/dutch-site-support/" >ko</a> • +<a href="/zh-CN/2022/01/15/dutch-site-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html b/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html index 608ac5c5a..fa368f2bf 100644 --- a/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2022/10/01/polyglot-1.5.1/" >ru</a> • <a href="/nl/2022/10/01/polyglot-1.5.1/" >nl</a> • <a href="/he/2022/10/01/polyglot-1.5.1/" >he</a> • -<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> +<a href="/ko/2022/10/01/polyglot-1.5.1/" >ko</a> • +<a href="/zh-CN/2022/10/01/polyglot-1.5.1/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/2023/02/27/korean-support/index.html b/site/_site/ru/2023/02/27/korean-support/index.html index e7e58ce5f..c44e8df01 100644 --- a/site/_site/ru/2023/02/27/korean-support/index.html +++ b/site/_site/ru/2023/02/27/korean-support/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/2023/02/27/korean-support/" >ru</a> • <a href="/nl/2023/02/27/korean-support/" >nl</a> • <a href="/he/2023/02/27/korean-support/" >he</a> • -<a href="/ko/2023/02/27/korean-support/" >ko</a> +<a href="/ko/2023/02/27/korean-support/" >ko</a> • +<a href="/zh-CN/2023/02/27/korean-support/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/a-really-long/permalink/index.html b/site/_site/ru/a-really-long/permalink/index.html index 54ff4fafc..dc29d6bc0 100644 --- a/site/_site/ru/a-really-long/permalink/index.html +++ b/site/_site/ru/a-really-long/permalink/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/a-really-long/permalink/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/a-really-long/permalink/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/a-really-long/permalink/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/a-really-long/permalink/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/a-really-long/permalink/" >ru</a> • <a href="/nl/a-really-long/permalink/" >nl</a> • <a href="/he/a-really-long/permalink/" >he</a> • -<a href="/ko/a-really-long/permalink/" >ko</a> +<a href="/ko/a-really-long/permalink/" >ko</a> • +<a href="/zh-CN/a-really-long/permalink/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/about/index.html b/site/_site/ru/about/index.html index ae25b34f8..a26ea2d9f 100644 --- a/site/_site/ru/about/index.html +++ b/site/_site/ru/about/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/about/" >ru</a> • <a href="/nl/about/" >nl</a> • <a href="/he/about/" >he</a> • -<a href="/ko/about/" >ko</a> +<a href="/ko/about/" >ko</a> • +<a href="/zh-CN/about/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/index.html b/site/_site/ru/index.html index 96058866e..6a35a6e0e 100644 --- a/site/_site/ru/index.html +++ b/site/_site/ru/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/" >ru</a> • <a href="/nl/" >nl</a> • <a href="/he/" >he</a> • -<a href="/ko/" >ko</a> +<a href="/ko/" >ko</a> • +<a href="/zh-CN/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/page2/index.html b/site/_site/ru/page2/index.html index 3ac2288e8..fd736f49c 100644 --- a/site/_site/ru/page2/index.html +++ b/site/_site/ru/page2/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/ru/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/ru/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ru/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ru/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/page2/" >ru</a> • <a href="/nl/page2/" >nl</a> • <a href="/he/page2/" >he</a> • -<a href="/ko/page2/" >ko</a> +<a href="/ko/page2/" >ko</a> • +<a href="/zh-CN/page2/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/page3/index.html b/site/_site/ru/page3/index.html index 6ab018af7..da642ede9 100644 --- a/site/_site/ru/page3/index.html +++ b/site/_site/ru/page3/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/ru/nl"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/ru/he"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ru/ko"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ru/zh-CN"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/page3/" >ru</a> • <a href="/nl/page3/" >nl</a> • <a href="/he/page3/" >he</a> • -<a href="/ko/page3/" >ko</a> +<a href="/ko/page3/" >ko</a> • +<a href="/zh-CN/page3/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/sample/index.html b/site/_site/ru/sample/index.html index cef9597fb..7ec7dabbe 100644 --- a/site/_site/ru/sample/index.html +++ b/site/_site/ru/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/sample/" >ru</a> • <a href="/nl/sample/" >nl</a> • <a href="/he/sample/" >he</a> • -<a href="/ko/sample/" >ko</a> +<a href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/ru/seo/index.html b/site/_site/ru/seo/index.html index 25e8e8887..846e01453 100644 --- a/site/_site/ru/seo/index.html +++ b/site/_site/ru/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a style="font-weight: bold;" href="/ru/seo/" >ru</a> • <a href="/nl/seo/" >nl</a> • <a href="/he/seo/" >he</a> • -<a href="/ko/seo/" >ko</a> +<a href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/sample/index.html b/site/_site/sample/index.html index 57e5a7d0d..f033d49c5 100644 --- a/site/_site/sample/index.html +++ b/site/_site/sample/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/sample/" >ru</a> • <a href="/nl/sample/" >nl</a> • <a href="/he/sample/" >he</a> • -<a href="/ko/sample/" >ko</a> +<a href="/ko/sample/" >ko</a> • +<a href="/zh-CN/sample/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/seo/index.html b/site/_site/seo/index.html index 939281b87..584090e13 100644 --- a/site/_site/seo/index.html +++ b/site/_site/seo/index.html @@ -15,6 +15,7 @@ <link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> <link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> <link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> <title> @@ -127,7 +128,8 @@ <h1> <a href="/ru/seo/" >ru</a> • <a href="/nl/seo/" >nl</a> • <a href="/he/seo/" >he</a> • -<a href="/ko/seo/" >ko</a> +<a href="/ko/seo/" >ko</a> • +<a href="/zh-CN/seo/" >zh-CN</a> </p> </div> </div> diff --git a/site/_site/zh-CN/2012/02/06/whats-jekyll/index.html b/site/_site/zh-CN/2012/02/06/whats-jekyll/index.html new file mode 100644 index 000000000..c60e5e385 --- /dev/null +++ b/site/_site/zh-CN/2012/02/06/whats-jekyll/index.html @@ -0,0 +1,199 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="zh-CN"> +<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> + + <title> + + Jekyll 是什么? · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Jekyll 是什么?

+ +

Jekyll 是一款静态网站生成器,同时还是一款开源工具,可用于创建适用于各种形式及尺寸的简单却强大的网站。根据Jekyll 的官方项目说明:

+ +
+

Jekyll 是一个简单、具备博客功能的静态网站生成器。Jekyll 接收你的内容,渲染 Markdown 和 Liquid 模板,生成一个完整的静态网站,可以通过Apache、Nginx 或其他 Web 服务器进行提供服务。Jekyll 同时还是 GitHub Pages 背后所采用的引擎,你可以使用它来从你的 GitHub 代码仓库直接托管网站。

+
+ +

它是一款非常有用的工具,我们非常推荐您使用 Hyde 主题部署 Jekyll。

+ +

若想了解更多,请查看项目的 GitHub 页面

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2013/12/28/introducing-hyde/index.html b/site/_site/zh-CN/2013/12/28/introducing-hyde/index.html new file mode 100644 index 000000000..183e22ec9 --- /dev/null +++ b/site/_site/zh-CN/2013/12/28/introducing-hyde/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + Hyde 介绍 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Hyde 介绍

+ +

Hyde 是一款大胆的双栏 Jekyll 主题。其采用了突出的侧边栏和简洁的内容的结合。Hyde 基于 Jekyll 的管家 Poole 构建。

+ +

基于 Poole 构建

+ +

Poole 是 Jekyll 的管家,是 @mdo 开发的用于提供可靠且高效的 Jekyll 主题开发模板。Poole 以及所有基于它构建的 Jekyll 主题(正如本网站正在使用的 Hyde)均包含如下内容:

+ + + +

Hyde 的特性

+ +

除了 Poole 已有的特性外,Hyde 的特性还包括:

+ + + +

请阅读文档了解更多。

+ +

浏览器支持

+ +

Hyde 是一个面向未来的项目。除了最新版本的 Chrome、Safari(移动和桌面版)和 Firefox 之外,它仅与 Internet Explorer 9 及更高版本兼容。

+ +

下载

+ +

Hyde 代码托管在 GitHub 上,供大家开发。请前往 GitHub 代码库进行下载、汇报问题,以及特性提交。

+ +

谢谢使用!

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2015/09/19/presenting-polyglot/index.html b/site/_site/zh-CN/2015/09/19/presenting-polyglot/index.html new file mode 100644 index 000000000..7896780fe --- /dev/null +++ b/site/_site/zh-CN/2015/09/19/presenting-polyglot/index.html @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 简介 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 简介

+ +

在经过数月的打磨后,我很骄傲地为大家介绍 Polyglot:为那些需要为其受众提供多语言内容的网站所打造的,一款 Jekyll 的 i18n 插件。

+ +

特性

+ +

尽管市面上存在其他的 Jekyll 多语言插件,Polyglot 却也有其独特之处。多语言插件,Polyglot 在包揽了那些通常留给 Jekyll 开发者去做的脏活累活(比如为了保持不同语言网站下站点地图保持一致而去折腾 url 的写法)的同时,还为他们提供了高效且简单的 SEO 与内容聚合工具。

+ +

创建相对化链接

+ +

在过去,一款静态网站/博客的多语言插件必须费心地跟进维护网站上所提供的每种语言的相对链接。开发者很容易犯错,然后外语访客就会一下子掉进还没翻译的内容之中。

+ +

Polyglot 自动化地为每种你希望网站所拥有的语言的 url 进行相对化处理。这可以让网站的访客可以在浏览你的网站时一直使用同一种语言的版本。

+ +

应变支持

+ +

当你没有为多语言内容提供翻译版本时,Jekyll 依然会为该语言的子站点根据已有的内容进行构建。而在你提供了多语言翻译版本的情况下,Jekyll 会根据该内容对该语言的子站点构建对应内容。就是这么简单。

+ +

站点地图对所有语言均保持一致,翻译内容与其所处的子站点一一对应。

+ +

富文本翻译

+ +

一般来讲,富文本内容的多语言翻译很难实现。对一个 Jekyll 网站来说,多语言的短字符串或者某些语言的特定用语很难在显示上保持一致。

+ +

但现在却简单如斯:只需在你的 config.yml 文件中,按照如下方式存储字符串:

+ +
hello:
+  en: Hello!
+  es: ¡hola!
+  fr: Bonjour!
+  de: Guten Tag!
+ +

按照如下方式使用 Liquid 模板内容:

+ +
{{ site.hello[site.active_lang]}}
+ +

会生成如下内容:

+

+你好! +

+ +

快速,异步,零成本构建

+ +

Polyglot 会和构建你的默认语言站点一样构建你的多语言站点。Polyglot 会以最小的成本在各自独立的进程下同时构建你的网站的每种语言的子站点。这意味着,你的网站的构建时间不会因为支持语言的数量而增加。

+ +

下载

+ +

Polyglot 支持 gem 版本,也可以当作 Jekyll 插件使用。可以使用如下代码安装:

+ +
  gem install 'jekyll-polyglot'
+  
+ + +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2015/11/14/polyglot-version-1-1/index.html b/site/_site/zh-CN/2015/11/14/polyglot-version-1-1/index.html new file mode 100644 index 000000000..e029fd7e0 --- /dev/null +++ b/site/_site/zh-CN/2015/11/14/polyglot-version-1-1/index.html @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 版本 1.1.0 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 版本 1.1.0

+ +

Polyglot 现已全面支持 Jekyll 3.0 博客!去试试看吧!

+ +
gem 'jekyll-polyglot', '~> 1.1.0'
+ + +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/zh-CN/2016/04/20/Polyglot-1.2.0/index.html new file mode 100644 index 000000000..43b8429ed --- /dev/null +++ b/site/_site/zh-CN/2016/04/20/Polyglot-1.2.0/index.html @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.2.0 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.2.0

+ +

Polyglot 的全新版本现已推出。去试试吧!

+ +
gem install jekyll-polyglot
+ +

此外,还请把 jekyll-polyglot 添加到你的网站的 _config.yml 的 gem 列表中。

+ +

本版本主要是为接下来的新特性以及更好的多语言内容管理提供基础准备。此外,本版本还包括了一些新特性:

+ +

{% I18n_Headers %}

+ +

请把这些标签和你的网站的 url 一同放入你的 includes 文件夹下的 head.html 文件中,以此获得最大化的多语言站点 SEO 。其效果与如下 Liquid 代码等同:

+ +
<meta http-equiv="Content-Language" content="{{site.active_lang}}">
+<link rel="alternate"
+      hreflang="{{site.default_lang}}"
+      href="http://yoursite.com{{page.permalink}}" />
+{% for lang in site.languages %}
+{% if lang == site.default_lang %}
+  {% continue %}
+{% endif %}
+<link rel="alternate"
+    hreflang="{{lang}}"
+    href="http://yoursite.com/{{lang}}{{page.permalink}}" />
+{% endfor %}
+ +

同样是要放在你的网页 header 中,但是 Polyglot 的方案更加快捷清晰!若需更多详情,请参照 SEO 页面

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/zh-CN/2016/12/16/Polyglot-1.2.4/index.html new file mode 100644 index 000000000..3b1d070f0 --- /dev/null +++ b/site/_site/zh-CN/2016/12/16/Polyglot-1.2.4/index.html @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.2.4 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.2.4

+ +

Polyglot 的全新版本现已推出。去试试吧!

+ +
gem install jekyll-polyglot
+ +

本版本由 GitHub 用户 vlsi 的热心支持提供,他修复了一些 bug,并添加了下列新特性:

+ +

支持绝对 URL 的多语言翻译版本

+ +

Polyglot 现在会翻译你的 site.url,因此,绝对 URL 也会得到翻译了。

+ +

支持对全部 Jekyll 合集的翻译

+ +

Jekyll 合集是一项 Jekyll 的全新特性。本次更新也会把所有现有合集都进行翻译,而不只有文章和页面。

+ +

site.data[:lang] 存在时,对 site.data 的富文本使用语言特定的 _data 内容翻译

+ +

根目录下的富文本会在生成时。之前如果想要渲染富文本内容,你需要按照如下方式使用:

+ +
{{ site.data[site.active_lang].richTextString }}
+ +

现在,富文本内容可以直接使用如下标签进行渲染:

+ +
{{ site.data.richTextString }}
+ +

I18n_Headers 在留空时使用来自 site.url 的默认值

+ +

用户现在可以在不指定特定 url 的情况下使用下列标签:

+ +
{% I18n_Headers %}
+ +

这些标签将会使用你的 site.url 的默认值。

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/zh-CN/2017/07/23/Polyglot-1.3.0/index.html new file mode 100644 index 000000000..7426a20a3 --- /dev/null +++ b/site/_site/zh-CN/2017/07/23/Polyglot-1.3.0/index.html @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.3.0 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.3.0

+ +

Polyglot 的全新版本现已推出。去试试吧!

+ +
gem install jekyll-polyglot
+ +

本次发布得益于以下 GitHub 用户的支持:

+ + + +

递归式合并不同语言特定的 site.data

+ +

现在,在你的 site.data 目录下的特定语言内容将会递归地被合并在一起。也就是说,active_lang 的内容会优先于 default_lang 的内容呈现,也就是优先于非特定语言的内容。(#59

+ +

未指定语言的文件仍然会被写入 default_lang 的站点根目录

+ +

如果没有在 languages 中定义 default_lang,本功能会确保没有指定语言的文件(也就是被排除在本地化之外的文件)仍然会被写入站点根目录。(#65

+ +

i18n_headers 性能提升以及修复

+ +

现在,文档处理速度更快了。此外,修复了 site.url 被定义时的 i18n_headers 处理。(#67

+ +

自定义站点配置文件中的 active_lang

+ +

这将允许 active_lang 使用自定义的键,使 Polyglot 可以和其他的插件与主题更好地配合使用。(#68

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2020/04/29/polyglot-1.3.2/index.html b/site/_site/zh-CN/2020/04/29/polyglot-1.3.2/index.html new file mode 100644 index 000000000..a9cda88fd --- /dev/null +++ b/site/_site/zh-CN/2020/04/29/polyglot-1.3.2/index.html @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.3.2 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.3.2

+ +

Polyglot 1.3.2 版本 现已推出!去试试吧!

+ +
gem install jekyll-polyglot
+ +

本次发布得益于以下 GitHub 用户的支持:

+ + + +

lang_from_path 设置 setting to derive document lang from relative path

+ +

This release adds a new boolean configuration setting lang_from_path. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as po4a.

+ +

相对和绝对 url 的相对化逻辑优化

+ +

excluded_from_localization files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2020/07/19/polyglot-1.3.3/index.html b/site/_site/zh-CN/2020/07/19/polyglot-1.3.3/index.html new file mode 100644 index 000000000..b9ffe0124 --- /dev/null +++ b/site/_site/zh-CN/2020/07/19/polyglot-1.3.3/index.html @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.3.3 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.3.3

+ +

Polyglot 1.3.3 版本推出!该版本修复了一个在全新构建 包含 Polyglot 的项目的情况下,运行 jekyll serve --incremental 命令时发生的小问题。

+ +
gem install jekyll-polyglot
+ +

本次发布得益于以下GitHub用户的支持!

+ + + +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2021/02/07/polyglot-1.4.0/index.html b/site/_site/zh-CN/2021/02/07/polyglot-1.4.0/index.html new file mode 100644 index 000000000..4f245d326 --- /dev/null +++ b/site/_site/zh-CN/2021/02/07/polyglot-1.4.0/index.html @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.4.0 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.4.0

+ +

Polyglot 1.4.0 版本现已推出!

+ +
gem install jekyll-polyglot
+ +

href 属性的静态去相对化

+ +

本版本新增了一个 Liquid 块标签 ` {% static_href %}href=”…”{% endstatic_href %} `。该块标签可用于创建不受 Polyglot 相对化影响的锚点标签中的href属性。

+ +

Jekyll-Polyglot 在相对化处理上有些生硬,所以如果你想要制作一些明确的静态 URL 内容(比如制作一个语言切换器)该 Liquid 标签可以帮助你构建那些不会被扭曲的 href="..." 标签。

+ +

独占式网站语言生成

+ +

Polyglot 1.4.0 添加了对 lang-exclusive: [ ] 头文件字段的支持。如果对文档添加该头文件字段,将会限制 Jekyll 仅对指明的语言的子站点生成该文档。

+ +
---
+lang-exclusive: ['zh-CN']
+---
+ +

这是一种控制哪些语言可以查看该文档的方法,即使该文档在默认语言站点中可能没有相对应的版本。

+ +

重命名部分 Liquid 标签

+ +

` {% static_href %} ` 标签现在也可以使用 ` {% Static_Href %} ` 。现存的 ` {% I18n_Headers %} ` 标签也可以用 ` {% i18n_headers %} ` 来使用。

+ +

想要看到你的语言吗?

+ +

我在募集愿意为 Jekyll-Polyglot 主页 提供属于您的母语版本的志愿者!如果您觉得本软件对您有用,且希望本官方站点以您的语言呈现,请在 GitHub issues上联系我。

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2021/04/18/polyglot-1.4.1/index.html b/site/_site/zh-CN/2021/04/18/polyglot-1.4.1/index.html new file mode 100644 index 000000000..c64eb3c0c --- /dev/null +++ b/site/_site/zh-CN/2021/04/18/polyglot-1.4.1/index.html @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.4.1 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.4.1

+ +

Polyglot 1.4.1 版本的额外补丁版本已推出!

+ +

对 i18n_headers 的小修复

+ +

Cleanup 时所需的应变功能导致需要进行一些小修复和测试。

+ +

向我们讲俄语朋友们说声 Привет

+ +

网站现已添加俄语支持!

+ +

想要看到你的语言的特性吗?

+ +

我在募集志愿者,为你的语言提供 Jekyll-Polyglot 项目网站主页的多语言支持!如果你觉得这款软件十分有用,且希望以你的语言呈现,请在 github issues 页面联系我。

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2021/07/17/polyglot-1.5.0/index.html b/site/_site/zh-CN/2021/07/17/polyglot-1.5.0/index.html new file mode 100644 index 000000000..60b75c3cf --- /dev/null +++ b/site/_site/zh-CN/2021/07/17/polyglot-1.5.0/index.html @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.5.0 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.5.0

+ +

Polyglot 1.5.0 版本现已发布!本版本带来了对逻辑 CPU 的交替构建的支持。

+ +

更高速的交替构建

+ +

本次更新修改了 Polyglot 开启构建时的方式。现在,Polyglot 只会在确认有一个 CPU 核心准备好接受构建线程时开始构建。这使 Jekyll 站点的构建和使用准备好处理构建流程的逻辑 CPU 相比速度大大提升,避免了机器过载,使大型网站的构建更加高效。

+ +

其他更新

+ + + +

鸣谢

+ +

本次更新得益于以下 GitHub 用户的大力支持:

+ + + +

想要提供帮助?

+ +

Polyglot 是否帮助过您为您的网站探索新的领地和市场呢?

+ +

您是否有想要提供的建议、贡献,和 bug 修正呢?

+ +

想把本网站翻译成你的母语吗?

+ +

请私信,或者提交 issuePR!我们欢迎任何形式的支持与贡献。

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2022-01-15-dutch-site-support/index.html b/site/_site/zh-CN/2022-01-15-dutch-site-support/index.html new file mode 100644 index 000000000..000c575f4 --- /dev/null +++ b/site/_site/zh-CN/2022-01-15-dutch-site-support/index.html @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + Dutch Site Support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Dutch Site Support

+ +

Thanks to github user @PanderMusubi the site now supports nl dutch! Bedankt!

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2022/01/15/dutch-site-support/index.html b/site/_site/zh-CN/2022/01/15/dutch-site-support/index.html new file mode 100644 index 000000000..667a07d25 --- /dev/null +++ b/site/_site/zh-CN/2022/01/15/dutch-site-support/index.html @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + 网站荷兰语支持 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

网站荷兰语支持

+ +

感谢 GitHub 用户 @PanderMusubi,本网站现已支持 nl 荷兰语!Bedankt!

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2022/10/01/polyglot-1.5.1/index.html b/site/_site/zh-CN/2022/10/01/polyglot-1.5.1/index.html new file mode 100644 index 000000000..95bc2ad66 --- /dev/null +++ b/site/_site/zh-CN/2022/10/01/polyglot-1.5.1/index.html @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 1.5.1 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.5.1

+ +

Polyglot 1.5.1 版本现已发布。

+ +

锚点链接中 url 的相对化

+ +

在 GitHub 用户 dougieh 的帮助下, Polyglot 现在可以相对化锚点链接中的 url 了。

+ +

希伯来语支持

+ +

Shalom,我的希伯来兄弟姐妹们!Polyglot 官方网站现在支持 עברית 了!

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/2023/02/27/korean-support/index.html b/site/_site/zh-CN/2023/02/27/korean-support/index.html new file mode 100644 index 000000000..3a1aac60a --- /dev/null +++ b/site/_site/zh-CN/2023/02/27/korean-support/index.html @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot 网站朝鲜语支持上线 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 网站朝鲜语支持上线

+ +

Polyglot 网站 现已更新提供对朝鲜语的支持!

+ +

感谢 SalinatedCoffee 提供翻译贡献!프로젝트를 도와 주셔서 고마워요!

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/CNAME b/site/_site/zh-CN/CNAME new file mode 100644 index 000000000..6495589cf --- /dev/null +++ b/site/_site/zh-CN/CNAME @@ -0,0 +1 @@ +polyglot.untra.io diff --git a/site/_site/zh-CN/a-really-long/permalink/index.html b/site/_site/zh-CN/a-really-long/permalink/index.html new file mode 100644 index 000000000..07cbc571c --- /dev/null +++ b/site/_site/zh-CN/a-really-long/permalink/index.html @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + 一条超长的永久链接 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

一条超长的永久链接

+

这个永久链接真的超长超复杂

+ +
+ +
+ + + + + diff --git a/site/_site/zh-CN/about/index.html b/site/_site/zh-CN/about/index.html new file mode 100644 index 000000000..83edf988e --- /dev/null +++ b/site/_site/zh-CN/about/index.html @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + About · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

About

+

+ Polyglot 是一款专属于 Jekyll 博客的国际化插件。Polyglot 易于安装,且适用于任何项目,以及任何你所需要的语言。有了 Polyglot 的对缺失内容的应变支持、URL 自动相对化处理,以及强大的 SEO 优化,您可以在创作多语言博客时更加专注于内容,而非处理技术上的脏活累活。 +

+ +

Polyglot 的 Github 页面

+ +

安装

+ +
gem install jekyll-polyglot
+ + +
+ +
+ + + + + diff --git a/site/_site/zh-CN/index.html b/site/_site/zh-CN/index.html new file mode 100644 index 000000000..cb524704c --- /dev/null +++ b/site/_site/zh-CN/index.html @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + Polyglot 网站朝鲜语支持上线 + +

+ + + +

Polyglot 网站 现已更新提供对朝鲜语的支持!

+ +

感谢 SalinatedCoffee 提供翻译贡献!프로젝트를 도와 주셔서 고마워요!

+ +
+ +
+

+ + Polyglot 1.5.1 + +

+ + + +

Polyglot 1.5.1 版本现已发布。

+ +

锚点链接中 url 的相对化

+ +

在 GitHub 用户 dougieh 的帮助下, Polyglot 现在可以相对化锚点链接中的 url 了。

+ +

希伯来语支持

+ +

Shalom,我的希伯来兄弟姐妹们!Polyglot 官方网站现在支持 עברית 了!

+ +
+ +
+

+ + 网站荷兰语支持 + +

+ + + +

感谢 GitHub 用户 @PanderMusubi,本网站现已支持 nl 荷兰语!Bedankt!

+ +
+ +
+

+ + Polyglot 1.5.0 + +

+ + + +

Polyglot 1.5.0 版本现已发布!本版本带来了对逻辑 CPU 的交替构建的支持。

+ +

更高速的交替构建

+ +

本次更新修改了 Polyglot 开启构建时的方式。现在,Polyglot 只会在确认有一个 CPU 核心准备好接受构建线程时开始构建。这使 Jekyll 站点的构建和使用准备好处理构建流程的逻辑 CPU 相比速度大大提升,避免了机器过载,使大型网站的构建更加高效。

+ +

其他更新

+ +
    +
  • 在网站的侧边栏中,为每个页面添加了指向 GitHub 源代码的链接。
  • +
  • 更新了代码库自述文件,提供了有关逻辑 CPU 使用情况的最新详细信息。
  • +
  • Polyglot 现在使用 CircleCI 进行持续集成。
  • +
  • Github 用户 musicmichaelc 创建了一个与 Polyglot 多语言支持配套的 Jekyll 主题更新。
  • +
+ +

鸣谢

+ +

本次更新得益于以下 GitHub 用户的大力支持:

+ + + +

想要提供帮助?

+ +

Polyglot 是否帮助过您为您的网站探索新的领地和市场呢?

+ +

您是否有想要提供的建议、贡献,和 bug 修正呢?

+ +

想把本网站翻译成你的母语吗?

+ +

请私信,或者提交 issuePR!我们欢迎任何形式的支持与贡献。

+ +
+ +
+

+ + Polyglot 1.4.1 + +

+ + + +

Polyglot 1.4.1 版本的额外补丁版本已推出!

+ +

对 i18n_headers 的小修复

+ +

Cleanup 时所需的应变功能导致需要进行一些小修复和测试。

+ +

向我们讲俄语朋友们说声 Привет

+ +

网站现已添加俄语支持!

+ +

想要看到你的语言的特性吗?

+ +

我在募集志愿者,为你的语言提供 Jekyll-Polyglot 项目网站主页的多语言支持!如果你觉得这款软件十分有用,且希望以你的语言呈现,请在 github issues 页面联系我。

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/page2/index.html b/site/_site/zh-CN/page2/index.html new file mode 100644 index 000000000..d55ed2801 --- /dev/null +++ b/site/_site/zh-CN/page2/index.html @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + Polyglot 1.4.0 + +

+ + + +

Polyglot 1.4.0 版本现已推出!

+ +
gem install jekyll-polyglot
+ +

href 属性的静态去相对化

+ +

本版本新增了一个 Liquid 块标签 ` {% static_href %}href=”…”{% endstatic_href %} `。该块标签可用于创建不受 Polyglot 相对化影响的锚点标签中的href属性。

+ +

Jekyll-Polyglot 在相对化处理上有些生硬,所以如果你想要制作一些明确的静态 URL 内容(比如制作一个语言切换器)该 Liquid 标签可以帮助你构建那些不会被扭曲的 href="..." 标签。

+ +

独占式网站语言生成

+ +

Polyglot 1.4.0 添加了对 lang-exclusive: [ ] 头文件字段的支持。如果对文档添加该头文件字段,将会限制 Jekyll 仅对指明的语言的子站点生成该文档。

+ +
---
+lang-exclusive: ['zh-CN']
+---
+ +

这是一种控制哪些语言可以查看该文档的方法,即使该文档在默认语言站点中可能没有相对应的版本。

+ +

重命名部分 Liquid 标签

+ +

` {% static_href %} ` 标签现在也可以使用 ` {% Static_Href %} ` 。现存的 ` {% I18n_Headers %} ` 标签也可以用 ` {% i18n_headers %} ` 来使用。

+ +

想要看到你的语言吗?

+ +

我在募集愿意为 Jekyll-Polyglot 主页 提供属于您的母语版本的志愿者!如果您觉得本软件对您有用,且希望本官方站点以您的语言呈现,请在 GitHub issues上联系我。

+ +
+ +
+

+ + Polyglot 1.3.3 + +

+ + + +

Polyglot 1.3.3 版本推出!该版本修复了一个在全新构建 包含 Polyglot 的项目的情况下,运行 jekyll serve --incremental 命令时发生的小问题。

+ +
gem install jekyll-polyglot
+ +

本次发布得益于以下GitHub用户的支持!

+ + + +
+ +
+

+ + Polyglot 1.3.2 + +

+ + + +

Polyglot 1.3.2 版本 现已推出!去试试吧!

+ +
gem install jekyll-polyglot
+ +

本次发布得益于以下 GitHub 用户的支持:

+ + + +

lang_from_path 设置 setting to derive document lang from relative path

+ +

This release adds a new boolean configuration setting lang_from_path. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as po4a.

+ +

相对和绝对 url 的相对化逻辑优化

+ +

excluded_from_localization files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.

+ +
+ +
+

+ + Polyglot 1.3.0 + +

+ + + +

Polyglot 的全新版本现已推出。去试试吧!

+ +
gem install jekyll-polyglot
+ +

本次发布得益于以下 GitHub 用户的支持:

+ + + +

递归式合并不同语言特定的 site.data

+ +

现在,在你的 site.data 目录下的特定语言内容将会递归地被合并在一起。也就是说,active_lang 的内容会优先于 default_lang 的内容呈现,也就是优先于非特定语言的内容。(#59

+ +

未指定语言的文件仍然会被写入 default_lang 的站点根目录

+ +

如果没有在 languages 中定义 default_lang,本功能会确保没有指定语言的文件(也就是被排除在本地化之外的文件)仍然会被写入站点根目录。(#65

+ +

i18n_headers 性能提升以及修复

+ +

现在,文档处理速度更快了。此外,修复了 site.url 被定义时的 i18n_headers 处理。(#67

+ +

自定义站点配置文件中的 active_lang

+ +

这将允许 active_lang 使用自定义的键,使 Polyglot 可以和其他的插件与主题更好地配合使用。(#68

+ +
+ +
+

+ + Polyglot 1.2.4 + +

+ + + +

Polyglot 的全新版本现已推出。去试试吧!

+ +
gem install jekyll-polyglot
+ +

本版本由 GitHub 用户 vlsi 的热心支持提供,他修复了一些 bug,并添加了下列新特性:

+ +

支持绝对 URL 的多语言翻译版本

+ +

Polyglot 现在会翻译你的 site.url,因此,绝对 URL 也会得到翻译了。

+ +

支持对全部 Jekyll 合集的翻译

+ +

Jekyll 合集是一项 Jekyll 的全新特性。本次更新也会把所有现有合集都进行翻译,而不只有文章和页面。

+ +

site.data[:lang] 存在时,对 site.data 的富文本使用语言特定的 _data 内容翻译

+ +

根目录下的富文本会在生成时。之前如果想要渲染富文本内容,你需要按照如下方式使用:

+ +
{{ site.data[site.active_lang].richTextString }}
+ +

现在,富文本内容可以直接使用如下标签进行渲染:

+ +
{{ site.data.richTextString }}
+ +

I18n_Headers 在留空时使用来自 site.url 的默认值

+ +

用户现在可以在不指定特定 url 的情况下使用下列标签:

+ +
{% I18n_Headers %}
+ +

这些标签将会使用你的 site.url 的默认值。

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/page3/index.html b/site/_site/zh-CN/page3/index.html new file mode 100644 index 000000000..5d5e46209 --- /dev/null +++ b/site/_site/zh-CN/page3/index.html @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + Polyglot 1.2.0 + +

+ + + +

Polyglot 的全新版本现已推出。去试试吧!

+ +
gem install jekyll-polyglot
+ +

此外,还请把 jekyll-polyglot 添加到你的网站的 _config.yml 的 gem 列表中。

+ +

本版本主要是为接下来的新特性以及更好的多语言内容管理提供基础准备。此外,本版本还包括了一些新特性:

+ +

{% I18n_Headers %}

+ +

请把这些标签和你的网站的 url 一同放入你的 includes 文件夹下的 head.html 文件中,以此获得最大化的多语言站点 SEO 。其效果与如下 Liquid 代码等同:

+ +
<meta http-equiv="Content-Language" content="{{site.active_lang}}">
+<link rel="alternate"
+      hreflang="{{site.default_lang}}"
+      href="http://yoursite.com{{page.permalink}}" />
+{% for lang in site.languages %}
+{% if lang == site.default_lang %}
+  {% continue %}
+{% endif %}
+<link rel="alternate"
+    hreflang="{{lang}}"
+    href="http://yoursite.com/{{lang}}{{page.permalink}}" />
+{% endfor %}
+ +

同样是要放在你的网页 header 中,但是 Polyglot 的方案更加快捷清晰!若需更多详情,请参照 SEO 页面

+ +
+ +
+

+ + Polyglot 版本 1.1.0 + +

+ + + +

Polyglot 现已全面支持 Jekyll 3.0 博客!去试试看吧!

+ +
gem 'jekyll-polyglot', '~> 1.1.0'
+ + +
+ +
+

+ + Polyglot 简介 + +

+ + + +

在经过数月的打磨后,我很骄傲地为大家介绍 Polyglot:为那些需要为其受众提供多语言内容的网站所打造的,一款 Jekyll 的 i18n 插件。

+ +

特性

+ +

尽管市面上存在其他的 Jekyll 多语言插件,Polyglot 却也有其独特之处。多语言插件,Polyglot 在包揽了那些通常留给 Jekyll 开发者去做的脏活累活(比如为了保持不同语言网站下站点地图保持一致而去折腾 url 的写法)的同时,还为他们提供了高效且简单的 SEO 与内容聚合工具。

+ +

创建相对化链接

+ +

在过去,一款静态网站/博客的多语言插件必须费心地跟进维护网站上所提供的每种语言的相对链接。开发者很容易犯错,然后外语访客就会一下子掉进还没翻译的内容之中。

+ +

Polyglot 自动化地为每种你希望网站所拥有的语言的 url 进行相对化处理。这可以让网站的访客可以在浏览你的网站时一直使用同一种语言的版本。

+ +

应变支持

+ +

当你没有为多语言内容提供翻译版本时,Jekyll 依然会为该语言的子站点根据已有的内容进行构建。而在你提供了多语言翻译版本的情况下,Jekyll 会根据该内容对该语言的子站点构建对应内容。就是这么简单。

+ +

站点地图对所有语言均保持一致,翻译内容与其所处的子站点一一对应。

+ +

富文本翻译

+ +

一般来讲,富文本内容的多语言翻译很难实现。对一个 Jekyll 网站来说,多语言的短字符串或者某些语言的特定用语很难在显示上保持一致。

+ +

但现在却简单如斯:只需在你的 config.yml 文件中,按照如下方式存储字符串:

+ +
hello:
+  en: Hello!
+  es: ¡hola!
+  fr: Bonjour!
+  de: Guten Tag!
+ +

按照如下方式使用 Liquid 模板内容:

+ +
{{ site.hello[site.active_lang]}}
+ +

会生成如下内容:

+

+你好! +

+ +

快速,异步,零成本构建

+ +

Polyglot 会和构建你的默认语言站点一样构建你的多语言站点。Polyglot 会以最小的成本在各自独立的进程下同时构建你的网站的每种语言的子站点。这意味着,你的网站的构建时间不会因为支持语言的数量而增加。

+ +

下载

+ +

Polyglot 支持 gem 版本,也可以当作 Jekyll 插件使用。可以使用如下代码安装:

+ +
  gem install 'jekyll-polyglot'
+  
+ + +
+ +
+

+ + Hyde 介绍 + +

+ + + +

Hyde 是一款大胆的双栏 Jekyll 主题。其采用了突出的侧边栏和简洁的内容的结合。Hyde 基于 Jekyll 的管家 Poole 构建。

+ +

基于 Poole 构建

+ +

Poole 是 Jekyll 的管家,是 @mdo 开发的用于提供可靠且高效的 Jekyll 主题开发模板。Poole 以及所有基于它构建的 Jekyll 主题(正如本网站正在使用的 Hyde)均包含如下内容:

+ +
    +
  • 完整的 Jekyll 安装所需内容(版式、配置、404RSS feed、文章,以及示例页面)。
  • +
  • 对手机显示友好的界面和开发。
  • +
  • 使用 CSS 中的 rem 单位轻松可伸缩的文本和组件大小。
  • +
  • 支持多种多样的 HTML 标签。
  • +
  • 每篇文章下方有相关文章(Jekyll 实现的基于时间的排序)。
  • +
  • 语法高亮功能,感谢 Pygments(基于 Python 的代码片段高亮器)
  • +
+ +

Hyde 的特性

+ +

除了 Poole 已有的特性外,Hyde 的特性还包括:

+ +
    +
  • 侧边栏支持文本模块和动态生成的导航菜单,包括活动链接的支持。
  • +
  • Two orientations for content and sidebar, default (left sidebar) and reverse (right sidebar), available via <body> classes
  • +
  • 使用 <body> 选择八种可选配色主题
  • +
+ +

请阅读文档了解更多。

+ +

浏览器支持

+ +

Hyde 是一个面向未来的项目。除了最新版本的 Chrome、Safari(移动和桌面版)和 Firefox 之外,它仅与 Internet Explorer 9 及更高版本兼容。

+ +

下载

+ +

Hyde 代码托管在 GitHub 上,供大家开发。请前往 GitHub 代码库进行下载、汇报问题,以及特性提交。

+ +

谢谢使用!

+ +
+ +
+

+ + Jekyll 是什么? + +

+ + + +

Jekyll 是一款静态网站生成器,同时还是一款开源工具,可用于创建适用于各种形式及尺寸的简单却强大的网站。根据Jekyll 的官方项目说明:

+ +
+

Jekyll 是一个简单、具备博客功能的静态网站生成器。Jekyll 接收你的内容,渲染 Markdown 和 Liquid 模板,生成一个完整的静态网站,可以通过Apache、Nginx 或其他 Web 服务器进行提供服务。Jekyll 同时还是 GitHub Pages 背后所采用的引擎,你可以使用它来从你的 GitHub 代码仓库直接托管网站。

+
+ +

它是一款非常有用的工具,我们非常推荐您使用 Hyde 主题部署 Jekyll。

+ +

若想了解更多,请查看项目的 GitHub 页面

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/sample/index.html b/site/_site/zh-CN/sample/index.html new file mode 100644 index 000000000..31b9a0536 --- /dev/null +++ b/site/_site/zh-CN/sample/index.html @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + Sample rich text data · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Sample rich text data

+

你好,欢迎来到示例页面
+请您欣赏本页
+本页面由 _data 目录下的一个 .yml 文件生成
+HTML 标签依然保留
+而链接则会被相对化

+ +
+ +
+ + + + + diff --git a/site/_site/zh-CN/seo/index.html b/site/_site/zh-CN/seo/index.html new file mode 100644 index 000000000..d96eef36c --- /dev/null +++ b/site/_site/zh-CN/seo/index.html @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + SEO 方案 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

SEO 方案

+

使用 Polyglot 的搜索引擎优化(SEO)方案

+ +

如果你已经安装了 jekyll-polyglot 包,把这些内容加入到你的网站的 header 标签中,可以让你的 Jekyll 轻松地获取更多的面向 Google 的 SEO 加成。

+ +

HTML 语言声明

+ +

对每个 W3C 国际化示范实例 +,你可以对每个页面都使用一个元数据标签设置默认语言。只需把如下内容添加到你的 header 标签中:

+ +
<meta http-equiv="Content-Language" content="{{site.active_lang}}">
+ +

使用 hreflang 替代标签实现多语言 SEO

+ +

你可以为你的站点简单地添加 hreflang 替代标签,达成 Google 对多语言搜索的 SEO。添加下列内容到你的 header 标签中:

+ +
<link rel="alternate"
+      hreflang="{{site.default_lang}}"
+      href="http://yoursite.com{{page.permalink}}" />
+{% for lang in site.languages %}
+{% if lang == site.default_lang %}
+  {% continue %}
+{% endif %}
+<link rel="alternate"
+    hreflang="{{lang}}"
+    href="http://yoursite.com/{{lang}}{{page.permalink}}" />
+{% endfor %}
+ +

一步到位

+ +

你可以通过把如下的标签直接添加到你的 header.html 文件中,以直接达成上述效果:

+ +
{% I18n_Headers https://untra.github.com/polyglot %}
+ +

只需要填入你的网站的对应的永久 URL 到标签中,一切就将准备就绪。

+ +

在 1.2.4 版本后,你可以留空,只要使用下列标签即可:

+ +
{% I18n_Headers %}
+ +

该标签会采用你默认的 site.url

+ +


+ +

若采用如上的 SEO 策略,每次对站点不同子语言内容的点击,都会计入到站点的净点击中。

+ +
+ +
+ + + + + diff --git a/site/about.zh-CN.md b/site/about.zh-CN.md new file mode 100644 index 000000000..fe97e3684 --- /dev/null +++ b/site/about.zh-CN.md @@ -0,0 +1,16 @@ +--- +layout: page +title: About +permalink: about/ +lang: zh-CN +--- +

+ Polyglot 是一款专属于 Jekyll 博客的国际化插件。Polyglot 易于安装,且适用于任何项目,以及任何你所需要的语言。有了 Polyglot 的对缺失内容的应变支持、URL 自动相对化处理,以及强大的 SEO 优化,您可以在创作多语言博客时更加专注于内容,而非处理技术上的脏活累活。 +

+ +[**Polyglot 的 Github 页面**](https://github.com/untra/polyglot) + +**安装** +{% highlight bash %} +gem install jekyll-polyglot +{% endhighlight %} diff --git a/site/complex-permalink.zh-CN.md b/site/complex-permalink.zh-CN.md new file mode 100644 index 000000000..1f156e3ff --- /dev/null +++ b/site/complex-permalink.zh-CN.md @@ -0,0 +1,8 @@ +--- +layout: page +title: 一条超长的永久链接 +permalink: a-really-long/permalink/ +lang: zh-CN +--- + +这个永久链接真的超长超复杂 diff --git a/site/seo.zh-CN.md b/site/seo.zh-CN.md new file mode 100644 index 000000000..b050c231c --- /dev/null +++ b/site/seo.zh-CN.md @@ -0,0 +1,66 @@ +--- +layout: page +title: SEO 方案 +permalink: seo/ +lang: zh-CN +--- + +# 使用 Polyglot 的搜索引擎优化(SEO)方案 + +如果你已经安装了 `jekyll-polyglot` 包,把这些内容加入到你的网站的 `header` 标签中,可以让你的 Jekyll 轻松地获取更多的面向 Google 的 SEO 加成。 + +## HTML 语言声明 + +对每个 [W3C 国际化示范实例](http://www.w3.org/International/geo/html-tech/tech-lang.html#ri20060630.133615821) +,你可以对每个页面都使用一个元数据标签设置默认语言。只需把如下内容添加到你的 `header` 标签中: + +{% highlight html %}{% raw %} + +{% endraw %} +{% endhighlight %} + +## 使用 hreflang 替代标签实现多语言 SEO + +你可以为你的站点简单地添加 [hreflang 替代标签](https://support.google.com/webmasters/answer/189077?hl=en),达成 Google 对多语言搜索的 SEO。添加下列内容到你的 `header` 标签中: + +{% highlight html %} +{% raw %} + +{% for lang in site.languages %} +{% if lang == site.default_lang %} + {% continue %} +{% endif %} + +{% endfor %} +{% endraw %} +{% endhighlight %} + +## 一步到位 + +你可以通过把如下的标签直接添加到你的 `header.html` 文件中,以直接达成上述效果: + +{% highlight html %} +{% raw %} +{% I18n_Headers https://untra.github.com/polyglot %} +{% endraw %} +{% endhighlight %} + +只需要填入你的网站的对应的永久 URL 到标签中,一切就将准备就绪。 + +在 1.2.4 版本后,你可以留空,只要使用下列标签即可: + +{% highlight html %} +{% raw %} +{% I18n_Headers %} +{% endraw %} +{% endhighlight %} + +该标签会采用你默认的 `site.url`。 + +
+ +若采用如上的 SEO 策略,每次对站点不同子语言内容的点击,都会计入到站点的净点击中。