<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Example Posts on Introduction</title><link>https://hugo-introduction.netlify.app/series/example-posts/</link><description>Recent content in Example Posts on Introduction</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 20 Feb 2022 12:04:16 -0500</lastBuildDate><atom:link href="https://hugo-introduction.netlify.app/series/example-posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Post with Images Example</title><link>https://hugo-introduction.netlify.app/blog/coffee-ipsum/</link><pubDate>Sun, 20 Feb 2022 12:04:16 -0500</pubDate><guid>https://hugo-introduction.netlify.app/blog/coffee-ipsum/</guid><description>&lt;p&gt;Images can be added to posts using Markdown syntax:&lt;/p&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-md" data-lang="md"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;![&lt;span style="color:#268bd2"&gt;Sample image&lt;/span&gt;](workday.jpg)&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Which looks like this:&lt;/p&gt;&#10;&lt;p&gt;&lt;img src="https://hugo-introduction.netlify.app/blog/coffee-ipsum/workday.jpg" alt="Sample image"&gt;&lt;/p&gt;&#10;&lt;p&gt;You can also use Hugo&amp;rsquo;s built-in &lt;a href="https://gohugo.io/content-management/shortcodes/#figure"&gt;figure shortcode&lt;/a&gt;. This lets you add a caption, and looks like this:&lt;/p&gt;&#10;&lt;figure&gt;&lt;img src="https://hugo-introduction.netlify.app/blog/coffee-ipsum/workday.jpg"&gt;&lt;figcaption&gt;&#10;&#9;&#9;&#9;&lt;h4&gt;Black and white work day photo.&lt;/h4&gt;&#10;&#9;&#9;&lt;/figcaption&gt;&#10;&lt;/figure&gt;&#10;&#10;&lt;p&gt;Posts with images are great at capturing attention and showcasing your work. Why not try it today?&lt;/p&gt;</description></item></channel></rss>