<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://jasonyuezhang.me/feed.xml" rel="self" type="application/atom+xml" /><link href="https://jasonyuezhang.me/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-06-05T17:44:21-07:00</updated><id>https://jasonyuezhang.me/feed.xml</id><title type="html">Jason (Yue) Zhang</title><subtitle>Notes on software, systems, and the work behind building useful things.</subtitle><author><name>Jason (Yue) Zhang</name></author><entry><title type="html">Starting This Blog</title><link href="https://jasonyuezhang.me/2026/05/24/starting-this-blog/" rel="alternate" type="text/html" title="Starting This Blog" /><published>2026-05-24T18:57:00-07:00</published><updated>2026-05-24T18:57:00-07:00</updated><id>https://jasonyuezhang.me/2026/05/24/starting-this-blog</id><content type="html" xml:base="https://jasonyuezhang.me/2026/05/24/starting-this-blog/"><![CDATA[<p>This is the first post on the new version of the site.</p>

<p>The goal is simple: keep a public record of what I am learning and building, written in a way that is useful after the immediate context fades.</p>

<p>Posts live in <code class="language-plaintext highlighter-rouge">_posts</code> and use the standard Jekyll filename format:</p>

<div class="language-text highlighter-rouge"><div class="highlight"><pre class="highlight"><code>YEAR-MONTH-DAY-title.markdown
</code></pre></div></div>

<p>To run the site locally:</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>bundle <span class="nb">exec </span>jekyll serve
</code></pre></div></div>

<p>That is enough to preview drafts and posts before publishing.</p>]]></content><author><name>Jason (Yue) Zhang</name></author><category term="meta" /><summary type="html"><![CDATA[This is the first post on the new version of the site.]]></summary></entry></feed>