<?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</title><link>https://raze.mx/tags/hugo/</link><description>Recent content in Hugo 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/hugo/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><item><title>Hello world!</title><link>https://raze.mx/post/hello/</link><pubDate>Fri, 29 Jan 2021 16:39:29 -0600</pubDate><guid>https://raze.mx/post/hello/</guid><description>&lt;p&gt;Hello internet &amp;#x1f604; it&amp;rsquo;s being a long time since I stopped blogging, however, as I&amp;rsquo;ve always said, writting is more a necesity than a luxury.&lt;/p&gt;
&lt;p&gt;Today I&amp;rsquo;m gonna talk about the tech stack I&amp;rsquo;m using for blogging, In the past I&amp;rsquo;ve used &lt;a href="https://ghost.org/"&gt;Ghost&lt;/a&gt; for my previous blog, and a long time ago I also used &lt;a href="https://www.joomla.org/"&gt;Joomla!&lt;/a&gt;, those are great tools and a lot of technical writters do use Ghost for writting articles, or blogging. Also I remember there&amp;rsquo;s &lt;a href="%22https://github.com/jekyll/jekyll%22"&gt;Jekyll&lt;/a&gt; and &lt;a href="%22http://octopress.org/%22"&gt;Octopress&lt;/a&gt; out there, but this time I&amp;rsquo;ll stick to a command line, Markdown friendly golang tool.&lt;/p&gt;</description></item></channel></rss>