<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Writing on Liquid Stack</title><link>https://liquid-stack.pages.dev/tags/writing/</link><description>Recent content in Writing on Liquid Stack</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>My Blog</copyright><lastBuildDate>Thu, 23 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://liquid-stack.pages.dev/tags/writing/index.xml" rel="self" type="application/rss+xml"/><item><title>Start Writing: Markdown and Bilingual Posts</title><link>https://liquid-stack.pages.dev/p/writing-markdown-and-bilingual-posts/</link><pubDate>Thu, 23 Jul 2026 00:00:00 +0000</pubDate><guid>https://liquid-stack.pages.dev/p/writing-markdown-and-bilingual-posts/</guid><description>&lt;p&gt;Liquid Stack uses Hugo’s multilingual content structure: Chinese and English versions of one post live in the same directory.&lt;/p&gt;
&lt;h2 id="create-a-post-directory"&gt;Create a post directory
&lt;/h2&gt;&lt;p&gt;Create &lt;code&gt;index.md&lt;/code&gt; and &lt;code&gt;index.zh.md&lt;/code&gt; under &lt;code&gt;content/post/your-slug/&lt;/code&gt;. Give both files the same &lt;code&gt;slug&lt;/code&gt; so the language switcher recognises them as translations of one post.&lt;/p&gt;
&lt;h2 id="write-useful-front-matter"&gt;Write useful front matter
&lt;/h2&gt;&lt;p&gt;Every post should have a title, description, date, category, and tags. Localise the title and description for each audience rather than translating word by word; keep product names, commands, and code unchanged.&lt;/p&gt;
&lt;h2 id="keep-it-maintainable"&gt;Keep it maintainable
&lt;/h2&gt;&lt;p&gt;Store images in &lt;code&gt;static/img/your-slug/&lt;/code&gt; and use site-absolute paths such as &lt;code&gt;/img/your-slug/featured.png&lt;/code&gt;. Before release, check links, images, and categories in both languages.&lt;/p&gt;</description></item></channel></rss>