<?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 Stacknote Demo</title><link>https://stacknote.wanglong.cv/tags/writing/</link><description>Recent content in Writing on Stacknote Demo</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 24 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://stacknote.wanglong.cv/tags/writing/index.xml" rel="self" type="application/rss+xml"/><item><title>Welcome to Stacknote</title><link>https://stacknote.wanglong.cv/articles/welcome/</link><pubDate>Mon, 24 Aug 2026 00:00:00 +0000</pubDate><guid>https://stacknote.wanglong.cv/articles/welcome/</guid><description>&lt;p&gt;Stacknote is designed for technical writing that values clarity and character. It gives a personal engineering blog a recognizable visual voice without turning every page into a product landing page.&lt;/p&gt;&#10;&lt;h2 id="a-complete-reading-experience"&gt;A complete reading experience&lt;/h2&gt;&#10;&lt;p&gt;The reading page keeps the article at the center while still providing a table of contents, highlighted code, responsive tables, related articles, and strong keyboard focus states.&lt;/p&gt;&#10;&lt;div class="code-block"&gt;&#10; &lt;button class="code-block__copy" type="button" data-copy-code data-copied-label="Copied"&gt;Copy&lt;/button&gt;&#10; &lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-go" data-lang="go"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;func&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;main&lt;/span&gt;() {&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;fmt&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;Println&lt;/span&gt;(&lt;span style="color:#e6db74"&gt;&amp;#34;field-tested notes&amp;#34;&lt;/span&gt;)&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;The same design carries through the homepage, archives, tags, search results, and author page. Local covers are processed by Hugo into responsive WebP variants, while articles without images keep a deliberate text-first layout.&lt;/p&gt;</description></item><item><title>A Small Checklist for Shipping Technical Notes</title><link>https://stacknote.wanglong.cv/articles/publishing-checklist/</link><pubDate>Mon, 27 Jul 2026 00:00:00 +0000</pubDate><guid>https://stacknote.wanglong.cv/articles/publishing-checklist/</guid><description>&lt;p&gt;A publishing checklist should be short enough to use every time. Mine asks five questions.&lt;/p&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;Does the opening state the problem without requiring a page of background?&lt;/li&gt;&#10;&lt;li&gt;Do commands and code samples still run?&lt;/li&gt;&#10;&lt;li&gt;Do external claims link to the original source?&lt;/li&gt;&#10;&lt;li&gt;Does every informative image have useful alternative text?&lt;/li&gt;&#10;&lt;li&gt;Does the production build complete without warnings?&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;p&gt;For a Hugo site, the final check can remain pleasantly boring:&lt;/p&gt;&#10;&lt;div class="code-block"&gt;&#10; &lt;button class="code-block__copy" type="button" data-copy-code data-copied-label="Copied"&gt;Copy&lt;/button&gt;&#10; &lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo --panicOnWarning --minify&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;Preview the generated site at both narrow and wide viewport sizes. Long titles, tables, code blocks, and navigation labels expose layout assumptions faster than placeholder text ever will.&lt;/p&gt;</description></item></channel></rss>