<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bilingual on OINK</title>
    <link>https://oink.pgsty.com/tags/bilingual/</link>
    <description>Recent content in Bilingual on OINK</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    
    
    
      <lastBuildDate>Sat, 22 Aug 2026 16:33:53 +0800</lastBuildDate>
    
    
      <atom:link href="https://oink.pgsty.com/tags/bilingual/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>pgsty.com</title>
        <link>https://oink.pgsty.com/case/pgsty-com/</link>
        <pubDate>Sat, 15 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/pgsty-com/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://pgsty.com/&#34;&gt;pgsty.com&lt;/a&gt; is the bilingual corporate site behind Pigsty.&#xA;It has only about ten pages: a &lt;code&gt;type: home&lt;/code&gt; front page assembled from&#xA;&lt;code&gt;data/home/{en,zh}.yaml&lt;/code&gt;, followed by focused pages for solutions, company&#xA;information, and pricing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Using OINK as a landing-page theme with almost no documentation tree.&lt;/li&gt;&#xA;&lt;li&gt;Maintaining compact English and Chinese marketing pages as peers.&lt;/li&gt;&#xA;&lt;li&gt;Building the home-page narrative from reusable data sections.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This pattern is appropriate when a project wants OINK&amp;rsquo;s brand, navigation,&#xA;search, and multilingual conventions but primarily needs a small public-facing&#xA;site rather than a manual.&lt;/p&gt;</description>
      </item>
    <item>
        <title>silo.pgsty.com</title>
        <link>https://oink.pgsty.com/case/silo/</link>
        <pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/silo/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://silo.pgsty.com/&#34;&gt;silo.pgsty.com&lt;/a&gt; documents SILO, an S3-compatible&#xA;object store. The case snapshot counted 411 pages per language. A migration&#xA;manifest covering 387 upstream pages generates &lt;code&gt;data/docs_nav.json&lt;/code&gt;, which then&#xA;drives the documentation sidebar. The site also has module taxonomy and a&#xA;download page.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Migrating a large upstream manual without flattening its information design.&lt;/li&gt;&#xA;&lt;li&gt;Generating navigation from a checked manifest instead of hand-maintaining it.&lt;/li&gt;&#xA;&lt;li&gt;Layering local bilingual content, taxonomy, and downloads around imported docs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use this pattern when the upstream corpus remains authoritative but the local&#xA;site needs its own navigation, language peers, and product surfaces.&lt;/p&gt;</description>
      </item>
    <item>
        <title>caps.vonng.com</title>
        <link>https://oink.pgsty.com/case/capslock/</link>
        <pubDate>Mon, 10 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/capslock/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://caps.vonng.com/&#34;&gt;caps.vonng.com&lt;/a&gt; is a two-page-per-language&#xA;site for the Capslock keyboard enhancement: a home page and an interactive&#xA;configuration generator. The generator reads &lt;code&gt;data/capslock-v3.json&lt;/code&gt; and uses&#xA;a custom &lt;code&gt;customizer&lt;/code&gt; shell type alongside the regular documentation shell.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The practical lower bound of an OINK site: a tiny project needs no front-end&#xA;application just to publish a tool and its introduction.&lt;/li&gt;&#xA;&lt;li&gt;Extending the shell registry for one purpose-built interactive page.&lt;/li&gt;&#xA;&lt;li&gt;Keeping generator data separate from its presentation and bilingual prose.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use this pattern when documentation is small but one interactive tool deserves&#xA;the same navigation, theme, and language controls as the rest of the site.&lt;/p&gt;</description>
      </item>
    <item>
        <title>pig.pgsty.com</title>
        <link>https://oink.pgsty.com/case/pig/</link>
        <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/pig/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://pig.pgsty.com/&#34;&gt;pig.pgsty.com&lt;/a&gt; documents PIG, the PostgreSQL extension&#xA;package manager. Its core manual is deliberately compact—18 pages per language&#xA;in the case snapshot—while a 50-post bilingual blog carries updates and deeper&#xA;explanations. The home page is assembled from &lt;code&gt;data/home&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A shallow, mostly single-file documentation tree for a focused CLI product.&lt;/li&gt;&#xA;&lt;li&gt;English and Chinese peers without duplicating navigation design.&lt;/li&gt;&#xA;&lt;li&gt;A data-driven home page paired with a larger stream of blog content.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Choose this pattern when the reference manual is small and stable but product&#xA;news, tutorials, and release context need room to grow.&lt;/p&gt;</description>
      </item>
    <item>
        <title>sow.pgsty.com</title>
        <link>https://oink.pgsty.com/case/sow/</link>
        <pubDate>Sat, 08 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/sow/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://sow.pgsty.com/&#34;&gt;sow.pgsty.com&lt;/a&gt; documents SOW, an APT and YUM repository&#xA;manager. The case snapshot contained 55 pages per language and a dedicated&#xA;download page whose versions, tags, and release artifacts are generated from&#xA;structured release data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Keeping operational documentation bilingual at a moderate scale.&lt;/li&gt;&#xA;&lt;li&gt;Giving downloads their own content type instead of embedding links in prose.&lt;/li&gt;&#xA;&lt;li&gt;Reusing release data so package metadata has one source of truth.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This pattern fits software that distributes many platform-specific artifacts&#xA;and needs installation instructions, repositories, and downloads to evolve&#xA;together.&lt;/p&gt;</description>
      </item>
    <item>
        <title>exp.pgsty.com</title>
        <link>https://oink.pgsty.com/case/pg-exporter/</link>
        <pubDate>Fri, 07 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/pg-exporter/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://exp.pgsty.com/&#34;&gt;exp.pgsty.com&lt;/a&gt; documents PG Exporter, a Prometheus&#xA;metrics collector for PostgreSQL. The case snapshot counted 15 pages per&#xA;language and 37 bilingual blog posts. Generated navigation, home-page data, and&#xA;a structured metric catalogue do most of the organizational work.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Using &lt;code&gt;data/docs_nav.json&lt;/code&gt; for a small but deliberately ordered manual.&lt;/li&gt;&#xA;&lt;li&gt;Rendering a domain catalogue from structured data rather than repeated prose.&lt;/li&gt;&#xA;&lt;li&gt;Selecting &lt;code&gt;typography: system&lt;/code&gt; when a site should make no brand-font request.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This pattern suits technical products whose reference data is as important as&#xA;their narrative documentation, especially where a lightweight font stack is&#xA;preferred.&lt;/p&gt;</description>
      </item>
    <item>
        <title>tpme.vonng.com</title>
        <link>https://oink.pgsty.com/case/tpme/</link>
        <pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/tpme/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://tpme.vonng.com/&#34;&gt;tpme.vonng.com&lt;/a&gt; publishes &lt;em&gt;The Product-Minded&#xA;Engineer&lt;/em&gt; in English and Chinese, with 18 chapters per language in the case&#xA;snapshot. Its configuration narrows the supported shell types to &lt;code&gt;[book]&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A publication with exactly one content model and no documentation shell.&lt;/li&gt;&#xA;&lt;li&gt;Bilingual chapter peers with a shared visual and navigational system.&lt;/li&gt;&#xA;&lt;li&gt;A smaller Book implementation than the multi-edition DDIA site.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This is the clearer starting point for a single-title tutorial or translated&#xA;book: keep the site architecture narrow, then add numbering and indexes only as&#xA;the manuscript needs them.&lt;/p&gt;</description>
      </item>
    <item>
        <title>pgsty.pro</title>
        <link>https://oink.pgsty.com/case/pgsty-pro/</link>
        <pubDate>Sun, 02 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/case/pgsty-pro/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://pgsty.pro/&#34;&gt;pgsty.pro&lt;/a&gt; documents Pigsty v5 in English and Chinese. The&#xA;case snapshot counted 343 documentation pages per language and 67 bilingual&#xA;blog posts. Its release archive is the distinctive part: 128 localized pages&#xA;render version data through the reusable &lt;code&gt;release-card&lt;/code&gt; component.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-it-demonstrates&#34;&gt;What it demonstrates&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Keeping a long product history navigable without hand-building every card.&lt;/li&gt;&#xA;&lt;li&gt;Sharing structured release data between download, archive, and detail pages.&lt;/li&gt;&#xA;&lt;li&gt;Maintaining documentation and editorial posts as bilingual peers.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use this pattern for products with many supported or historical versions where&#xA;release metadata must stay consistent across several surfaces.&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
