<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Blogging With Hugo on Software Craftsperson</title>
    <link>https://www.softwarecraftsperson.com/series/blogging-with-hugo/</link>
    <description>Recent content in Blogging With Hugo on Software Craftsperson</description>
    <image>
      <title>Software Craftsperson</title>
      <url>https://www.softwarecraftsperson.com/logos/web/png/Color%20logo%20-%20no%20background.png</url>
      <link>https://www.softwarecraftsperson.com/logos/web/png/Color%20logo%20-%20no%20background.png</link>
    </image>
    <generator>Hugo -- 0.147.1</generator>
    <language>en</language>
    <lastBuildDate>Sat, 12 Apr 2025 16:26:05 +0100</lastBuildDate>
    <atom:link href="https://www.softwarecraftsperson.com/series/blogging-with-hugo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to install an older version of Hugo on MacOs</title>
      <link>https://www.softwarecraftsperson.com/posts/2025-04-12-how-install-older-hugo/</link>
      <pubDate>Sat, 12 Apr 2025 16:26:05 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2025-04-12-how-install-older-hugo/</guid>
      <description>How do I rollback to an older version of Hugo because the new version has breaking changes</description>
    </item>
    <item>
      <title>Adding a responsive menu to your Hugo PaperMod blog</title>
      <link>https://www.softwarecraftsperson.com/posts/2024-11-09-responsive-menu/</link>
      <pubDate>Sat, 09 Nov 2024 16:37:36 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2024-11-09-responsive-menu/</guid>
      <description>How to add a responsive menu to your Hugo-PaperMod themed blog or website</description>
    </item>
    <item>
      <title>Using Hugo Modules for themes</title>
      <link>https://www.softwarecraftsperson.com/posts/2024-04-01-hugo-modules/</link>
      <pubDate>Mon, 01 Apr 2024 15:29:34 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2024-04-01-hugo-modules/</guid>
      <description>How to manage your Hugo themes using Hugo Modules</description>
    </item>
    <item>
      <title>Updating PaperMod to the latest and greatest</title>
      <link>https://www.softwarecraftsperson.com/posts/2024-02-06-papermod-update/</link>
      <pubDate>Tue, 06 Feb 2024 22:42:57 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2024-02-06-papermod-update/</guid>
      <description>&lt;p&gt;This post is more of a note to self.&lt;/p&gt;
&lt;h2 id=&#34;papermod-update&#34;&gt;PaperMod Update&lt;/h2&gt;
&lt;p&gt;So last week, after a very long time, I actually spent some time doing some housekeeping on this blog. I decided to check Hugo versions and what&amp;rsquo;s new on &lt;a href=&#34;https://github.com/adityatelange/hugo-PaperMod&#34;&gt;paperMod&lt;/a&gt;. Found that there were many new things. Pulled in the latest and built the site only to realize it broke!&lt;/p&gt;
&lt;h3 id=&#34;how-did-you-get-the-latest-version&#34;&gt;How did you get the latest version?&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git submodule update --recursive --remote
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;So some of the features introduced in the latest version of PaperMod weren&amp;rsquo;t supported in the version of Hugo that I had running, which was &lt;code&gt;v0.109.0&lt;/code&gt;. I am not aware of what features exactly, so can&amp;rsquo;t really tell you. I didn&amp;rsquo;t have the time to explore.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How I optimised my blog&#39;s search performance</title>
      <link>https://www.softwarecraftsperson.com/posts/2024-02-05-hugo-optimise-fusejs-search/</link>
      <pubDate>Mon, 05 Feb 2024 00:25:31 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2024-02-05-hugo-optimise-fusejs-search/</guid>
      <description>How to give a better user experience for those searching for articles in your blog, using simple programming techniques and overriding the theme&amp;#39;s default search mechanism.</description>
    </item>
    <item>
      <title>How to add commenting functionality to your Hugo Blog using Utterances</title>
      <link>https://www.softwarecraftsperson.com/posts/2024-02-04-blog-comments-using-utterances/</link>
      <pubDate>Sun, 04 Feb 2024 18:36:45 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2024-02-04-blog-comments-using-utterances/</guid>
      <description>Your blog posts are conversation starters and to support conversations, you need readers to be able to comment on the post. Utterance is a free, open source lightweight comment widget build on GitHub issues for using on blog, wiki, github pages etc.</description>
    </item>
    <item>
      <title>How to create a custom mode for Hugo-PaperMod theme using go template and html</title>
      <link>https://www.softwarecraftsperson.com/posts/2024-02-03-hugo-papermod-modes/</link>
      <pubDate>Sat, 03 Feb 2024 22:23:40 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2024-02-03-hugo-papermod-modes/</guid>
      <description>Creating a custom landing page for Hugo-PaperMod that is a combination of the HomeInfo mode and the profile mode. I call it the Hybrid mode.</description>
    </item>
    <item>
      <title>Style Modifications to Hugo PaperMod</title>
      <link>https://www.softwarecraftsperson.com/posts/2024-02-02-hugo-papermod-mods/</link>
      <pubDate>Fri, 02 Feb 2024 04:00:31 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2024-02-02-hugo-papermod-mods/</guid>
      <description>&lt;p&gt;I wanted to give a shout-out to a GitHub Repository that I came across, which hosted some custom CSS for modifying the look of PaperMod by a tiny bit. I thought I&amp;rsquo;d try it and hence the shout-out.&lt;/p&gt;
&lt;p&gt;Checkout &lt;a href=&#34;https://github.com/arashsm79/hugo-PaperMod-Mod/tree/main&#34;&gt;hugo-PaperMod-Mod&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The styles include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;thumbnails&lt;/li&gt;
&lt;li&gt;sidebar table of contents&lt;/li&gt;
&lt;li&gt;wider posts on landing page&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Hugo Partial for Buy me a coffee button</title>
      <link>https://www.softwarecraftsperson.com/posts/2023-12-26-partial-for-bmc/</link>
      <pubDate>Tue, 26 Dec 2023 21:43:00 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2023-12-26-partial-for-bmc/</guid>
      <description>How to add a Buy me a coffee button to all your posts in a Hugo static website or your blog</description>
    </item>
    <item>
      <title>Client Side Search for your Hugo Blog with Fuse.js</title>
      <link>https://www.softwarecraftsperson.com/posts/2021-05-01-client-side-search-fuse/</link>
      <pubDate>Sat, 01 May 2021 22:21:16 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2021-05-01-client-side-search-fuse/</guid>
      <description>How to provide simple, fast search functionality for your Hugo static website using fuse.js</description>
    </item>
    <item>
      <title>Good Bye Wordpress. Hello Hugo on Azure Storage</title>
      <link>https://www.softwarecraftsperson.com/posts/2021-04-04-good-bye-wordpress/</link>
      <pubDate>Sun, 04 Apr 2021 17:24:42 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2021-04-04-good-bye-wordpress/</guid>
      <description>Migrating from Wordpress to Static Generator Blog using Hugo, continuously deployed from GitHub to Azure storage served through Azure CDN, using Continuous Integration with GitHub Actions</description>
    </item>
  </channel>
</rss>
