<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://fzhang12.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://fzhang12.github.io/" rel="alternate" type="text/html" /><updated>2025-11-28T16:44:41+00:00</updated><id>https://fzhang12.github.io/feed.xml</id><title type="html">FJZ Bioinfo Notes</title><subtitle>Bioinformatics notes, tutorials, and insights by FJZ</subtitle><author><name>Dr. rer. nat. Fengjun Zhang</name></author><entry><title type="html">Adding Images to Jekyll Posts</title><link href="https://fzhang12.github.io/2025/11/06/adding-images-to-posts.html" rel="alternate" type="text/html" title="Adding Images to Jekyll Posts" /><published>2025-11-06T09:00:00+00:00</published><updated>2025-11-06T09:00:00+00:00</updated><id>https://fzhang12.github.io/2025/11/06/adding-images-to-posts</id><content type="html" xml:base="https://fzhang12.github.io/2025/11/06/adding-images-to-posts.html"><![CDATA[<p>This post demonstrates how to add images to your Jekyll blog posts.</p>

<h2 id="basic-image-syntax">Basic Image Syntax</h2>

<p>Here’s how you add an image using markdown:</p>

<p><img src="/assets/images/workflow-diagram.jpg" alt="Workflow diagram" /></p>

<p>The syntax is: <code class="language-plaintext highlighter-rouge">![Alt text](/path/to/image.jpg)</code></p>

<h2 id="why-images-matter">Why Images Matter</h2>

<p>Images can help illustrate your points, make your posts more engaging, and break up long blocks of text. In bioinformatics, images are especially useful for:</p>

<ul>
  <li>Showing data visualizations</li>
  <li>Displaying workflow diagrams</li>
  <li>Illustrating concepts with diagrams</li>
  <li>Sharing screenshots of tools or results</li>
</ul>

<h2 id="tips-for-using-images">Tips for Using Images</h2>

<ol>
  <li><strong>Always include descriptive alt text</strong> - This helps with accessibility and SEO</li>
  <li><strong>Optimize your images</strong> - Large files slow down your site</li>
  <li><strong>Use appropriate formats</strong> - JPEG for photos, PNG for graphics</li>
  <li><strong>Keep images organized</strong> - Store them in <code class="language-plaintext highlighter-rouge">assets/images/</code></li>
</ol>]]></content><author><name>Dr. rer. nat. Fengjun Zhang</name></author><category term="tutorial" /><category term="jekyll" /><summary type="html"><![CDATA[A quick guide on how to add images to your Jekyll blog posts.]]></summary></entry><entry><title type="html">Testing tags functionality</title><link href="https://fzhang12.github.io/2025/11/05/testing-tags.html" rel="alternate" type="text/html" title="Testing tags functionality" /><published>2025-11-05T09:00:00+00:00</published><updated>2025-11-05T09:00:00+00:00</updated><id>https://fzhang12.github.io/2025/11/05/testing-tags</id><content type="html" xml:base="https://fzhang12.github.io/2025/11/05/testing-tags.html"><![CDATA[<p>This is a second test post to verify the tags page works correctly:</p>

<ul>
  <li>It should appear on the home page with other posts.</li>
  <li>It should be grouped under both “bioinformatics” and “python” tags.</li>
  <li>Clicking these tags should navigate to the correct sections on the tags page.</li>
</ul>

<p>Let’s see if multiple tags work!</p>]]></content><author><name>Dr. rer. nat. Fengjun Zhang</name></author><category term="bioinformatics" /><category term="python" /><summary type="html"><![CDATA[A second test post to verify tags work with multiple tags and multiple posts.]]></summary></entry><entry><title type="html">My first post</title><link href="https://fzhang12.github.io/2025/11/04/my-first-post.html" rel="alternate" type="text/html" title="My first post" /><published>2025-11-04T08:00:00+00:00</published><updated>2025-11-04T08:00:00+00:00</updated><id>https://fzhang12.github.io/2025/11/04/my-first-post</id><content type="html" xml:base="https://fzhang12.github.io/2025/11/04/my-first-post.html"><![CDATA[<p>This is a short post to verify the Minima theme is active:</p>

<ul>
  <li>The home page should list this post with an excerpt.</li>
  <li>The post page should use the Minima post layout and typography.</li>
</ul>

<p>You should also see navigation links to About and Tags in the header.</p>]]></content><author><name>Dr. rer. nat. Fengjun Zhang</name></author><category term="intro" /><summary type="html"><![CDATA[A quick hello to confirm Minima is working and excerpts show.]]></summary></entry></feed>