<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/categories/hugo/</link><description>Recent content in Hugo 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>Thu, 16 Apr 2026 17:23:48 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/categories/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>Basic Useful Hugo Commands</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/03-hugo-commands/01-module/001-hugo-basic-commands/</link><pubDate>Mon, 07 Jul 2025 10:52:27 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/03-hugo-commands/01-module/001-hugo-basic-commands/</guid><description>&lt;p class="lead text-primary"&gt;
Essential Hugo commands for development, building, and managing your HBStack-powered site including server commands, build options, and debugging utilities.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="hugo-commands"&gt;Hugo Commands&lt;/h2&gt;
&lt;p&gt;Content for Hugo commands will be added here.&lt;/p&gt;
&lt;h2 id="faqs"&gt;FAQs&lt;/h2&gt;

 &lt;div
 class="accordion mb-4"
 id="accordion-1779077209790739-coursehbstack0301m001qafaq"&gt;
 &lt;div class="accordion-item"&gt;
 &lt;h3 class="accordion-header"&gt;
 &lt;button
 class="accordion-button fw-bold"
 type="button"
 data-bs-toggle="collapse"
 data-bs-target="#accordion-1779077209790739-coursehbstack0301m001qafaq-0"
 aria-expanded="true"
 aria-controls="accordion-1779077209790739-coursehbstack0301m001qafaq-0"&gt;
 
 &lt;/button&gt;
 &lt;/h3&gt;
 &lt;div
 id="accordion-1779077209790739-coursehbstack0301m001qafaq-0"
 class="accordion-collapse collapse show"
 data-bs-parent="#accordion-1779077209790739-coursehbstack0301m001qafaq"&gt;
 &lt;div class="accordion-body"&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="accordion-item"&gt;
 &lt;h3 class="accordion-header"&gt;
 &lt;button
 class="accordion-button fw-bold collapsed"
 type="button"
 data-bs-toggle="collapse"
 data-bs-target="#accordion-1779077209790739-coursehbstack0301m001qafaq-1"
 
 aria-controls="accordion-1779077209790739-coursehbstack0301m001qafaq-1"&gt;
 
 &lt;/button&gt;
 &lt;/h3&gt;
 &lt;div
 id="accordion-1779077209790739-coursehbstack0301m001qafaq-1"
 class="accordion-collapse collapse"
 data-bs-parent="#accordion-1779077209790739-coursehbstack0301m001qafaq"&gt;
 &lt;div class="accordion-body"&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;</description></item><item><title>Running Hugo Server</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/03-hugo-commands/01-module/002-running-server/</link><pubDate>Mon, 07 Jul 2025 10:52:27 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/03-hugo-commands/01-module/002-running-server/</guid><description>&lt;p class="lead text-primary"&gt;
Essential Hugo commands for development, building, and managing your HBStack-powered site including server commands, build options, and debugging utilities.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="running-hugo-server"&gt;Running Hugo Server&lt;/h2&gt;
&lt;p&gt;To start the Hugo development server, use the following command:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;hugo server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This command will start the server and watch for changes in your content files, automatically rebuilding the site as you make edits.&lt;/p&gt;
&lt;p&gt;When a server is run while you want to build your site, you can use different configuration options. Learning about them always helps optimize your workflow. What commands are available can be seen from &lt;code&gt;hugo help&lt;/code&gt;. Every command has its own set of flags and options that can be used to customize its behavior.&lt;/p&gt;</description></item><item><title>Cloning and Keeping Track of Changes</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/001-pre-requisites/</link><pubDate>Sun, 13 Apr 2025 06:29:16 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/001-pre-requisites/</guid><description>&lt;p class="lead text-primary"&gt;
Instructions for setting up the project and keeping track of changes in the original repository. This guide covers cloning, Docker setup, and Git workflow management.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="setting-up-the-project"&gt;Setting Up the Project&lt;/h2&gt;
&lt;h3 id="prerequisites"&gt;Prerequisites&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Install Required Tools:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a
 href="https://docs.docker.com/get-docker/"
 
 target="_blank" rel="noopener noreferrer"&gt;Docker&lt;/a&gt;: Ensure Docker is installed and running on your system.&lt;/li&gt;
&lt;li&gt;&lt;a
 href="https://gohugo.io/getting-started/installing/"
 
 target="_blank" rel="noopener noreferrer"&gt;Hugo&lt;/a&gt;: Install Hugo for local development.&lt;/li&gt;
&lt;li&gt;&lt;a
 href="https://git-scm.com/downloads"
 
 target="_blank" rel="noopener noreferrer"&gt;Git&lt;/a&gt;: Ensure Git is installed for version control.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Clone the Repository:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;git clone https://github.com/&amp;lt;upstream-repo-owner&amp;gt;/hbstack.git my-hbstack-project
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;2&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; my-hbstack-project
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Initialize Your Own Repository:&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>