<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reference on first-folio.demo.lobb.ie</title><link>https://first-folio.demo.lobb.ie/tags/reference/</link><description>Recent content in Reference on first-folio.demo.lobb.ie</description><generator>Hugo</generator><language>en-GB-oed</language><copyright>© 2023-2026 Taḋg Paul — Apache License 2.0</copyright><lastBuildDate>Mon, 01 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://first-folio.demo.lobb.ie/tags/reference/index.xml" rel="self" type="application/rss+xml"/><item><title>Shortcode Showcase</title><link>https://first-folio.demo.lobb.ie/journal/shortcode-showcase/</link><pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate><guid>https://first-folio.demo.lobb.ie/journal/shortcode-showcase/</guid><description>&lt;p&gt;This page demonstrates every shortcode available in the First Folio theme. Use it as a visual reference.&lt;/p&gt;
&lt;h2 id="callout"&gt;Callout&lt;/h2&gt;
&lt;p&gt;Four built-in types plus custom styling:&lt;/p&gt;









&lt;div class='callout callout-tip' style=''&gt;
 &lt;div class="callout-inner"&gt;
 &lt;strong class="callout-title"&gt;Tip&lt;/strong&gt;
 &lt;br /&gt;
 
 This is a tip callout — use it for helpful suggestions.
 &lt;/div&gt;
&lt;/div&gt;










&lt;div class='callout callout-info' style=''&gt;
 &lt;div class="callout-inner"&gt;
 &lt;strong class="callout-title"&gt;Info&lt;/strong&gt;
 &lt;br /&gt;
 
 This is an info callout — use it for informational notes.
 &lt;/div&gt;
&lt;/div&gt;










&lt;div class='callout callout-alert' style=''&gt;
 &lt;div class="callout-inner"&gt;
 &lt;strong class="callout-title"&gt;Alert&lt;/strong&gt;
 &lt;br /&gt;
 
 This is an alert callout — use it for critical information.
 &lt;/div&gt;
&lt;/div&gt;










&lt;div class='callout callout-warning' style=''&gt;
 &lt;div class="callout-inner"&gt;
 &lt;strong class="callout-title"&gt;Warning&lt;/strong&gt;
 &lt;br /&gt;
 
 This is a warning callout — use it for cautionary notes.
 &lt;/div&gt;
&lt;/div&gt;










&lt;div class='callout callout-info' style='text-align: center;width: 100%; max-width: 60%; margin-left: auto; margin-right: auto;'&gt;
 &lt;div class="callout-inner"&gt;
 &lt;strong class="callout-title"&gt;&lt;a href="https://example.com"&gt;Buy Now&lt;/a&gt;&lt;/strong&gt;
 &lt;br /&gt;
 
 &lt;a href="https://example.com" class="callout-link"&gt;Available worldwide&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;










&lt;div class='callout callout-custom' style='background: hsl(210, 30%, 30%); color: #eee;'&gt;
 &lt;div class="callout-inner"&gt;
 &lt;strong class="callout-title"&gt;Custom Callout&lt;/strong&gt;
 &lt;br /&gt;
 
 This callout has a custom title and background colour.
 &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;With float positioning:&lt;/p&gt;</description></item><item><title>Navigation and CTA Features</title><link>https://first-folio.demo.lobb.ie/journal/navigation-features/</link><pubDate>Sat, 15 Nov 2025 00:00:00 +0000</pubDate><guid>https://first-folio.demo.lobb.ie/journal/navigation-features/</guid><description>&lt;p&gt;This page demonstrates the navigation features of the First Folio theme.&lt;/p&gt;
