<?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 Niall Donaghy</title>
    <link>https://ndonaghy.com/tags/hugo/</link>
    <description>Recent content in Hugo on Niall Donaghy</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Sun, 05 Apr 2026 00:23:04 +0100</lastBuildDate>
    <atom:link href="https://ndonaghy.com/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo</title>
      <link>https://ndonaghy.com/posts/hugo/</link>
      <pubDate>Sun, 05 Apr 2026 00:23:04 +0100</pubDate>
      <guid>https://ndonaghy.com/posts/hugo/</guid>
      <description>&lt;h1 id=&#34;hugo-getting-started&#34;&gt;Hugo: getting started&lt;/h1&gt;&#xA;&lt;h2 id=&#34;install&#34;&gt;Install&lt;/h2&gt;&#xA;&lt;p&gt;There are multiple ways to obtain and install - eg: distro package manager, github binary, compile source.&#xA;Check the docs and choose what works best for you.&lt;/p&gt;&#xA;&lt;p&gt;I am going with a recent binary:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cd /tmp&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;wget https://github.com/gohugoio/hugo/releases/download/v0.159.2/hugo_extended_0.159.2_linux-amd64.tar.gz&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;tar -xzf hugo_extended_0.159.2_linux-amd64.tar.gz&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo mv hugo /usr/local/bin/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;hugo version&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;create-site&#34;&gt;Create site&lt;/h2&gt;&#xA;&lt;p&gt;Here I am working in my git repo which has an existing README.md file, so use &amp;ndash;force to create despite the directory not being empty:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
