<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo Template</title><link>/</link><description>Recent content on Hugo Template</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 23 Jun 2025 11:06:56 +0800</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Installation</title><link>/get-start/installation/</link><pubDate>Mon, 23 Jun 2025 11:06:56 +0800</pubDate><guid>/get-start/installation/</guid><description>&lt;h1 id="hugo-installation-guide">Hugo Installation Guide&lt;/h1>
&lt;p>Hugo is a fast and modern static site generator written in Go. This guide will help you install Hugo on your system.&lt;/p>
&lt;h2 id="system-requirements">System Requirements&lt;/h2>
&lt;ul>
&lt;li>Supported Operating Systems: Windows, macOS, Linux&lt;/li>
&lt;li>Disk Space: Approximately 50MB&lt;/li>
&lt;li>Go Version: 1.18 or higher (if building from source)&lt;/li>
&lt;/ul>
&lt;h2 id="installation-methods">Installation Methods&lt;/h2>
&lt;h3 id="macos-installation">macOS Installation&lt;/h3>
&lt;p>The easiest way to install Hugo on macOS is using Homebrew:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>brew install hugo
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>After installation, verify it:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>hugo version
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="windows-installation">Windows Installation&lt;/h3>
&lt;ol>
&lt;li>Using Chocolatey:&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>choco install hugo
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ol start="2">
&lt;li>Or download precompiled binary from &lt;a href="https://github.com/gohugoio/hugo/releases">Hugo Releases&lt;/a>&lt;/li>
&lt;/ol>
&lt;h3 id="linux-installation">Linux Installation&lt;/h3>
&lt;p>Ubuntu/Debian:&lt;/p></description></item></channel></rss>