<?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 Blowfish</title>
    <link>https://localhost:1313/tags/shortcodes/</link>
    <description>Recent content in Shortcodes on Blowfish</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>nuno@n9o.xyz (Blowfish)</managingEditor>
    <webMaster>nuno@n9o.xyz (Blowfish)</webMaster>
    <copyright>© 2026 Blowfish</copyright>
    <lastBuildDate>Wed, 09 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://localhost:1313/tags/shortcodes/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Shortcodes</title>
      <link>https://localhost:1313/docs/shortcodes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <author>nuno@n9o.xyz (Blowfish)</author>
      <guid>https://localhost:1313/docs/shortcodes/</guid>
      <description>&lt;p&gt;In addition to all the &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;default Hugo shortcodes&lt;/a&gt;, Blowfish adds a few extras for additional functionality.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Accordion&#xA;    &lt;div id=&#34;accordion&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#accordion&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;accordion&lt;/code&gt; creates a collapsible set of panels. Use the &lt;code&gt;accordionItem&lt;/code&gt; sub-shortcode to define each item. You can control whether multiple items can be open at the same time using the &lt;code&gt;mode&lt;/code&gt; parameter.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://localhost:1313/docs/shortcodes/featured.svg" />
    </item>
    
    <item>
      <title>Icons</title>
      <link>https://localhost:1313/samples/icons/</link>
      <pubDate>Fri, 14 Aug 2020 00:00:00 +0000</pubDate>
      <author>nuno@n9o.xyz (Blowfish)</author>
      <guid>https://localhost:1313/samples/icons/</guid>
      <description>&lt;p&gt;Blowfish has built-in support for a number of &lt;a href=&#34;https://fontawesome.com/icons&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;FontAwesome 6&lt;/a&gt; icons. These can be included in your website through either the &lt;a href=&#34;https://localhost:1313/docs/partials/#icon&#34; &gt;icon partial&lt;/a&gt; or &lt;a href=&#34;https://localhost:1313/docs/shortcodes/#icon&#34; &gt;icon shortcode&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, custom icons are also fully supported. Simply provide your own SVG icon assets by placing them in the &lt;code&gt;assets/icons/&lt;/code&gt; directory in the root of your project. Any icons in the icons directory will then be available to use throughout the theme. In order to achieve automatic color filling, every SVG path needs the &lt;code&gt;fill=&amp;quot;currentColor&amp;quot;&lt;/code&gt; XML attribute.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://localhost:1313/samples/icons/feature.webp" />
    </item>
    
    <item>
      <title>Rich Content</title>
      <link>https://localhost:1313/samples/rich-content/</link>
      <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
      <author>nuno@n9o.xyz (Blowfish)</author>
      <guid>https://localhost:1313/samples/rich-content/</guid>
      <description>This is an &lt;em&gt;example&lt;/em&gt; of a &lt;strong&gt;rich&lt;/strong&gt; content summary.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://localhost:1313/samples/rich-content/feature.webp" />
    </item>
    
    <item>
      <title>Mathematical notation</title>
      <link>https://localhost:1313/samples/mathematical-notation/</link>
      <pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
      <author>nuno@n9o.xyz (Blowfish)</author>
      <guid>https://localhost:1313/samples/mathematical-notation/</guid>
      <description>&lt;p&gt;KaTeX can be used to render mathematical notation within articles.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://localhost:1313/samples/mathematical-notation/feature.webp" />
    </item>
    
    <item>
      <title>Charts</title>
      <link>https://localhost:1313/samples/charts/</link>
      <pubDate>Wed, 06 Mar 2019 00:00:00 +0000</pubDate>
      <author>nuno@n9o.xyz (Blowfish)</author>
      <guid>https://localhost:1313/samples/charts/</guid>
      <description>Blowfish includes Chart.js for powerful charts and data visualisations.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://localhost:1313/samples/charts/feature.webp" />
    </item>
    
    <item>
      <title>Diagrams and Flowcharts</title>
      <link>https://localhost:1313/samples/diagrams-flowcharts/</link>
      <pubDate>Wed, 06 Mar 2019 00:00:00 +0000</pubDate>
      <author>nuno@n9o.xyz (Blowfish)</author>
      <guid>https://localhost:1313/samples/diagrams-flowcharts/</guid>
      <description>It&amp;rsquo;s easy to add diagrams and flowcharts to articles using Mermaid.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://localhost:1313/samples/diagrams-flowcharts/feature.webp" />
    </item>
    
  </channel>
</rss>
