<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Static-Site on Panic! At The Terminal</title>
    <link>https://blog.nousiainen.xyz/tags/static-site/</link>
    <description>Recent content in Static-Site on Panic! At The Terminal</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 07 Jul 2025 23:11:45 +0300</lastBuildDate>
    <atom:link href="https://blog.nousiainen.xyz/tags/static-site/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Make a New Post on Hugo</title>
      <link>https://blog.nousiainen.xyz/docs/hugo-post/</link>
      <pubDate>Tue, 25 Mar 2025 18:32:04 +0200</pubDate>
      <guid>https://blog.nousiainen.xyz/docs/hugo-post/</guid>
      <description>&lt;h1 id=&#34;creating-new-posts-in-hugo&#34;&gt;&#xA;  Creating New Posts in Hugo&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#creating-new-posts-in-hugo&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;Hugo is a fast and flexible static site generator written in Go. Creating new posts is straightforward once you understand the basic workflow. This guide is mostly for myself since I don&amp;rsquo;t always remember how the process goes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;step-by-step-process&#34;&gt;&#xA;  Step-by-Step Process&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#step-by-step-process&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;1-navigate-to-your-hugo-site-directory&#34;&gt;&#xA;  1. Navigate to your Hugo site directory&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#1-navigate-to-your-hugo-site-directory&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h3&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;/var/lib/snapd/void/blog&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;2-create-a-new-post-using-hugo-cli&#34;&gt;&#xA;  2. Create a new post using Hugo CLI&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#2-create-a-new-post-using-hugo-cli&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h3&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;hugo new content content/docs/hugo-post.md&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;3-edit-the-post-content&#34;&gt;&#xA;  3. Edit the post content&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#3-edit-the-post-content&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h3&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;vim content/docs/hugo-post.md&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Edit the front matter (title, date, draft status) and add your content in Markdown.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
