<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Bence | Building Brands From China</title>
    <link>https://bence.us/en/posts/</link>
    <description>Recent content in Posts on Bence | Building Brands From China</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Wed, 03 Jun 2026 00:00:00 +0800</lastBuildDate>
    <atom:link href="https://bence.us/en/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Free Static Blog Deployment with GitHub Actions</title>
      <link>https://bence.us/en/posts/github-actions-deploy/</link>
      <pubDate>Wed, 03 Jun 2026 00:00:00 +0800</pubDate>
      <guid>https://bence.us/en/posts/github-actions-deploy/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Building a static blog with Hugo and deploying it to the public web — no server required, update anytime, anywhere as long as you have internet access.&lt;/p&gt;&#xA;&lt;p&gt;The core idea: create a &lt;strong&gt;private repo&lt;/strong&gt; on GitHub for source code, use &lt;strong&gt;GitHub Actions&lt;/strong&gt; to auto-build the static site, and push the &lt;code&gt;public&lt;/code&gt; folder to a &lt;strong&gt;public repo&lt;/strong&gt;. Anyone can view your site once the static files are on a public server. This guide focuses on the deployment workflow rather than how to build a static site — there are many tools for that (or you can even write plain &lt;code&gt;.html&lt;/code&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blog Launch! A Working Tuesday</title>
      <link>https://bence.us/en/posts/blog-launch/</link>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://bence.us/en/posts/blog-launch/</guid>
      <description>&lt;p&gt;The blog is finally live!&lt;/p&gt;&#xA;&lt;p&gt;Today is just an ordinary Tuesday. Between work tasks, I managed to get this blog up and running.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-start-a-blog&#34;&gt;Why Start a Blog&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve always wanted a place of my own to write - sharing tech lessons, life thoughts, or just venting a bit.&lt;/p&gt;&#xA;&lt;h2 id=&#34;about-this-blog&#34;&gt;About This Blog&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Built with &lt;strong&gt;Hugo&lt;/strong&gt; static site generator&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/Livour/hugo-mana-theme&#34;&gt;Mana Theme&lt;/a&gt; with blue color customization&lt;/li&gt;&#xA;&lt;li&gt;Bilingual (Chinese primary / English)&lt;/li&gt;&#xA;&lt;li&gt;Auto-deployed via GitHub Actions&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;a-working-tuesday&#34;&gt;A Working Tuesday&lt;/h2&gt;&#xA;&lt;p&gt;Tuesday - the most awkward day of the week. Monday is over, but Friday is still far away. Morning commute, morning meetings, afternoon coding, evening overtime.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hello, World!</title>
      <link>https://bence.us/en/posts/hello-world/</link>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://bence.us/en/posts/hello-world/</guid>
      <description>&lt;p&gt;This is my first blog post. The blog is built with &lt;strong&gt;Hugo&lt;/strong&gt; and the &lt;a href=&#34;https://github.com/Livour/hugo-mana-theme&#34;&gt;Mana Theme&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;about-this-blog&#34;&gt;About This Blog&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll be sharing my thoughts on technology and life here.&lt;/p&gt;&#xA;&lt;h2 id=&#34;markdown-test&#34;&gt;Markdown Test&lt;/h2&gt;&#xA;&lt;h3 id=&#34;code-block&#34;&gt;Code Block&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;def&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;hello&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;():&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Hello, World!&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;blockquote&#34;&gt;Blockquote&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;A journey of a thousand miles begins with a single step.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;alert&#34;&gt;Alert&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;[!TIP]&#xA;This is a tip alert.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;[!WARNING]&#xA;This is a warning.&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
    </item>
  </channel>
</rss>
