<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://the-island-of-misfit-minis.blog/feed.xml" rel="self" type="application/atom+xml" /><link href="https://the-island-of-misfit-minis.blog/" rel="alternate" type="text/html" /><updated>2026-06-12T20:52:13+00:00</updated><id>https://the-island-of-misfit-minis.blog/feed.xml</id><title type="html">The Island of Misfit Minis</title><subtitle>This is the Hobby Blog for The Island of Misfit Minis. I write about  my hobbies and interests, which include programming, gaming, and music.</subtitle><entry><title type="html">Exploring the Island of Misfit Minis</title><link href="https://the-island-of-misfit-minis.blog/announcement/minis/2026/06/12/placeholder-misfit-minis/" rel="alternate" type="text/html" title="Exploring the Island of Misfit Minis" /><published>2026-06-12T14:00:00+00:00</published><updated>2026-06-12T14:00:00+00:00</updated><id>https://the-island-of-misfit-minis.blog/announcement/minis/2026/06/12/placeholder-misfit-minis</id><content type="html" xml:base="https://the-island-of-misfit-minis.blog/announcement/minis/2026/06/12/placeholder-misfit-minis/"><![CDATA[<p>Welcome to the newest chapter of my hobby journey! This post serves as a template to show you how images work with our new layout.</p>

<h3 id="how-this-post-is-configured">How this post is configured:</h3>

<ol>
  <li><strong>The Header (The big image above):</strong> This is set using <code class="language-plaintext highlighter-rouge">overlay_image</code>. It stretches across the screen and uses an <code class="language-plaintext highlighter-rouge">overlay_filter</code> to make the white text “pop” against the background.</li>
  <li><strong>The Teaser (The thumbnail on the home page):</strong> This is set using <code class="language-plaintext highlighter-rouge">teaser</code>. Even if the header is huge, the teaser stays a neat little square/rectangle on your main list.</li>
  <li><strong>The Content Image (The one below):</strong> I’ve used a standard HTML tag to keep this one centered and sized perfectly.</li>
</ol>

<p><img src="/assets/images/posts/2025-08-22-test_first_post/rudolph_yukon_cu_shocked.jpg" alt="A Misfit Mini" style="width: 400px; display: block; margin: 0 auto;" /></p>

<p><em>Caption: This is a 400px wide centered image.</em></p>

<h3 id="ready-for-your-graphics">Ready for your graphics!</h3>
<p>Once you save your new graphics as <code class="language-plaintext highlighter-rouge">header-island.png</code> and <code class="language-plaintext highlighter-rouge">teaser-island.png</code> in the <code class="language-plaintext highlighter-rouge">assets/images/site/headers/</code> folder, they will automatically appear in this post.</p>

<!--more-->

<p>Feel free to delete this post once you’ve seen how it looks!</p>]]></content><author><name></name></author><category term="announcement" /><category term="minis" /><summary type="html"><![CDATA[Welcome to the newest chapter of my hobby journey! This post serves as a template to show you how images work with our new layout. How this post is configured: The Header (The big image above): This is set using overlay_image. It stretches across the screen and uses an overlay_filter to make the white text “pop” against the background. The Teaser (The thumbnail on the home page): This is set using teaser. Even if the header is huge, the teaser stays a neat little square/rectangle on your main list. The Content Image (The one below): I’ve used a standard HTML tag to keep this one centered and sized perfectly. Caption: This is a 400px wide centered image. Ready for your graphics! Once you save your new graphics as header-island.png and teaser-island.png in the assets/images/site/headers/ folder, they will automatically appear in this post.]]></summary></entry><entry><title type="html">Welcome to The island of Misfit Mini’s Blog!</title><link href="https://the-island-of-misfit-minis.blog/blog/personal/2025/08/22/test_first_post/" rel="alternate" type="text/html" title="Welcome to The island of Misfit Mini’s Blog!" /><published>2025-08-22T17:10:14+00:00</published><updated>2025-08-22T17:10:14+00:00</updated><id>https://the-island-of-misfit-minis.blog/blog/personal/2025/08/22/test_first_post</id><content type="html" xml:base="https://the-island-of-misfit-minis.blog/blog/personal/2025/08/22/test_first_post/"><![CDATA[<p>This is simply a test post.</p>

<p>Here I am looking <em>Shocked</em></p>

<p><img src="//assets/images/posts/2025-08-22-test_first_post/rudolph_yukon_cu_shocked.jpg" alt="Yukon Photo" style="width: 400px; display: block; margin: 0 auto;" /></p>

<!--more-->

<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>

<p>Jekyll requires blog post files to be named according to the following format:</p>

<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>

<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>

<p>Jekyll also offers powerful support for code snippets:</p>

<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
  <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
<span class="k">end</span>
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
<span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>

<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>]]></content><author><name></name></author><category term="blog" /><category term="personal" /><summary type="html"><![CDATA[This is simply a test post. Here I am looking Shocked]]></summary></entry></feed>