<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs on Raymond Ellis</title><link>https://raymondellis.com/blog/</link><description>Recent content in Blogs on Raymond Ellis</description><generator>Hugo</generator><language>en-us</language><copyright>© Raymond Ellis</copyright><lastBuildDate>Sun, 28 Feb 2021 16:08:12 -0500</lastBuildDate><atom:link href="https://raymondellis.com/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>No Updates</title><link>https://raymondellis.com/blog/2021/02/no-updates/</link><pubDate>Sun, 28 Feb 2021 16:00:36 -0500</pubDate><guid>https://raymondellis.com/blog/2021/02/no-updates/</guid><description>&lt;p&gt;Not sure if / when this site will be updated.&lt;/p&gt;
&lt;p&gt;There doesn&amp;rsquo;t seem to be a good place for a blog at this point in my life.&lt;/p&gt;
&lt;p&gt;Going to remove the &amp;ldquo;under construction&amp;rdquo; sign, this site is now as it should be.&lt;/p&gt;</description></item><item><title>Hugo .Context</title><link>https://raymondellis.com/blog/2019/04/hugo-.context/</link><pubDate>Sat, 06 Apr 2019 05:51:48 -0700</pubDate><guid>https://raymondellis.com/blog/2019/04/hugo-.context/</guid><description>&lt;p&gt;So in Hugo you use the &lt;code&gt;.&lt;/code&gt; to access variables and other information related to the page/site. &lt;code&gt;.Title&lt;/code&gt; or &lt;code&gt;.Resources.GetMatch &amp;quot;image&amp;quot;&lt;/code&gt;
At first it seems simple, however once you go out of context it changes.&lt;/p&gt;
&lt;p&gt;When it happed to me the error was very vague:&lt;br&gt;
&lt;code&gt;execute of template failed: panic in Execute: reflect: Method on nil interface value. See &amp;quot;https://github.com/gohugoio/hugo/issues/5327&amp;quot; for the reason why we cannot provide a better error message for this.&amp;quot;&lt;/code&gt;&lt;br&gt;
Hugo documentation doesn&amp;rsquo;t talk about it when mentioning variables.
&lt;a href="https://gohugo.io/templates/introduction/#the-dot"&gt;It does in the template introduction though,&lt;/a&gt; like they expect you to read it in order. 🙄&lt;/p&gt;</description></item><item><title>Hugo, draft = false</title><link>https://raymondellis.com/blog/2019/04/hugo-draft-false/</link><pubDate>Fri, 05 Apr 2019 06:26:42 -0700</pubDate><guid>https://raymondellis.com/blog/2019/04/hugo-draft-false/</guid><description>&lt;p&gt;I am in the process of building this site, thought it might be a good idea to post issues and how I overcame them.&lt;/p&gt;
&lt;p&gt;This first issue has a simple solution.
If you are having problems where your pages are showing up when running &lt;code&gt;hugo server&lt;/code&gt; but not when publishing them with &lt;code&gt;hugo&lt;/code&gt;.
Check that your pages that your pages are not draft.&lt;/p&gt;
&lt;p&gt;Example: &lt;code&gt;content/about.md&lt;/code&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;+++
title = &amp;#34;About&amp;#34;
draft = true
+++

Some about page
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;That page will not show up in your published site, it&amp;rsquo;s a simple fix and should have been obvious but it was not.
Set draft to &lt;code&gt;false&lt;/code&gt; or remove that line completely.&lt;/p&gt;</description></item><item><title>Under Construction</title><link>https://raymondellis.com/blog/2019/04/under-construction/</link><pubDate>Thu, 04 Apr 2019 05:55:38 -0700</pubDate><guid>https://raymondellis.com/blog/2019/04/under-construction/</guid><description>&lt;p&gt;This site is under construction!&lt;/p&gt;
&lt;p&gt;Expect major changes in the coming week.&lt;/p&gt;</description></item></channel></rss>