<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Miranda Peak</title>
    <link>https://mirmeep.github.io/blog/posts/</link>
    <description>Recent content in Posts on Miranda Peak</description>
    <image>
      <title>Miranda Peak</title>
      <url>https://mirmeep.github.io/blog/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://mirmeep.github.io/blog/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.5</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 22 Jun 2026 12:21:02 -0700</lastBuildDate>
    <atom:link href="https://mirmeep.github.io/blog/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SnipCart on Hugo: Setting up a Local Test Development Environment on Windows 11 and Git Bash</title>
      <link>https://mirmeep.github.io/blog/posts/snipcart-test-env/</link>
      <pubDate>Mon, 22 Jun 2026 12:21:02 -0700</pubDate>
      <guid>https://mirmeep.github.io/blog/posts/snipcart-test-env/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;WARNING: This method should be done only with a public key for testing purposes. The public key WILL show up in the client-end code.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Let&amp;rsquo;s say you want to test your Hugo site with SnipCart in a test development environment.&lt;/p&gt;
&lt;p&gt;Here is how you can do that.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://gitforwindows.org/&#34;&gt;Git Bash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://gohugo.io/installation/windows/&#34;&gt;Hugo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://gohugo.io/getting-started/quick-start/&#34;&gt;A Hugo projec&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://snipcart.com/&#34;&gt;A SnipCart account&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Go to each link and follow the instructions for installation if you have not done so already.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HUGO GitHub Actions Deployment Failure with Dart-Sass</title>
      <link>https://mirmeep.github.io/blog/posts/dart-sass-actions-failure/</link>
      <pubDate>Fri, 29 May 2026 14:44:13 -0700</pubDate>
      <guid>https://mirmeep.github.io/blog/posts/dart-sass-actions-failure/</guid>
      <description>&lt;h3 id=&#34;issue-hugo-site-github-actions-deployment-failure-sudo-snap-install-dart-sass&#34;&gt;ISSUE: Hugo Site GitHub Actions Deployment Failure: &lt;code&gt;sudo snap install dart-sass&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&#34;error message&#34; loading=&#34;lazy&#34; src=&#34;https://mirmeep.github.io/blog/images/blog/dart-sass-actions-failure.png&#34;&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Run sudo snap install dart-sass
error: cannot perform the following tasks:
- Download snap &amp;#34;snapd&amp;#34; (26865) from channel &amp;#34;stable&amp;#34; (Get &amp;#34;https://api.snapcraft.io/api/v1/snaps/download/PMrrV4ml8uWuEUDBT8dSGnKUYbevVhc4_26865.snap&amp;#34;: read tcp 10.1.0.253:40816-&amp;gt;185.125.188.59:443: read: connection reset by peer)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Installing Dart Sass via GitHub Actions through snap install results in a connection reset by peer error (shown above).&lt;/p&gt;
&lt;p&gt;This error occurred after making a change to my GitHub workflows file (in this case, &lt;code&gt;hugo.yaml&lt;/code&gt;) in the root of my Hugo project. If you must know, the change was a simple command to dynamically inject an API key from my GitHub repository settings into my Hugo project.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
