<?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 Favian Flores</title>
    <link>https://hugoblog.favianflores.com/tags/hugo/</link>
    <description>Recent content in Hugo on Favian Flores</description>
    <image>
      <title>Favian Flores</title>
      <url>https://hugoblog.favianflores.com/website-banner.webp</url>
      <link>https://hugoblog.favianflores.com/website-banner.webp</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 17 Sep 2023 00:00:00 -0400</lastBuildDate>
    <atom:link href="https://hugoblog.favianflores.com/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to schedule Hugo deployments with GitHub Actions</title>
      <link>https://hugoblog.favianflores.com/posts/2023/how-to-schedule-hugo-deployments-with-github-actions/</link>
      <pubDate>Sun, 17 Sep 2023 00:00:00 -0400</pubDate>
      <guid>https://hugoblog.favianflores.com/posts/2023/how-to-schedule-hugo-deployments-with-github-actions/</guid>
      <description>&lt;p&gt;In this article I&amp;rsquo;m going to show you how to create a GitHub workflow which automatically deploys a hugo website on a set schedule.&lt;/p&gt;
&lt;h2 id=&#34;add-access-keys&#34;&gt;Add access keys&lt;/h2&gt;
&lt;p&gt;I host this website on AWS CloudFront. In order for GitHub to be able to deploy my website, it needs access to my AWS account.&lt;/p&gt;
&lt;p&gt;In my &lt;a href=&#34;https://hugoblog.favianflores.com/posts/2023/how-to-deploy-a-website-to-cloudfront-using-hugo&#34;&gt;last article&lt;/a&gt; you learned how to create an IAM user with the necessary permissions for deploying a Hugo website. You will need the same setup here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to deploy a Hugo website to CloudFront using Hugo Deploy</title>
      <link>https://hugoblog.favianflores.com/posts/2023/how-to-deploy-a-website-to-cloudfront-using-hugo/</link>
      <pubDate>Sat, 16 Sep 2023 00:00:00 -0400</pubDate>
      <guid>https://hugoblog.favianflores.com/posts/2023/how-to-deploy-a-website-to-cloudfront-using-hugo/</guid>
      <description>&lt;p&gt;In this article, I&amp;rsquo;m going to show you how to use Hugo&amp;rsquo;s built-in &lt;code&gt;hugo deploy&lt;/code&gt; command to deploy your site to a CloudFront distribution. You&amp;rsquo;re going to learn how to set up an IAM user on AWS, authenticate the AWS CLI, and configure the Hugo CLI so that you can deploy your Hugo website using 1 command.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Before you begin, make sure you have a CloudFront distribution with an S3 bucket as an origin. You can find a guide on setting one up &lt;a href=&#34;https://hugoblog.favianflores.com/posts/2023/how-to-deploy-a-static-website-using-cloudfront-route53-s3-and-certificate-manager/&#34;&gt;here&lt;/a&gt;. You are also going to need to have the &lt;a href=&#34;https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html&#34;&gt;AWS CLI&lt;/a&gt; and &lt;a href=&#34;https://gohugo.io/installation&#34;&gt;Hugo&lt;/a&gt; installed.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
