<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Liquid Stack on Jingyuan</title>
        <link>https://jingyuan-zheng.github.io/tags/liquid-stack/</link>
        <description>Recent content in Liquid Stack on Jingyuan</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-US</language>
        <copyright>Jingyuan Zheng</copyright>
        <lastBuildDate>Sun, 02 Aug 2026 20:30:00 +0200</lastBuildDate><atom:link href="https://jingyuan-zheng.github.io/tags/liquid-stack/index.xml" rel="self" type="application/rss+xml" /><item>
            <title>Liquid Stack Is Now Open Source: A Complete Hugo Site Starter</title>
            <link>https://jingyuan-zheng.github.io/p/liquid-stack-open-source-release/</link>
            <pubDate>Sun, 02 Aug 2026 20:30:00 +0200</pubDate>
            <guid>https://jingyuan-zheng.github.io/p/liquid-stack-open-source-release/</guid>
            <description>&lt;p&gt;The current visual direction of this blog is now available as an open-source project: &lt;strong&gt;Liquid Stack&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Jingyuan-Zheng/Liquid-Stack&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Browse the repository&lt;/a&gt; · &lt;a class=&#34;link&#34; href=&#34;https://jingyuan-zheng.github.io/Liquid-Stack/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;View the project site&lt;/a&gt; · &lt;a class=&#34;link&#34; href=&#34;https://liquid-stack.pages.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Open the live demo&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Liquid Stack is a complete Hugo starter built on &lt;a class=&#34;link&#34; href=&#34;https://github.com/CaiJimmy/hugo-theme-stack&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Hugo Theme Stack&lt;/a&gt; v4.0.3. It keeps Stack&amp;rsquo;s dependable writing and archive experience, then extends it into a more complete personal-site framework with a Liquid Glass-inspired visual system, bilingual pages, homepage widgets, content tools, and replaceable sample material.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-i-open-sourced-it&#34;&gt;Why I Open-Sourced It&#xA;&lt;/h2&gt;&lt;p&gt;Many readers have told me they enjoy this blog&amp;rsquo;s design. I wanted to turn that shared interest into something useful: a real starting point that people can take, explore, and make their own.&lt;/p&gt;&#xA;&lt;p&gt;Liquid Stack is also much more than a light edit of Stack. It is a complete website system built around one visual language, with polished homepage widgets, a comment system, a friend-link workflow, email templates, management tools, and bilingual publishing already considered together.&lt;/p&gt;&#xA;&lt;p&gt;The public version deliberately removes private content, personal credentials, and service-specific settings. Its sample copy, avatar, links, photos, comments, and forms are there to show how each part fits together and can be replaced safely.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-included&#34;&gt;What Is Included&#xA;&lt;/h2&gt;&lt;p&gt;Liquid Stack adds the following around Stack&amp;rsquo;s blog foundation:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Unified visual system:&lt;/strong&gt; Liquid Glass-inspired surfaces, background blur, rounded-card hierarchy, Lucide line icons, and matching light/dark modes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Homepage widgets:&lt;/strong&gt; profile introduction, shortcut cards, archive and category navigation, a dual world clock, and a visual entry to the launchpad, photo wall, and dashboard.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reading and bilingual publishing:&lt;/strong&gt; matched English and Simplified Chinese pages, language-aware switching, bilingual sitemaps, XML sitemaps, search, and a 404 entry point.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Project and personal-site pages:&lt;/strong&gt; a configurable launchpad, draggable photo wall, complete About-page layout, and a content-statistics dashboard.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Management and interaction:&lt;/strong&gt; a management menu, Sveltia CMS, theme-matched Waline comments, friend-link application workflow, deployment and analytics shortcuts, plus reusable email templates.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;start-from-the-template&#34;&gt;Start from the Template&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Select &lt;a class=&#34;link&#34; href=&#34;https://github.com/new?template_name=Liquid-Stack&amp;amp;template_owner=Jingyuan-Zheng&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Use this template&lt;/a&gt; on GitHub to create your own repository.&lt;/li&gt;&#xA;&lt;li&gt;Update the site name, URL, sidebar copy, social links, and language settings in &lt;code&gt;hugo.yaml&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Replace the sample identity and assets under &lt;code&gt;static/img/liquid-stack/&lt;/code&gt;, then update the launchpad, photo wall, and friend-link data as needed.&lt;/li&gt;&#xA;&lt;li&gt;Preview locally with &lt;code&gt;hugo server -D&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Build the production site with &lt;code&gt;hugo --minify --cleanDestinationDir --ignoreCache&lt;/code&gt; and deploy the generated &lt;code&gt;public&lt;/code&gt; directory through your preferred host.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The &lt;a class=&#34;link&#34; href=&#34;https://jingyuan-zheng.github.io/Liquid-Stack/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;project site&lt;/a&gt; includes visual screenshots and a concise overview. The &lt;a class=&#34;link&#34; href=&#34;https://liquid-stack.pages.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;demo&lt;/a&gt; is the fastest way to see the complete interaction flow before changing anything.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-publish&#34;&gt;Before You Publish&#xA;&lt;/h2&gt;&lt;p&gt;Replace every sample name, image, public link, and placeholder before treating the site as your own. Do not commit access tokens, API keys, email credentials, private URLs, or personal contact information to a public repository.&lt;/p&gt;&#xA;&lt;p&gt;Comments, CMS editing, forms, analytics, and deployment integrations each require your own configuration. The demo comments and form flows are presentation examples only; they do not store a visitor&amp;rsquo;s submission. If you enable Waline or email notifications, use your own service endpoint and review the included configuration examples before publishing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-starting-point-not-a-finished-identity&#34;&gt;A Starting Point, Not a Finished Identity&#xA;&lt;/h2&gt;&lt;p&gt;Liquid Stack is meant to save time on the framework while leaving the important decisions open: what you write about, how you introduce yourself, which tools you connect, and what visual material represents your space.&lt;/p&gt;&#xA;&lt;p&gt;If you build something with it, I hope the template gives you a calm place to start and enough room to make it unmistakably yours.&lt;/p&gt;&#xA;</description>
        </item></channel>
</rss>
