<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting to Know Nuno on nuno</title><link>https://that-daniel.github.io/nuno/series/getting-to-know-nuno/</link><description>Recent content in Getting to Know Nuno on nuno</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Wed, 20 May 2026 09:00:00 +0000</lastBuildDate><atom:link href="https://that-daniel.github.io/nuno/series/getting-to-know-nuno/index.xml" rel="self" type="application/rss+xml"/><item><title>Welcome to nuno</title><link>https://that-daniel.github.io/nuno/posts/welcome-to-nuno/</link><pubDate>Mon, 04 May 2026 09:00:00 +0000</pubDate><guid>https://that-daniel.github.io/nuno/posts/welcome-to-nuno/</guid><description>&lt;p&gt;nuno is a Hugo theme for people who write. It has one typeface, four palettes,&#10;a single accent colour, and no third-party requests at all. The home page you&#10;arrived on is the whole design argument: a masthead that types itself, a column&#10;of numbered cards, and nothing else competing for attention.&lt;/p&gt;&#10;&lt;h2 id="what-you-get"&gt;What you get&lt;a class="heading-anchor" href="#what-you-get" aria-label="Link to this section"&gt;&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;The parts worth knowing about, in rough order of how often you will touch them:&lt;/p&gt;</description></item><item><title>Four Palettes, One Accent</title><link>https://that-daniel.github.io/nuno/posts/four-palettes-one-accent/</link><pubDate>Sat, 18 Apr 2026 09:00:00 +0000</pubDate><guid>https://that-daniel.github.io/nuno/posts/four-palettes-one-accent/</guid><description>&lt;p&gt;The theme has two colour switches and they are independent of each other. That is&#10;the only unusual thing about its palette system, and it is worth five minutes of&#10;explanation because almost every customisation question turns out to be about it.&lt;/p&gt;&#10;&lt;h2 id="the-two-switches"&gt;The two switches&lt;a class="heading-anchor" href="#the-two-switches" aria-label="Link to this section"&gt;&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;&lt;strong&gt;Theme&lt;/strong&gt; is &lt;code&gt;light&lt;/code&gt; or &lt;code&gt;dark&lt;/code&gt;, toggled by the ☾/☀ button in the nav. &lt;strong&gt;Ground&lt;/strong&gt;&#10;is &lt;code&gt;brown&lt;/code&gt; or &lt;code&gt;green&lt;/code&gt;, toggled from the footer. Neither knows about the other, so&#10;the combinations are:&lt;/p&gt;</description></item><item><title>The Image Pipeline</title><link>https://that-daniel.github.io/nuno/posts/the-image-pipeline/</link><pubDate>Mon, 02 Mar 2026 09:00:00 +0000</pubDate><guid>https://that-daniel.github.io/nuno/posts/the-image-pipeline/</guid><description>&lt;p&gt;Of everything the theme does for performance, the image pipeline earns the most.&#10;One post in early testing went from 2.5 MB and a 12.9 second load to 118 KB and&#10;533 ms, and nothing changed about it except how the images were processed.&lt;/p&gt;&#10;&lt;h2 id="what-happens-to-an-image"&gt;What happens to an image&lt;a class="heading-anchor" href="#what-happens-to-an-image" aria-label="Link to this section"&gt;&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Write an ordinary Markdown image and a render hook intercepts it:&lt;/p&gt;&#10;&lt;div class="code"&gt;&#10; &lt;div class="code__bar"&gt;&#10; &lt;span&gt;markdown&lt;/span&gt;&#10; &lt;button class="code__copy" type="button" data-nuno-copy aria-label="Copy code to clipboard"&gt;Copy&lt;/button&gt;&#10; &lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;![&lt;span class="nt"&gt;A build-time processed image&lt;/span&gt;](&lt;span class="na"&gt;images/example-figure.png&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#10;&lt;p&gt;&lt;img src="https://that-daniel.github.io/nuno/images/example-figure_hu_c7540113a6f5539c.webp" alt="A build-time processed image" width="1200" height="630" loading="lazy" decoding="async"&gt;&#10;&lt;/p&gt;</description></item></channel></rss>