<?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 Public Notes</title>
    <link>https://blog.cue4net.com/tags/hugo/</link>
    <description>Recent content in Hugo on Public Notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 08 Sep 2024 21:21:08 +0200</lastBuildDate>
    <atom:link href="https://blog.cue4net.com/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo Webpage Deployment</title>
      <link>https://blog.cue4net.com/posts/hugo-webpage-deployment/</link>
      <pubDate>Sun, 08 Sep 2024 21:21:08 +0200</pubDate>
      <guid>https://blog.cue4net.com/posts/hugo-webpage-deployment/</guid>
      <description>Setting Up Nginx Web Server in Docker As I already have a running Nginx reverse proxy that handles domain routing to local web servers or services and terminates SSL, I will document here how to set up a single-page Nginx HTTP-only web server using Docker.&#xA;Step 1: Create a Folder for the Webpage and Webserver Files Firstly, create a folder where you&amp;rsquo;ll store your webpage and webserver files. This can be done by running:</description>
    </item>
    <item>
      <title>Hugo First Post</title>
      <link>https://blog.cue4net.com/posts/hugo-first-post/</link>
      <pubDate>Sat, 07 Sep 2024 21:29:43 +0200</pubDate>
      <guid>https://blog.cue4net.com/posts/hugo-first-post/</guid>
      <description>First Post As we begin our journey with Hugo, let&amp;rsquo;s start by setting up a development server that will allow us to preview and test our website locally. This is essential for any web development project.&#xA;Start the Development Server To get started, navigate to your Hugo project directory in your terminal or command prompt and run:&#xA;hugo server This command starts the Hugo development server on localhost and port 1313 by default.</description>
    </item>
    <item>
      <title>Hugo First Steps</title>
      <link>https://blog.cue4net.com/posts/first-steps-in-hugo/</link>
      <pubDate>Sat, 07 Sep 2024 11:59:46 +0200</pubDate>
      <guid>https://blog.cue4net.com/posts/first-steps-in-hugo/</guid>
      <description>Setting Up Hugo on Ubuntu Before we dive in, make sure you&amp;rsquo;ve identified a theme for your site - otherwise, nothing will appear with Hugo. To avoid permission issues and other headaches, I recommend removing any snap installation of Hugo (like mine) since it doesn&amp;rsquo;t play nice with NFS file shares. Instead, install Hugo via the command:&#xA;sudo apt install hugo Create a New Site To get started, navigate to the desired location in your terminal or command prompt by running cd followed by the path where you want to create your new Hugo project.</description>
    </item>
  </channel>
</rss>
