<?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 devcodenote.gitlab.io</title><link>https://devcodenote.gitlab.io/tags/images/</link><description>Recent content in Images on devcodenote.gitlab.io</description><generator>Hugo -- gohugo.io</generator><language>es-es</language><lastBuildDate>Sat, 07 Jun 2025 10:30:00 -0600</lastBuildDate><atom:link href="https://devcodenote.gitlab.io/tags/images/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Add Images to Your Hugo Posts</title><link>https://devcodenote.gitlab.io/posts/how-to-add-images/</link><pubDate>Sat, 07 Jun 2025 10:30:00 -0600</pubDate><guid>https://devcodenote.gitlab.io/posts/how-to-add-images/</guid><description>&lt;p>Adding images to your Hugo posts is simple using Markdown.&lt;/p>
&lt;h3 id="embedding-an-image">Embedding an Image
&lt;/h3>&lt;p>You can embed an image like this:&lt;/p>
&lt;p>&lt;code>![Alt text for the image](/images/my-awesome-image.jpg)&lt;/code>&lt;/p>
&lt;p>Make sure your image files are located in the &lt;code>/static/images/&lt;/code> folder (or wherever you prefer to store static assets).&lt;/p>
&lt;h3 id="image-with-a-caption">Image with a Caption
&lt;/h3>&lt;p>Some themes might support captions. Check your theme&amp;rsquo;s documentation!&lt;/p></description></item></channel></rss>