&lt;h2 id="breadcrumb-trail"&gt;Breadcrumb Trail&lt;/h2&gt;
&lt;p&gt;The breadcrumb trail appears automatically on article pages, showing the section path, author, and date. It uses purple accents for sections and orange for metadata.&lt;/p&gt;
&lt;p&gt;Control it with frontmatter:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;breadcrumb: false&lt;/code&gt; — hide on article pages (default: true)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;breadcrumb_list: true&lt;/code&gt; — show on list/section pages (default: false)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;hideAuthor: true&lt;/code&gt; — omit author segment&lt;/li&gt;
&lt;li&gt;&lt;code&gt;hideDate: true&lt;/code&gt; — omit date segment&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="signpost-cta"&gt;Signpost CTA&lt;/h2&gt;
&lt;p&gt;The signpost bar appears below the banner/hero image. Configure it in frontmatter:&lt;/p&gt;</description></item><item><title>Typography in the First Folio Theme</title><link>https://first-folio.demo.lobb.ie/journal/typography-guide/</link><pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate><guid>https://first-folio.demo.lobb.ie/journal/typography-guide/</guid><description>&lt;p&gt;This post demonstrates how standard Markdown typography renders in the First Folio theme. Use it as a reference when writing content.&lt;/p&gt;
&lt;h2 id="headings"&gt;Headings&lt;/h2&gt;
&lt;p&gt;Headings from H2 to H6 are available. H1 is reserved for the page title.&lt;/p&gt;
&lt;h3 id="third-level"&gt;Third Level&lt;/h3&gt;
&lt;h4 id="fourth-level"&gt;Fourth Level&lt;/h4&gt;
&lt;h5 id="fifth-level"&gt;Fifth Level&lt;/h5&gt;
&lt;h6 id="sixth-level"&gt;Sixth Level&lt;/h6&gt;
&lt;h2 id="text-formatting"&gt;Text Formatting&lt;/h2&gt;
&lt;p&gt;Regular paragraph text. &lt;strong&gt;Bold text&lt;/strong&gt; for emphasis. &lt;em&gt;Italic text&lt;/em&gt; for subtlety. &lt;del&gt;Strikethrough&lt;/del&gt; for corrections. &lt;code&gt;Inline code&lt;/code&gt; for technical terms.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Blockquotes are useful for highlighting important passages or attributing quotes to their sources.&lt;/p&gt;</description></item><item><title>The Featured Image Layout</title><link>https://first-folio.demo.lobb.ie/journal/featured-image/</link><pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate><guid>https://first-folio.demo.lobb.ie/journal/featured-image/</guid><description>&lt;p&gt;The &lt;code&gt;featured&lt;/code&gt; layout places the article&amp;rsquo;s image prominently within the content flow. Unlike the &lt;code&gt;banner&lt;/code&gt; or &lt;code&gt;hero&lt;/code&gt; layouts, the image does not span the full viewport width — it sits within the content column, scaled to fit.&lt;/p&gt;
&lt;h2 id="when-to-use-featured"&gt;When to Use Featured&lt;/h2&gt;
&lt;p&gt;This layout suits articles where the image is important but not the primary focus. The image appears after the title and metadata, before the body text — a natural reading order.&lt;/p&gt;</description></item><item><title>Configuring Dark Mode</title><link>https://first-folio.demo.lobb.ie/journal/dark-mode-setup/</link><pubDate>Tue, 20 May 2025 00:00:00 +0000</pubDate><guid>https://first-folio.demo.lobb.ie/journal/dark-mode-setup/</guid><description>&lt;p&gt;The theme supports four dark mode strategies, configured via &lt;code&gt;params.mode&lt;/code&gt; in your &lt;code&gt;hugo.yaml&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="mode-options"&gt;Mode Options&lt;/h2&gt;
&lt;h3 id="auto-recommended"&gt;&lt;code&gt;auto&lt;/code&gt; (recommended)&lt;/h3&gt;
&lt;p&gt;Follows the operating system preference using &lt;code&gt;prefers-color-scheme: dark&lt;/code&gt;. When the user switches their OS to dark mode, the site follows automatically.&lt;/p&gt;
&lt;div class="code-block" data-lang="yaml"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;mode&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;auto&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 id="toggle"&gt;&lt;code&gt;toggle&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;Adds a toggle button in the header. Users can switch between light and dark mode regardless of their OS setting. Their preference is stored in &lt;code&gt;localStorage&lt;/code&gt;.&lt;/p&gt;
&lt;div class="code-block" data-lang="yaml"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;mode&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;toggle&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 id="dark"&gt;&lt;code&gt;dark&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;Forces dark mode for all visitors.&lt;/p&gt;</description></item><item><title>How the Masonry Grid Works</title><link>https://first-folio.demo.lobb.ie/journal/masonry-explained/</link><pubDate>Thu, 10 Apr 2025 00:00:00 +0000</pubDate><guid>https://first-folio.demo.lobb.ie/journal/masonry-explained/</guid><description>&lt;p&gt;The homepage and section list pages use a masonry grid — a layout where items of varying heights pack together without gaps, like a stone wall.&lt;/p&gt;
&lt;h2 id="the-hybrid-approach"&gt;The Hybrid Approach&lt;/h2&gt;
&lt;p&gt;Pure CSS Grid gives us responsive columns but leaves vertical gaps. Pure JavaScript positioning is fragile on resize. The First Folio theme uses both:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;CSS Grid&lt;/strong&gt; handles the horizontal layout — responsive columns that reflow based on viewport width.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;JavaScript&lt;/strong&gt; runs after images load and adjusts vertical positioning to fill gaps.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This means the layout works (albeit with gaps) even when JavaScript is disabled.&lt;/p&gt;</description></item><item><title>The Background Image Layout</title><link>https://first-folio.demo.lobb.ie/journal/background-images/</link><pubDate>Thu, 20 Mar 2025 00:00:00 +0000</pubDate><guid>https://first-folio.demo.lobb.ie/journal/background-images/</guid><description>&lt;p&gt;The &lt;code&gt;background&lt;/code&gt; layout places the article&amp;rsquo;s image behind the content, with configurable opacity and blur. The text remains fully readable while the image provides atmosphere.&lt;/p&gt;
&lt;h2 id="controlling-the-effect"&gt;Controlling the Effect&lt;/h2&gt;
&lt;p&gt;Two parameters fine-tune the background:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;opacity&lt;/code&gt;&lt;/strong&gt; — how visible the image is (0.0 to 1.0). Lower values are more subtle.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;blur&lt;/code&gt;&lt;/strong&gt; — how much the image is blurred. Higher values create a softer, less distracting backdrop.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This page uses &lt;code&gt;opacity: 0.15&lt;/code&gt; and &lt;code&gt;blur: 8px&lt;/code&gt; for a gentle wash of colour behind the text.&lt;/p&gt;</description></item></channel></rss>