<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on Ari Almond</title><link>https://thereisaneasierway.com/</link><description>Recent content in Home on Ari Almond</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 19 Jul 2026 15:30:02 -0400</lastBuildDate><atom:link href="https://thereisaneasierway.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploying this website</title><link>https://thereisaneasierway.com/posts/deploying-this-website/</link><pubDate>Sun, 19 Jul 2026 15:30:02 -0400</pubDate><guid>https://thereisaneasierway.com/posts/deploying-this-website/</guid><description>&lt;p&gt;This site is a static &lt;a href="https://gohugo.io"&gt;Hugo&lt;/a&gt; build with a custom theme, and getting it live came down to three pieces: a build pipeline, a host, and a domain.&lt;/p&gt;
&lt;h2 id="the-build-pipeline"&gt;The build pipeline&lt;/h2&gt;
&lt;p&gt;Rather than build locally and push the output, I added a GitHub Actions workflow (&lt;code&gt;.github/workflows/hugo.yaml&lt;/code&gt;) that builds the site with Hugo on every push to &lt;code&gt;main&lt;/code&gt; and deploys it to GitHub Pages. The Hugo version in the workflow is pinned to match what&amp;rsquo;s installed locally, so &lt;code&gt;hugo server -D&lt;/code&gt; and CI never drift apart.&lt;/p&gt;</description></item><item><title>Hello, world</title><link>https://thereisaneasierway.com/posts/hello-world/</link><pubDate>Sun, 19 Jul 2026 09:00:00 -0400</pubDate><guid>https://thereisaneasierway.com/posts/hello-world/</guid><description>&lt;p&gt;This is the first post. Replace it with your own words — a good opener is &lt;em&gt;why&lt;/em&gt; you&amp;rsquo;re writing in public and what a reader should expect.&lt;/p&gt;
&lt;p&gt;A few things this theme handles out of the box:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Prose&lt;/strong&gt; set in a readable serif at a comfortable measure.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Inline code&lt;/code&gt; and fenced code blocks with syntax highlighting:&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;teach&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;idea&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="n"&gt;explain&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;idea&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;twice&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="kc"&gt;True&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Blockquotes for the things other people said better.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That&amp;rsquo;s it. Write more posts with &lt;code&gt;hugo new content posts/my-next-idea.md&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Example Project</title><link>https://thereisaneasierway.com/projects/example-project/</link><pubDate>Wed, 01 Jul 2026 09:00:00 -0400</pubDate><guid>https://thereisaneasierway.com/projects/example-project/</guid><description>&lt;p&gt;What the project does, why you built it, what you learned. Link the &lt;a href="https://github.com/yourhandle/example"&gt;repo&lt;/a&gt; or a live demo.&lt;/p&gt;</description></item><item><title>Example Course</title><link>https://thereisaneasierway.com/teaching/example-course/</link><pubDate>Mon, 01 Jun 2026 09:00:00 -0400</pubDate><guid>https://thereisaneasierway.com/teaching/example-course/</guid><description>&lt;p&gt;Syllabus overview, links to slides or notes, and anything students or curious readers should know.&lt;/p&gt;</description></item></channel></rss>