<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HBStack on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/categories/hbstack/</link><description>Recent content in HBStack on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 16 May 2026 17:45:02 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/categories/hbstack/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuration Support &amp; Module Organization</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/04-hbstack-configuration/01-module/003-configuration-support/</link><pubDate>Thu, 25 Sep 2025 14:30:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/04-hbstack-configuration/01-module/003-configuration-support/</guid><description>&lt;h2 id="configuration-support--module-organization"&gt;Configuration Support &amp;amp; Module Organization&lt;/h2&gt;
&lt;p&gt;This document details how we successfully achieved &lt;strong&gt;modular configuration organization&lt;/strong&gt; for HBStack without breaking Hugo&amp;rsquo;s core functionality. We solved the challenge of separating module-specific configurations while maintaining proper site rendering and avoiding unintended multilingual site creation.&lt;/p&gt;
&lt;h2 id="-the-challenge"&gt;🎯 The Challenge&lt;/h2&gt;
&lt;p&gt;Initially, we attempted to separate HBStack module configurations into individual files to improve maintainability:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;params.blog.yaml&lt;/code&gt; - Blog module configuration&lt;/li&gt;
&lt;li&gt;&lt;code&gt;params.docs.yaml&lt;/code&gt; - Documentation module configuration&lt;/li&gt;
&lt;li&gt;&lt;code&gt;params.pwa.yaml&lt;/code&gt; - PWA module configuration&lt;/li&gt;
&lt;li&gt;&lt;code&gt;params.seo.yaml&lt;/code&gt; - SEO module configuration&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Problem&lt;/strong&gt;: Hugo interpreted these as language-specific configurations, creating separate language sites instead of module configurations, resulting in:&lt;/p&gt;</description></item><item><title>Setup HBStack Guide</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/002-site-setup/</link><pubDate>Sat, 12 Apr 2025 09:06:46 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/002-site-setup/</guid><description>&lt;p class="lead text-primary"&gt;
A comprehensive guide to setting up HBStack with Docker. This guide covers framework understanding, command execution patterns, and development workflow setup.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="understanding-hbstack-framework"&gt;Understanding HBStack Framework&lt;/h2&gt;
&lt;p&gt;HBStack is a modular Hugo theme framework built on top of Hugo&amp;rsquo;s module system, Bootstrap, and other modern web technologies.&lt;/p&gt;
&lt;h2 id="docker-vs-non-docker-command-execution"&gt;Docker vs. Non-Docker Command Execution&lt;/h2&gt;
&lt;p&gt;When working with HBStack, commands can be managed differently depending on whether you&amp;rsquo;re using Docker or not.&lt;/p&gt;
&lt;h3 id="standard-npm-scripts-non-docker"&gt;Standard npm Scripts (Non-Docker)&lt;/h3&gt;
&lt;p&gt;In a traditional setup without Docker, HBStack commands are defined in &lt;code&gt;package.json&lt;/code&gt;:&lt;/p&gt;</description></item></channel></rss>