<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shortcodes on Liquid Stack</title><link>https://liquid-stack.pages.dev/tags/shortcodes/</link><description>Recent content in Shortcodes on Liquid Stack</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>My Blog</copyright><lastBuildDate>Fri, 24 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://liquid-stack.pages.dev/tags/shortcodes/index.xml" rel="self" type="application/rss+xml"/><item><title>A Guide to Hugo Shortcodes</title><link>https://liquid-stack.pages.dev/p/using-shortcodes/</link><pubDate>Fri, 24 Jul 2026 00:00:00 +0000</pubDate><guid>https://liquid-stack.pages.dev/p/using-shortcodes/</guid><description>&lt;p&gt;Shortcodes are Hugo’s way to insert reusable structures into Markdown, making them useful for callouts, embeds, and repeated layouts.&lt;/p&gt;
&lt;h2 id="start-with-existing-shortcodes"&gt;Start with existing Shortcodes
&lt;/h2&gt;&lt;p&gt;Browse &lt;code&gt;layouts/shortcodes/&lt;/code&gt; to see what the theme already provides. Reuse existing components before adding one-off HTML for a single article.&lt;/p&gt;
&lt;h2 id="when-to-use-one"&gt;When to use one
&lt;/h2&gt;&lt;p&gt;Use a Shortcode when content needs a fixed structure, recurs across posts, or must render as HTML. Keep ordinary paragraphs, lists, and code blocks in Markdown.&lt;/p&gt;
&lt;h2 id="test-the-result"&gt;Test the result
&lt;/h2&gt;&lt;p&gt;Preview the post on desktop and mobile after adding a Shortcode. If it uses an image, video, or external URL, check the resource path and its failure state too.&lt;/p&gt;</description></item></channel></rss>