<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Posts on Jason Grout</title>
        <link>https://blog.grout.dev/posts/</link>
        <description>Recent content in Posts on Jason Grout</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
        <lastBuildDate>Tue, 03 Jan 2023 17:44:36 -0500</lastBuildDate>
        <atom:link href="https://blog.grout.dev/posts/index.xml" rel="self" type="application/rss+xml" />
        
        <item>
            <title>Aws Amplify</title>
            <link>https://blog.grout.dev/posts/aws-amplify/</link>
            <pubDate>Tue, 03 Jan 2023 17:44:36 -0500</pubDate>
            
            <guid>https://blog.grout.dev/posts/aws-amplify/</guid>
            <description>When I first setup my blog I started hosting hugo on an EC2 instance on AWS. Using EC2 for hosting a static site was expensive and inefficient. Running under EC2 meant I needed to keep up with patching of the underlying OS and other maintenance to keep the site running smoothly. I recently looked up what other people were using to host Hugo sites and I found an AWS service called Amplify.</description>
            <content type="html"><![CDATA[<p>When I first setup my blog I started hosting hugo on an EC2 instance on AWS.  Using EC2 for hosting a static site was expensive and inefficient.
Running under EC2 meant I needed to keep up with patching of the underlying OS and other maintenance to keep the site running smoothly.
I recently looked up what other people were using to host Hugo sites and I found an AWS service called Amplify.  Amplify allows you to easily connect to a Git repo and rebuild the site automatically
when changes are pushed to that Git repo. This allows for a simple and cheap way to host your blog without any need of the other overhead involved with hosting a site.  Adding a blog post is as simple
as creating a new Hugo page and committing the changes. Amplify will automatically clone the changes and rebuild the site.</p>
]]></content>
        </item>
        
        <item>
            <title>Hugo Framwork</title>
            <link>https://blog.grout.dev/posts/hugo-blog/</link>
            <pubDate>Sun, 17 Oct 2021 16:37:02 +0000</pubDate>
            
            <guid>https://blog.grout.dev/posts/hugo-blog/</guid>
            <description>Like static websites? I do too. Want an easy way to generate an awesome looking static site blog without the hastle of managing a full Wordpress install? Check out Hugo. /n You can find the main Hugo site at https://gohugo.io/. You can checkout the great many themes at https://themes.gohugo.io/.</description>
            <content type="html"><![CDATA[
    <img src="/media/hugo.png"  alt="Hello Friend"  class="center"  style="border-radius: 8px;"  />


<p>Like static websites?  I do too.  Want an easy way to generate an awesome looking static site blog without the hastle of managing a full Wordpress install?  Check out Hugo. /n
You can find the main Hugo site at <a href="https://gohugo.io/">https://gohugo.io/</a>.  You can checkout the great many themes at <a href="https://themes.gohugo.io/">https://themes.gohugo.io/</a>.</p>
]]></content>
        </item>
        
        <item>
            <title>Hello World</title>
            <link>https://blog.grout.dev/posts/hello-world/</link>
            <pubDate>Sat, 16 Oct 2021 12:10:05 +0000</pubDate>
            
            <guid>https://blog.grout.dev/posts/hello-world/</guid>
            <description>Hugo is amazing at making static websites</description>
            <content type="html"><![CDATA[<p>Hugo is amazing at making static websites</p>
]]></content>
        </item>
        
    </channel>
</rss>
