<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Kevin Samoei - Writing</title><description>Writing from Kevin Samoei - notes on software, the web, and building things that last.</description><link>https://kevs.site/</link><language>en</language><managingEditor>Kevin Samoei</managingEditor><item><title>Code Display Test</title><link>https://kevs.site/posts/code-test/</link><guid isPermaLink="true">https://kevs.site/posts/code-test/</guid><description>A test post with code blocks for verifying Shiki syntax highlighting.</description><pubDate>Mon, 27 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;A sample post to test dark mode code blocks.&lt;/p&gt;
&lt;h2 id=&quot;javascript&quot;&gt;JavaScript&lt;/h2&gt;
&lt;pre class=&quot;astro-code astro-code-themes github-light-default github-dark-dimmed&quot; style=&quot;background-color:#ffffff;--shiki-dark-bg:#22272e;color:#1f2328;--shiki-dark:#adbac7; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;javascript&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color:#8250DF;--shiki-dark:#DCBDFB&quot;&gt; greet&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;) {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;  const&lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt; message&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt; =&lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt; `Hello, ${&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt;}!`&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;  console.&lt;/span&gt;&lt;span style=&quot;color:#8250DF;--shiki-dark:#DCBDFB&quot;&gt;log&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;(message);&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;  return&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt; message;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;const&lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt; colors&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt; =&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt; [&lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt;&quot;stone&quot;&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt;&quot;amber&quot;&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt;&quot;warm&quot;&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;];&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;colors.&lt;/span&gt;&lt;span style=&quot;color:#8250DF;--shiki-dark:#DCBDFB&quot;&gt;forEach&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;((&lt;/span&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt;c&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;=&gt;&lt;/span&gt;&lt;span style=&quot;color:#8250DF;--shiki-dark:#DCBDFB&quot;&gt; greet&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;(c));&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&quot;css&quot;&gt;CSS&lt;/h2&gt;
&lt;pre class=&quot;astro-code astro-code-themes github-light-default github-dark-dimmed&quot; style=&quot;background-color:#ffffff;--shiki-dark-bg:#22272e;color:#1f2328;--shiki-dark:#adbac7; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;css&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#116329;--shiki-dark:#8DDB8C&quot;&gt;html&lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt;.dark&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt; {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt;  --color-background&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt;#1c1917&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt;  --color-accent&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt;#f59e0b&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&quot;typescript&quot;&gt;TypeScript&lt;/h2&gt;
&lt;pre class=&quot;astro-code astro-code-themes github-light-default github-dark-dimmed&quot; style=&quot;background-color:#ffffff;--shiki-dark-bg:#22272e;color:#1f2328;--shiki-dark:#adbac7; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;typescript&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;interface&lt;/span&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt; Theme&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt; {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt;  name&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt; &quot;light&quot;&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt; |&lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt; &quot;dark&quot;&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt;  background&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt; string&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt;  accent&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt; string&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;const&lt;/span&gt;&lt;span style=&quot;color:#0550AE;--shiki-dark:#6CB6FF&quot;&gt; dark&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#953800;--shiki-dark:#F69D50&quot;&gt; Theme&lt;/span&gt;&lt;span style=&quot;color:#CF222E;--shiki-dark:#F47067&quot;&gt; =&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt; {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;  name: &lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt;&quot;dark&quot;&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;  background: &lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt;&quot;#1c1917&quot;&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;  accent: &lt;/span&gt;&lt;span style=&quot;color:#0A3069;--shiki-dark:#96D0FF&quot;&gt;&quot;#f59e0b&quot;&lt;/span&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#1F2328;--shiki-dark:#ADBAC7&quot;&gt;};&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Some inline code too: &lt;code&gt;localStorage.getItem(&apos;theme&apos;)&lt;/code&gt; and regular prose text to verify dark mode typography.&lt;/p&gt;</content:encoded></item><item><title>Test Post</title><link>https://kevs.site/posts/test/</link><guid isPermaLink="true">https://kevs.site/posts/test/</guid><description>This is a test post for the design purposes of the website.</description><pubDate>Sun, 26 Oct 2025 00:00:00 GMT</pubDate><content:encoded/></item></channel></rss>