<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>images on jwogrady</title>
		<link>https://www.jwogrady.com/tags/images/</link>
		<description>Recent content in images on jwogrady</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sun, 20 Sep 2026 15:45:00 -0500</lastBuildDate>
		
			<atom:link href="https://www.jwogrady.com/tags/images/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Two folders for files that are not content, and they behave in opposite ways</title>
				<link>https://www.jwogrady.com/posts/assets-is-not-static/</link>
				<pubDate>Sun, 20 Sep 2026 15:45:00 -0500</pubDate>
				<guid>https://www.jwogrady.com/posts/assets-is-not-static/</guid>
				<description>&lt;p&gt;Dropped a screenshot into &lt;code&gt;assets/&lt;/code&gt;, pointed some markdown at it, got nothing.&#xA;My first thought was that I&amp;rsquo;d typo&amp;rsquo;d the path. I hadn&amp;rsquo;t.&lt;/p&gt;&#xA;&lt;p&gt;It turns out Hugo has two directories for files that aren&amp;rsquo;t content, and&#xA;they&amp;rsquo;re near-opposites:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;code&gt;static/&lt;/code&gt;&lt;/strong&gt; is a photocopier. A file at &lt;code&gt;static/x.png&lt;/code&gt; is served at &lt;code&gt;/x.png&lt;/code&gt;,&#xA;byte for byte, no questions asked.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;code&gt;assets/&lt;/code&gt;&lt;/strong&gt; isn&amp;rsquo;t published &lt;em&gt;at all&lt;/em&gt;. It&amp;rsquo;s raw material. A file in there&#xA;reaches the output only when a template pulls it through &lt;code&gt;resources.Get&lt;/code&gt;, and&#xA;then at a path Hugo picks.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
