<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SSL on</title><link>https://raze.mx/tags/ssl/</link><description>Recent content in SSL on</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 02 Feb 2021 14:19:06 -0600</lastBuildDate><atom:link href="https://raze.mx/tags/ssl/index.xml" rel="self" type="application/rss+xml"/><item><title>Hugo + Cloudfront</title><link>https://raze.mx/post/hugo-cloudfront/</link><pubDate>Tue, 02 Feb 2021 14:19:06 -0600</pubDate><guid>https://raze.mx/post/hugo-cloudfront/</guid><description>&lt;p&gt;As you can read on &lt;a href="https://raze.mx/post/hello/"&gt;my previous blog post&lt;/a&gt;, I&amp;rsquo;ve choosen a set of AWS technologies to back this blog, however here&amp;rsquo;s the full post on how to set up your own Hugo blog on AWS using CloudFront.&lt;/p&gt;
&lt;h3 id="create-an-example-hugo-website"&gt;Create an example Hugo website&lt;/h3&gt;
&lt;p&gt;You can use this &lt;a href="https://gohugo.io/getting-started/quick-start/"&gt;Quickstart&lt;/a&gt; to set up your example Hugo website. However, here&amp;rsquo;s the TL;RD:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo new site quickstart
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;cd quickstart
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git init
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;echo &lt;span style="color:#e6db74"&gt;&amp;#39;theme = &amp;#34;ananke&amp;#34;&amp;#39;&lt;/span&gt; &amp;gt;&amp;gt; config.toml
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo new posts/my-first-post.md
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now you can see locally the result by running:&lt;/p&gt;</description></item></channel></rss>