<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Meta on East of the Sun, West of the Moon</title>
    <link>https://is-here.com/tags/meta/</link>
    <description>Recent content in Meta on East of the Sun, West of the Moon</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Erwin Harte</copyright>
    <lastBuildDate>Sun, 28 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://is-here.com/tags/meta/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>RSS feed fix</title>
      <link>https://is-here.com/post/2025/12/rss-feed-fix/</link>
      <pubDate>Sun, 28 Dec 2025 00:00:00 +0000</pubDate>
      
      <category>Hugo</category><category>Meta</category><comments>https://strangeweb.page/@jochie/115800891782824872</comments><guid>https://is-here.com/post/2025/12/rss-feed-fix/</guid>
      <description>
&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;
&lt;h2 id=&#34;headline-1&#34;&gt;
Looks may be deceiving
&lt;/h2&gt;
&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;
&lt;p&gt;When I set up a static website my focus around the RSS feed was that I wanted to have the full content, so once I had that, I moved on.&lt;/p&gt;
&lt;p&gt;
Today I noticed that the links back to the posts in the RSS feed (or the link for the site itself) didn&amp;#39;t actually work, they were missing the &lt;code class=&#34;verbatim&#34;&gt;https://is-here.com/&lt;/code&gt; prefix. 🤔&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;outline-container-headline-2&#34; class=&#34;outline-2&#34;&gt;
&lt;h2 id=&#34;headline-2&#34;&gt;
Thankfully this was a simple fix
&lt;/h2&gt;
&lt;div id=&#34;outline-text-headline-2&#34; class=&#34;outline-text-2&#34;&gt;
&lt;p&gt;All that was missing was a &lt;code class=&#34;verbatim&#34;&gt;baseURL&lt;/code&gt; parameter in my &lt;code class=&#34;verbatim&#34;&gt;config.yaml&lt;/code&gt; file. It &lt;em&gt;was&lt;/em&gt; there originally, but it got lost when I migrated from the S3 bucket to &lt;a href=&#34;https://statichost.eu/&#34;&gt;statichost.eu&lt;/a&gt; and revamped my &lt;code class=&#34;verbatim&#34;&gt;config.yaml&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;
Running the local hugo preview with &lt;code class=&#34;verbatim&#34;&gt;--baseURL http://localhost:1313/&lt;/code&gt; to override that, and all is well again in this part of the world.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Hello again, world?</title>
      <link>https://is-here.com/post/2023/11/hello-again-world/</link>
      <pubDate>Mon, 13 Nov 2023 00:00:00 +0000</pubDate>
      
      <category>Hugo</category><category>Mastodon</category><category>Meta</category><comments>https://strangeweb.page/@jochie/111407198734333719</comments><guid>https://is-here.com/post/2023/11/hello-again-world/</guid>
      <description>
&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;
&lt;h2 id=&#34;headline-1&#34;&gt;
From Twitter to Mastodon
&lt;/h2&gt;
&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;
&lt;p&gt;For many years Twitter was my main social media account. My Facebook account has not been visited in many months and Instagram has mostly been kept alive to follow some friends and family&amp;#39;s postings. Though I originally did post from time to time, the last few years it had turned mostly into a read-only account.&lt;/p&gt;
&lt;p&gt;
Then last year around the time of the change in ownership, I gave up on it and began an effort to migrate my 
&lt;em&gt;network&lt;/em&gt; to Mastodon or, more accurately the &lt;a href=&#34;https://en.wikipedia.org/wiki/Fediverse&#34;&gt;Fediverse&lt;/a&gt;. Initially at &lt;a href=&#34;https://mastodon.social/@jochie&#34;&gt;mastodon.social&lt;/a&gt;, the flagship server for the Mastodon software, with an account that I had created in May 2022 but began using in earnest in October. Later I migrated to an account on a &lt;a href=&#34;https://strangeweb.page/@jochie&#34;&gt;personal server&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;outline-container-headline-2&#34; class=&#34;outline-2&#34;&gt;
&lt;h2 id=&#34;headline-2&#34;&gt;
Starting to feel an itch
&lt;/h2&gt;
&lt;div id=&#34;outline-text-headline-2&#34; class=&#34;outline-text-2&#34;&gt;
&lt;p&gt;As I was posting on my Mastodon account, I regularly found myself writing more than was going to fit in the space of the default 500 characters. Sure I could change that default (although it is a &lt;em&gt;little&lt;/em&gt; bit more work than just changing a configuration file entry), but that felt wrong. To me, the fact that I was bumping against that ceiling suggested I was looking for a different medium for those posts.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;outline-container-headline-3&#34; class=&#34;outline-2&#34;&gt;
&lt;h2 id=&#34;headline-3&#34;&gt;
Static Site Generator to the rescue
&lt;/h2&gt;
&lt;div id=&#34;outline-text-headline-3&#34; class=&#34;outline-text-2&#34;&gt;
&lt;p&gt;While I did feel the itch to write some longer form things, the idea of running (potentially vulnerable) infrastructure for this that would need to be maintained did not appeal to me.&lt;/p&gt;
&lt;p&gt;
Comes along &lt;a href=&#34;https://en.wikipedia.org/wiki/Hugo_(software)&#34;&gt;Hugo&lt;/a&gt; (docs, themes, etc at the &lt;a href=&#34;https://gohugo.io/&#34;&gt;official website&lt;/a&gt;) which comes with a generous set of themes that can be tweaked as needed, allows me to write posts and other pages in &lt;a href=&#34;https://orgmode.org/&#34;&gt;Org Mode&lt;/a&gt; syntax, and has built-in support for deploying its output into an AWS S3 bucket.&lt;/p&gt;
&lt;p&gt;
More details on the &lt;a href=&#34;https://is-here.com/project/website/&#34;&gt;project page&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
