<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xml:base="/index.xml" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Magnet Docs</title>
    <link>https://83h3m07h.codeberg.page/go-magnet-docs/</link>
    <description></description>
    <language>en-us</language>
    <generator>magnet v1.2.0</generator>
    
    <item>
        <title>Images</title>
        <description><![CDATA[<h2>Including Local Images</h2>
<p>Including images in a post is done in <a href="https://www.markdownguide.org/basic-syntax#images">Markdown</a>.</p>
<p>Take a look at the file &ldquo;posts/images.md&rdquo;, you&rsquo;ll see that there are local images and remote images in the markdown. This one for instance:</p>
<p><img src="https://83h3m07h.codeberg.page/go-magnet-docs/images/columbo-1.jpg" alt=""></p>
<h2>Including Remote Images</h2>
<p>You can include images from remote sources by using the remote url in the markdown. The image will be pulled down and placed into your images directory, and it should only do this once.</p>
<p><img src="https://83h3m07h.codeberg.page/go-magnet-docs/images/1c5f462fe329a329a3f0e7e5530f4d2d.png" alt=""></p>
<p>Since we can&rsquo;t rely on the original name being well-formed or unique, the remote image gets renamed when it is saved. See which image extensions are the default <a href="/post/site-settings/#image-fetch-exts">here</a>.</p>
<h2>Images Index</h2>
<p>An image index is created in the &ldquo;indices&rdquo; directory so that remote images <em>are only pulled down once</em>. If you need to re-pull images either edit or remove the &ldquo;images.json&rdquo; file in the &ldquo;indices&rdquo; directory.</p>
<h2>Images Error Index</h2>
<p>If there&rsquo;s an error pulling down a remote image, information is left in the &ldquo;images-err.json&rdquo; file in indices. There&rsquo;s a waiting period before the image can be retried, to be polite to remote servers, which is set <a href="/post/site-settings/#image-err-expires">here</a>.</p>
]]></description>
        <link>https://83h3m07h.codeberg.page/go-magnet-docs/post/images/</link>
        <pubDate>Fri, 20 Feb 2026 10:00:00 +0000</pubDate>
        <guid isPermaLink="true">https://83h3m07h.codeberg.page/go-magnet-docs/post/images/</guid>
    </item>
    
    <item>
        <title>Archive And Blogroll</title>
        <description><![CDATA[<p><img src="https://83h3m07h.codeberg.page/go-magnet-docs/images/columbo-2.jpg" alt=""></p>
<p>The markdown for this post lives in the &ldquo;more-posts&rdquo; directory. If the &ldquo;posts.yaml&rdquo; file there is changed to say</p>
<pre><code>skip-archive: true
</code></pre>
<p>when you click on the <a href="/archive/">archive link</a>, you&rsquo;ll see the other posts there <em>but not this one</em>.</p>
<p>Likewise, setting</p>
<pre><code>skip-blog-roll: true
</code></pre>
<p>in &ldquo;more-posts/posts.yaml&rdquo; would exclude any post in that directory from the blogroll, for instance.</p>
]]></description>
        <link>https://83h3m07h.codeberg.page/go-magnet-docs/post/archive-blogroll/</link>
        <pubDate>Tue, 17 Feb 2026 10:00:00 +0000</pubDate>
        <guid isPermaLink="true">https://83h3m07h.codeberg.page/go-magnet-docs/post/archive-blogroll/</guid>
    </item>
    
</channel>
</rss>
