<?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>Hugo on ayyzenn</title><link>https://ayyzenn.github.io/tags/hugo/</link><description>Recent content in Hugo on ayyzenn</description><generator>Hugo -- 0.163.3</generator><language>en-us</language><lastBuildDate>Thu, 03 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://ayyzenn.github.io/tags/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>Hugo: The Static Site Generator I Use for This Blog</title><link>https://ayyzenn.github.io/posts/hugo/</link><pubDate>Thu, 03 Dec 2020 00:00:00 +0000</pubDate><guid>https://ayyzenn.github.io/posts/hugo/</guid><description>&lt;h2 id="why-i-picked-hugo"&gt;Why I Picked Hugo&lt;/h2&gt;
&lt;p&gt;I wanted a blog that loads fast, doesn&amp;rsquo;t need a database, and lets me write posts in Markdown. &lt;strong&gt;Hugo&lt;/strong&gt; does exactly that — it builds plain HTML files from my content, and I host them on GitHub Pages.&lt;/p&gt;
&lt;p&gt;No WordPress, no PHP, no MySQL. Just markdown files and a &lt;code&gt;hugo&lt;/code&gt; command.&lt;/p&gt;
&lt;h2 id="what-i-like-about-it"&gt;What I Like About It&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Fast builds&lt;/strong&gt; — my whole site compiles in under a second&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Markdown posts&lt;/strong&gt; — write in any editor, commit to Git&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Themes&lt;/strong&gt; — I&amp;rsquo;m using PaperMod&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Pages&lt;/strong&gt; — free hosting, deploys on push&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="how-i-set-up-hugo"&gt;How I Set Up Hugo&lt;/h2&gt;
&lt;h3 id="1-install-hugo"&gt;1. Install Hugo&lt;/h3&gt;
&lt;h4 id="on-arch-linux"&gt;On Arch Linux&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo pacman -S hugo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id="on-ubuntu"&gt;On Ubuntu&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo apt update
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo apt install hugo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Or install the extended edition from the official release page (recommended for themes that use Sass):&lt;/p&gt;</description></item><item><title>My First Post</title><link>https://ayyzenn.github.io/posts/first_post/</link><pubDate>Tue, 15 Sep 2020 00:00:00 +0000</pubDate><guid>https://ayyzenn.github.io/posts/first_post/</guid><description>&lt;p&gt;Hello — this is my first blog post on Hugo. I set this site up to document what I&amp;rsquo;m learning as I go. More posts coming soon.&lt;/p&gt;</description></item></channel></rss>