<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://chrismcneese.me/feed.xml" rel="self" type="application/atom+xml" /><link href="https://chrismcneese.me/" rel="alternate" type="text/html" /><updated>2026-04-13T18:39:09+00:00</updated><id>https://chrismcneese.me/feed.xml</id><title type="html">Chris’ Journey</title><subtitle>A blog about my journey through tech, web development, and creative projects.
</subtitle><author><name>Chris</name></author><entry><title type="html">Welcome to Chris’s Journey</title><link href="https://chrismcneese.me/welcome" rel="alternate" type="text/html" title="Welcome to Chris’s Journey" /><published>2026-04-12T00:00:00+00:00</published><updated>2026-04-12T00:00:00+00:00</updated><id>https://chrismcneese.me/welcome</id><content type="html" xml:base="https://chrismcneese.me/welcome"><![CDATA[<h1 id="welcome-">Welcome! 🚀</h1>

<p>I’m excited to launch my new blog powered by <strong>Jekyll</strong> and the beautiful <strong>Moonwalk</strong> theme. This is where I’ll be sharing my journey through web development, creative projects, and all the interesting things I’m learning along the way.</p>

<h2 id="why-jekyll">Why Jekyll?</h2>

<p>I decided to switch from my Laravel blog to Jekyll because:</p>

<ul>
  <li><strong>Markdown-focused</strong> - Pure content with git version control</li>
  <li><strong>Fast &amp; lightweight</strong> - No database needed, just static files</li>
  <li><strong>Dark mode</strong> - Built-in theme switcher with light/dark options</li>
  <li><strong>Perfect for blogging</strong> - Minimal distractions, content-first approach</li>
  <li><strong>Easy deployment</strong> - Netlify handles everything automatically</li>
</ul>

<h2 id="what-to-expect">What to expect</h2>

<p>This blog will feature:</p>

<ul>
  <li>Technical posts about web development</li>
  <li>Project updates and case studies</li>
  <li>Learning notes and tutorials</li>
  <li>Creative explorations and experiments</li>
</ul>

<h2 id="dark-mode">Dark Mode</h2>

<p>Check out the theme toggle in the top right! The color scheme is customized with my favorite purple gradients.</p>

<hr />

<p>Thanks for visiting, and I hope you enjoy what I’m building here. Feel free to reach out if you have any feedback!</p>]]></content><author><name>Chris</name></author><category term="personal" /><summary type="html"><![CDATA[The start of a new blog adventure with Jekyll and Moonwalk]]></summary></entry><entry><title type="html">Github Alerts</title><link href="https://chrismcneese.me/github-alerts" rel="alternate" type="text/html" title="Github Alerts" /><published>2021-04-01T00:00:00+00:00</published><updated>2021-04-01T00:00:00+00:00</updated><id>https://chrismcneese.me/github-alerts</id><content type="html" xml:base="https://chrismcneese.me/github-alerts"><![CDATA[<p>Moonwalk now supports GitHub Markdown Alerts. These are styled blockquotes that highlight important information.</p>

<h2 id="alert-types">Alert types</h2>

<blockquote>
  <p>[!NOTE]
Useful information that users should know, even when skimming content.</p>
</blockquote>

<blockquote>
  <p>[!TIP]
Helpful advice for doing things better or more easily.</p>
</blockquote>

<blockquote>
  <p>[!IMPORTANT]
Key information users need to know to achieve their goal.</p>
</blockquote>

<blockquote>
  <p>[!WARNING]
Urgent info that needs immediate user attention to avoid problems.</p>
</blockquote>

<blockquote>
  <p>[!CAUTION]
Advises about risks or negative outcomes of certain actions.</p>
</blockquote>

<h2 id="alerts-with-longer-content">Alerts with longer content</h2>

<blockquote>
  <p>[!NOTE]
Alerts can contain <strong>bold text</strong>, <code class="language-plaintext highlighter-rouge">inline code</code>, <a href="https://example.com">links</a>, and other standard Markdown formatting.</p>

  <p>They can also span multiple paragraphs.</p>
</blockquote>

<h2 id="regular-blockquotes-still-work">Regular blockquotes still work</h2>

<blockquote>
  <p>This is a normal blockquote. It keeps its original styling and is not affected by the alert processing.</p>
</blockquote>]]></content><author><name>Abhinav Saxena</name></author><category term="feature" /><category term="alerts" /><summary type="html"><![CDATA[Moonwalk now supports GitHub Markdown Alerts. These are styled blockquotes that highlight important information.]]></summary></entry><entry><title type="html">Soopr</title><link href="https://chrismcneese.me/soopr" rel="alternate" type="text/html" title="Soopr" /><published>2021-03-04T00:00:00+00:00</published><updated>2021-03-04T00:00:00+00:00</updated><id>https://chrismcneese.me/soopr</id><content type="html" xml:base="https://chrismcneese.me/soopr"><![CDATA[<p><a href="https://www.soopr.co">Soopr</a> is the easiest way for you to add share &amp; reaction buttons to your blog and website, integrate an URL shortener and simple to understand analytics service. Soopr lets you manage all of these using a powerful dashboard.</p>

<p>Moonwalk uses Soopr for share and like buttons and it is already integrated. By default, Moonwalk shows <code class="language-plaintext highlighter-rouge">circular</code> Twitter, Facebook and Copy buttons in <code class="language-plaintext highlighter-rouge">base</code> size. To add <code class="language-plaintext highlighter-rouge">like</code> button, please signup for free on <a href="https://www.soopr.co">Soopr</a></p>

<p>Once you have signed up on Soopr, get a publish token for your website and edit <code class="language-plaintext highlighter-rouge">_config.yml</code> file and add it under <code class="language-plaintext highlighter-rouge">soopr</code> key and restart the server.</p>
<div class="language-yml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">soopr</span><span class="pi">:</span>
  <span class="na">publish-token</span><span class="pi">:</span> <span class="s2">"</span><span class="s">ADD_YOUR_PUBLISH_TOKEN_HERE"</span> 
</code></pre></div></div>

<p>Check out the <a href="https://www.soopr.co">Soopr Website</a> for more info on how to get the most out of Soopr.</p>]]></content><author><name>Chris</name></author><category term="soopr" /><category term="config" /><summary type="html"><![CDATA[Soopr is the easiest way for you to add share &amp; reaction buttons to your blog and website, integrate an URL shortener and simple to understand analytics service. Soopr lets you manage all of these using a powerful dashboard.]]></summary></entry><entry><title type="html">Code Blocks</title><link href="https://chrismcneese.me/code" rel="alternate" type="text/html" title="Code Blocks" /><published>2021-01-08T00:00:00+00:00</published><updated>2021-01-08T00:00:00+00:00</updated><id>https://chrismcneese.me/code</id><content type="html" xml:base="https://chrismcneese.me/code"><![CDATA[<p>A showcase of syntax highlighting across languages.</p>

<h2 id="python">Python</h2>
<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kn">from</span> <span class="n">pathlib</span> <span class="kn">import</span> <span class="n">Path</span>
<span class="kn">import</span> <span class="n">json</span>

<span class="k">def</span> <span class="nf">load_config</span><span class="p">(</span><span class="n">path</span><span class="p">:</span> <span class="nb">str</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">dict</span><span class="p">:</span>
    <span class="sh">"""</span><span class="s">Read a JSON config file and return its contents.</span><span class="sh">"""</span>
    <span class="n">config_path</span> <span class="o">=</span> <span class="nc">Path</span><span class="p">(</span><span class="n">path</span><span class="p">)</span>
    <span class="k">if</span> <span class="ow">not</span> <span class="n">config_path</span><span class="p">.</span><span class="nf">exists</span><span class="p">():</span>
        <span class="k">raise</span> <span class="nc">FileNotFoundError</span><span class="p">(</span><span class="sa">f</span><span class="sh">"</span><span class="s">Config not found: </span><span class="si">{</span><span class="n">path</span><span class="si">}</span><span class="sh">"</span><span class="p">)</span>
    <span class="k">return</span> <span class="n">json</span><span class="p">.</span><span class="nf">loads</span><span class="p">(</span><span class="n">config_path</span><span class="p">.</span><span class="nf">read_text</span><span class="p">())</span>

<span class="n">config</span> <span class="o">=</span> <span class="nf">load_config</span><span class="p">(</span><span class="sh">"</span><span class="s">settings.json</span><span class="sh">"</span><span class="p">)</span>
<span class="nf">print</span><span class="p">(</span><span class="n">config</span><span class="p">.</span><span class="nf">get</span><span class="p">(</span><span class="sh">"</span><span class="s">name</span><span class="sh">"</span><span class="p">,</span> <span class="sh">"</span><span class="s">world</span><span class="sh">"</span><span class="p">))</span>
</code></pre></div></div>

<h2 id="ruby">Ruby</h2>
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">require</span> <span class="s2">"net/http"</span>
<span class="nb">require</span> <span class="s2">"json"</span>

<span class="k">module</span> <span class="nn">Weather</span>
  <span class="no">BASE_URL</span> <span class="o">=</span> <span class="s2">"https://api.weather.example.com"</span>

  <span class="k">def</span> <span class="nc">self</span><span class="o">.</span><span class="nf">fetch</span><span class="p">(</span><span class="n">city</span><span class="p">)</span>
    <span class="n">uri</span> <span class="o">=</span> <span class="no">URI</span><span class="p">(</span><span class="s2">"</span><span class="si">#{</span><span class="no">BASE_URL</span><span class="si">}</span><span class="s2">/current?city=</span><span class="si">#{</span><span class="n">city</span><span class="si">}</span><span class="s2">"</span><span class="p">)</span>
    <span class="n">response</span> <span class="o">=</span> <span class="no">Net</span><span class="o">::</span><span class="no">HTTP</span><span class="p">.</span><span class="nf">get_response</span><span class="p">(</span><span class="n">uri</span><span class="p">)</span>

    <span class="k">unless</span> <span class="n">response</span><span class="p">.</span><span class="nf">is_a?</span><span class="p">(</span><span class="no">Net</span><span class="o">::</span><span class="no">HTTPSuccess</span><span class="p">)</span>
      <span class="k">raise</span> <span class="s2">"Request failed: </span><span class="si">#{</span><span class="n">response</span><span class="p">.</span><span class="nf">code</span><span class="si">}</span><span class="s2">"</span>
    <span class="k">end</span>

    <span class="no">JSON</span><span class="p">.</span><span class="nf">parse</span><span class="p">(</span><span class="n">response</span><span class="p">.</span><span class="nf">body</span><span class="p">,</span> <span class="ss">symbolize_names: </span><span class="kp">true</span><span class="p">)</span>
  <span class="k">end</span>
<span class="k">end</span>

<span class="n">data</span> <span class="o">=</span> <span class="no">Weather</span><span class="p">.</span><span class="nf">fetch</span><span class="p">(</span><span class="s2">"Tokyo"</span><span class="p">)</span>
<span class="nb">puts</span> <span class="s2">"</span><span class="si">#{</span><span class="n">data</span><span class="p">[</span><span class="ss">:city</span><span class="p">]</span><span class="si">}</span><span class="s2">: </span><span class="si">#{</span><span class="n">data</span><span class="p">[</span><span class="ss">:temp_c</span><span class="p">]</span><span class="si">}</span><span class="s2">C"</span>
</code></pre></div></div>

<h2 id="javascript">JavaScript</h2>
<div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">async</span> <span class="kd">function</span> <span class="nf">fetchPosts</span><span class="p">(</span><span class="nx">tag</span><span class="p">)</span> <span class="p">{</span>
  <span class="kd">const</span> <span class="nx">url</span> <span class="o">=</span> <span class="k">new</span> <span class="nc">URL</span><span class="p">(</span><span class="dl">"</span><span class="s2">https://api.example.com/posts</span><span class="dl">"</span><span class="p">);</span>
  <span class="nx">url</span><span class="p">.</span><span class="nx">searchParams</span><span class="p">.</span><span class="nf">set</span><span class="p">(</span><span class="dl">"</span><span class="s2">tag</span><span class="dl">"</span><span class="p">,</span> <span class="nx">tag</span><span class="p">);</span>

  <span class="kd">const</span> <span class="nx">response</span> <span class="o">=</span> <span class="k">await</span> <span class="nf">fetch</span><span class="p">(</span><span class="nx">url</span><span class="p">);</span>
  <span class="k">if </span><span class="p">(</span><span class="o">!</span><span class="nx">response</span><span class="p">.</span><span class="nx">ok</span><span class="p">)</span> <span class="p">{</span>
    <span class="k">throw</span> <span class="k">new</span> <span class="nc">Error</span><span class="p">(</span><span class="s2">`Failed to fetch posts: </span><span class="p">${</span><span class="nx">response</span><span class="p">.</span><span class="nx">status</span><span class="p">}</span><span class="s2">`</span><span class="p">);</span>
  <span class="p">}</span>

  <span class="kd">const</span> <span class="p">{</span> <span class="nx">posts</span> <span class="p">}</span> <span class="o">=</span> <span class="k">await</span> <span class="nx">response</span><span class="p">.</span><span class="nf">json</span><span class="p">();</span>
  <span class="k">return</span> <span class="nx">posts</span><span class="p">.</span><span class="nf">map</span><span class="p">(({</span> <span class="nx">title</span><span class="p">,</span> <span class="nx">slug</span> <span class="p">})</span> <span class="o">=&gt;</span> <span class="p">({</span> <span class="nx">title</span><span class="p">,</span> <span class="nx">slug</span> <span class="p">}));</span>
<span class="p">}</span>

<span class="kd">const</span> <span class="nx">posts</span> <span class="o">=</span> <span class="k">await</span> <span class="nf">fetchPosts</span><span class="p">(</span><span class="dl">"</span><span class="s2">javascript</span><span class="dl">"</span><span class="p">);</span>
<span class="nx">console</span><span class="p">.</span><span class="nf">log</span><span class="p">(</span><span class="s2">`Found </span><span class="p">${</span><span class="nx">posts</span><span class="p">.</span><span class="nx">length</span><span class="p">}</span><span class="s2"> posts`</span><span class="p">);</span>
</code></pre></div></div>

<h2 id="elixir">Elixir</h2>
<div class="language-elixir highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">defmodule</span> <span class="no">TaskRunner</span> <span class="k">do</span>
  <span class="nv">@moduledoc</span> <span class="s2">"Runs async tasks with a timeout."</span>

  <span class="k">def</span> <span class="n">run</span><span class="p">(</span><span class="n">tasks</span><span class="p">,</span> <span class="n">timeout</span> <span class="p">\\</span> <span class="mi">5_000</span><span class="p">)</span> <span class="k">do</span>
    <span class="n">tasks</span>
    <span class="o">|&gt;</span> <span class="no">Enum</span><span class="o">.</span><span class="n">map</span><span class="p">(</span><span class="o">&amp;</span><span class="no">Task</span><span class="o">.</span><span class="n">async</span><span class="o">/</span><span class="mi">1</span><span class="p">)</span>
    <span class="o">|&gt;</span> <span class="no">Enum</span><span class="o">.</span><span class="n">map</span><span class="p">(</span><span class="o">&amp;</span><span class="no">Task</span><span class="o">.</span><span class="n">await</span><span class="p">(</span><span class="nv">&amp;1</span><span class="p">,</span> <span class="n">timeout</span><span class="p">))</span>
  <span class="k">end</span>
<span class="k">end</span>

<span class="n">results</span> <span class="o">=</span>
  <span class="no">TaskRunner</span><span class="o">.</span><span class="n">run</span><span class="p">([</span>
    <span class="k">fn</span> <span class="o">-&gt;</span> <span class="no">HTTPClient</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">"/users"</span><span class="p">)</span> <span class="k">end</span><span class="p">,</span>
    <span class="k">fn</span> <span class="o">-&gt;</span> <span class="no">HTTPClient</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">"/posts"</span><span class="p">)</span> <span class="k">end</span>
  <span class="p">])</span>

<span class="no">IO</span><span class="o">.</span><span class="n">inspect</span><span class="p">(</span><span class="n">results</span><span class="p">,</span> <span class="ss">label:</span> <span class="s2">"results"</span><span class="p">)</span>
</code></pre></div></div>

<h2 id="css">CSS</h2>
<div class="language-css highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nc">.highlight</span><span class="o">,</span> <span class="nt">pre</span> <span class="nt">code</span><span class="o">,</span> <span class="nt">blockquote</span> <span class="p">{</span>
  <span class="nl">border-radius</span><span class="p">:</span> <span class="m">0.5em</span><span class="p">;</span>
<span class="p">}</span>
<span class="nt">blockquote</span> <span class="p">{</span>
  <span class="nl">background-color</span><span class="p">:</span> <span class="nf">var</span><span class="p">(</span><span class="l">--bg-secondary</span><span class="p">);</span>
  <span class="nl">border</span><span class="p">:</span> <span class="m">1px</span> <span class="nf">var</span><span class="p">(</span><span class="l">--border</span><span class="p">)</span> <span class="nb">solid</span><span class="p">;</span>
<span class="p">}</span>
</code></pre></div></div>]]></content><author><name>Chris</name></author><summary type="html"><![CDATA[A showcase of syntax highlighting across languages.]]></summary></entry><entry><title type="html">Post Example With Headings And Toc</title><link href="https://chrismcneese.me/post-example-with-headings-and-toc" rel="alternate" type="text/html" title="Post Example With Headings And Toc" /><published>2020-07-09T00:00:00+00:00</published><updated>2020-07-09T00:00:00+00:00</updated><id>https://chrismcneese.me/post-example-with-headings-and-toc</id><content type="html" xml:base="https://chrismcneese.me/post-example-with-headings-and-toc"><![CDATA[<p>Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Nunc a egestas tortor, sed feugiat leo. Vestibulum porta tincidunt tellus, vitae ornare tortor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed nunc neque, tempor in iaculis non, faucibus et metus. Etiam id nisl ut lorem gravida euismod.</p>

<h2 id="the-start">The start</h2>

<p>Fusce non velit cursus ligula mattis convallis vel at metus. Sed pharetra tellus massa, non elementum eros vulputate non. Suspendisse potenti. Quisque arcu felis, laoreet vel accumsan sit amet, fermentum at nunc. Sed massa quam, auctor in eros quis, porttitor tincidunt orci. Nulla convallis id sapien ornare viverra. Cras nec est lacinia ligula porta tincidunt. Nam a est eget ligula pellentesque posuere. Maecenas quis enim ac risus accumsan scelerisque. Aliquam vitae libero sapien. Etiam convallis, metus nec suscipit condimentum, quam massa congue velit, sit amet sollicitudin nisi tortor a lectus. Cras a arcu enim. Suspendisse hendrerit euismod est ac gravida. Donec vitae elit tristique, suscipit eros at, aliquam augue. In ac faucibus dui. Sed tempor lacus tristique elit sagittis, vitae tempor massa convallis.</p>

<h2 id="the-middle">The middle</h2>

<p>Proin quis velit et eros auctor laoreet. Aenean eget nibh odio. Suspendisse mollis enim pretium, fermentum urna vitae, egestas purus. Donec convallis tincidunt purus, scelerisque fermentum eros sagittis vel. Aliquam ac aliquet risus, tempus iaculis est. Fusce molestie mauris non interdum hendrerit. Curabitur ullamcorper, eros vitae interdum volutpat, lacus magna lacinia turpis, at accumsan dui tortor vel lectus. Aenean risus massa, semper non lectus rutrum, facilisis imperdiet mi. Praesent sed quam quis purus auctor ornare et sed augue. Vestibulum non quam quis ligula luctus placerat sed sit amet erat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Fusce auctor, sem eu volutpat dignissim, turpis nibh malesuada arcu, in consequat elit mauris quis sem. Nam tristique sit amet enim vel accumsan. Sed id nibh commodo, dictum sem id, semper quam.</p>

<h2 id="the-end">The end</h2>

<p>Donec ex lectus, tempus non lacinia quis, pretium non ipsum. Praesent est nunc, rutrum vel tellus eu, tristique laoreet purus. In rutrum orci sit amet ex ornare, sit amet finibus lacus laoreet. Etiam ac facilisis purus, eget porttitor odio. Suspendisse tempus dolor nec risus sodales posuere. Proin dui dui, mollis a consectetur molestie, lobortis vitae tellus. Vivamus at purus sed urna sollicitudin mattis. Mauris lacinia libero in lobortis pulvinar. Nullam sit amet condimentum justo. Donec orci justo, pharetra ut dolor non, interdum finibus orci. Proin vitae ante a dui sodales commodo ac id elit. Nunc vel accumsan nunc, sit amet congue nunc. Aliquam in lacinia velit. Integer lobortis luctus eros, in fermentum metus aliquet a. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>]]></content><author><name>Chris</name></author><summary type="html"><![CDATA[Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Nunc a egestas tortor, sed feugiat leo. Vestibulum porta tincidunt tellus, vitae ornare tortor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed nunc neque, tempor in iaculis non, faucibus et metus. Etiam id nisl ut lorem gravida euismod.]]></summary></entry><entry><title type="html">Language Tests</title><link href="https://chrismcneese.me/language-tests" rel="alternate" type="text/html" title="Language Tests" /><published>2020-07-08T00:00:00+00:00</published><updated>2020-07-08T00:00:00+00:00</updated><id>https://chrismcneese.me/language-tests</id><content type="html" xml:base="https://chrismcneese.me/language-tests"><![CDATA[<p>Note: Text is from <a href="https://github.com/huangyz0918/moving">moving</a>, which is another good Jekyll theme.</p>

<h3 id="1-日本語テスト">1. 日本語テスト</h3>

<p>This is a Japanese test post to show you how japanese is displayed.</p>

<p>私は昨日ついにその助力家というのの上よりするたなけれ。
最も今をお話団はちょうどこの前後なかろでくらいに困りがいるたをは帰着考えたなかって、そうにもするでうたらない。
がたを知っないはずも同時に九月をいよいよたありた。</p>

<p>もっと槙さんにぼんやり金少し説明にえた自分大した人私か影響にというお関係たうませないが、この次第も私か兄具合に使うて、槙さんののに当人のあなたにさぞご意味と行くて私個人が小尊敬を聴いように同時に同反抗に集っだうて、いよいよまず相当へあっうからいだ事をしでなけれ。</p>

<blockquote>
  <p>それでそれでもご時日をしはずはたったいやと突き抜けるますて、その元がは行ったてという獄を尽すていけですた。</p>
</blockquote>

<p>この中道具の日その学校はあなたごろがすまなりかとネルソンさんの考えるですん、辺の事実ないというご盲従ありたですと、爺さんのためが薬缶が結果までの箸の当時してならて、多少の十月にためからそういう上からとにかくしましないと触れべきものたで、ないうですと多少お人達したのでたた。</p>

<p>From <a href="http://lipsum.sugutsukaeru.jp/index.cgi">すぐ使えるダミーテキスト - 日本語 Lorem ipsum.</a></p>

<h3 id="2-繁体中文测试">2. 繁体中文测试</h3>

<p>This is a chinese test post to show you how chinese is displayed.</p>

<p>善我王上魚、產生資西員合兒臉趣論。畫衣生這著爸毛親可時，安程幾？合學作。觀經而作建。都非子作這！法如言子你關！手師也。</p>

<p>以也座論頭室業放。要車時地變此親不老高小是統習直麼調未，行年香一？</p>

<p>就竟在，是我童示讓利分和異種百路關母信過明驗有個歷洋中前合著區亮風值新底車有正結，進快保的行戰從：弟除文辦條國備當來際年每小腳識世可的的外的廣下歌洲保輪市果底天影；全氣具些回童但倒影發狀在示，數上學大法很，如要我……月品大供這起服滿老？應學傳者國：山式排只不之然清同關；細車是！停屋常間又，資畫領生，相們制在？公別的人寫教資夠。資再我我！只臉夫藝量不路政吃息緊回力之；兒足灣電空時局我怎初安。意今一子區首者微陸現際安除發連由子由而走學體區園我車當會，經時取頭，嚴了新科同？很夫營動通打，出和導一樂，查旅他。坐是收外子發物北看蘭戰坐車身做可來。道就學務。</p>

<p>國新故。</p>

<blockquote>
  <p>工步他始能詩的，裝進分星海演意學值例道……於財型目古香亮自和這乎？化經溫詩。只賽嚴大一主價世哥受的沒有中年即病行金拉麼河。主小路了種就小為廣不？</p>
</blockquote>

<p>From <a href="http://www.richyli.com/tool/loremipsum/">亂數假文產生器 - Chinese Lorem Ipsum.</a></p>

<h3 id="3-简体中文测试">3. 简体中文测试</h3>

<p>效育声去本义然空，各值太法心想，场强实地。 题铁习点儿表管少间千，只何政亲织文意部，千影画派证男须。 手反取长风治增非等直难群，连取及天他己事头级，影数弦适把气快目人。 专议以省通引而千个，格则口段度样水热马，地教少务改磨。 包思外心半院应她算斯，市外会快记路又火学，劳如肃它准众丧边。</p>

<blockquote>
  <p>团算部住县单总边素格军所，合音府教看和广光采率位转，位用品根确针百。 证其标元角工方海接交他，论象切万世认一响义，治然身本风弦带题。 向我次路持加北，她不反心。 说总元军例市决，现始即算证养，规走还壳。</p>
</blockquote>

<p>因林可相儿应满军，热影省条律因资再，整肃赤心将届。 局广写两量备验还，南教事争工民的，备进研上布。 素身电活非直，速这区交示从，百层达。 资量那毛什京身，白这快。 半打容三手开常价或，手严量般象式效，名可重芽门适。 来设什一我么，光界美么或，住身式准。 造酸改表委验众办地百养，商物战众本列听度名院，制压录丽快与千机内。 住需当四议决得命南然照按民置，当住命形金决否矿单外。 气象理离开新集增际，三划方工义很年关，拉许准孝口。 构片出干计由备美打养，持育总指承入无己。</p>

<p>From <a href="http://www.cancms.com/content/dummytext">假文生成器， lorem ipsum Chinese</a></p>]]></content><author><name>Chris</name></author><summary type="html"><![CDATA[Note: Text is from moving, which is another good Jekyll theme.]]></summary></entry><entry><title type="html">Very Very Very Long Title And Very Very Very Short Content</title><link href="https://chrismcneese.me/very-very-very-long-title-and-very-very-very-short-content" rel="alternate" type="text/html" title="Very Very Very Long Title And Very Very Very Short Content" /><published>2020-07-08T00:00:00+00:00</published><updated>2020-07-08T00:00:00+00:00</updated><id>https://chrismcneese.me/very-very-very-long-title-and-very-very-very-short-content</id><content type="html" xml:base="https://chrismcneese.me/very-very-very-long-title-and-very-very-very-short-content"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. Nullam vestibulum metus eu purus malesuada, volutpat mattis leo facilisis.</p>]]></content><author><name>Chris</name></author><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. Nullam vestibulum metus eu purus malesuada, volutpat mattis leo facilisis.]]></summary></entry><entry><title type="html">Overview Post</title><link href="https://chrismcneese.me/overview-post" rel="alternate" type="text/html" title="Overview Post" /><published>2020-07-07T00:00:00+00:00</published><updated>2020-07-07T00:00:00+00:00</updated><id>https://chrismcneese.me/overview-post</id><content type="html" xml:base="https://chrismcneese.me/overview-post"><![CDATA[<p>Lorem ipsum<sup id="fnref:1"><a href="#fn:1" class="footnote" rel="footnote" role="doc-noteref">1</a></sup> dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus.</p>

<h1 id="sample-heading-1">Sample heading 1</h1>
<h2 id="sample-heading-2">Sample heading 2</h2>
<h3 id="sample-heading-3">Sample heading 3</h3>
<h4 id="sample-heading-4">Sample heading 4</h4>
<h5 id="sample-heading-5">Sample heading 5</h5>
<h6 id="sample-heading-6">Sample heading 6</h6>

<p>Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod.</p>

<h2 id="lists">Lists</h2>

<p>Unordered:</p>

<ul>
  <li>Fusce non velit cursus ligula mattis convallis vel at metus<sup id="fnref:2"><a href="#fn:2" class="footnote" rel="footnote" role="doc-noteref">2</a></sup>.</li>
  <li>Sed pharetra tellus massa, non elementum eros vulputate non.</li>
  <li>Suspendisse potenti.</li>
</ul>

<p>Ordered:</p>

<ol>
  <li>Quisque arcu felis, laoreet vel accumsan sit amet, fermentum at nunc.</li>
  <li>Sed massa quam, auctor in eros quis, porttitor tincidunt orci.</li>
  <li>Nulla convallis id sapien ornare viverra.</li>
  <li>Nam a est eget ligula pellentesque posuere.</li>
</ol>

<h2 id="blockquote">Blockquote</h2>

<p>The following is a blockquote:</p>

<blockquote>
  <p>Suspendisse tempus dolor nec risus sodales posuere. Proin dui dui, mollis a consectetur molestie, lobortis vitae tellus.</p>
</blockquote>

<h2 id="thematic-breaks-hr">Thematic breaks (&lt;hr&gt;)</h2>

<p>Mauris viverra dictum ultricies<sup id="fnref:3"><a href="#fn:3" class="footnote" rel="footnote" role="doc-noteref">3</a></sup>. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod. <strong>You can put some text inside the horizontal rule like so.</strong></p>

<hr data-content="hr with text" />

<p>Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod. <strong>Or you can just have an clean horizontal rule.</strong></p>

<hr />

<p>Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod. Or you can just have an clean horizontal rule.</p>

<h2 id="code">Code</h2>

<p>Now some code:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>const ultimateTruth = 'follow middlepath';
console.log(ultimateTruth);
</code></pre></div></div>

<p>And here is some <code class="language-plaintext highlighter-rouge">inline code</code>!</p>

<h2 id="tables">Tables</h2>

<p>Now a table:</p>

<table>
  <thead>
    <tr>
      <th>Tables</th>
      <th style="text-align: center">Are</th>
      <th style="text-align: right">Cool</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>col 3 is</td>
      <td style="text-align: center">right-aligned</td>
      <td style="text-align: right">$1600</td>
    </tr>
    <tr>
      <td>col 2 is</td>
      <td style="text-align: center">centered</td>
      <td style="text-align: right">$12</td>
    </tr>
    <tr>
      <td>zebra stripes</td>
      <td style="text-align: center">are neat</td>
      <td style="text-align: right">$1</td>
    </tr>
  </tbody>
</table>

<h2 id="images">Images</h2>

<p><img src="http://www.abhinavsaxena.com/images/abhinav.jpeg" alt="theme logo" /></p>

<p>This is an image<sup id="fnref:4"><a href="#fn:4" class="footnote" rel="footnote" role="doc-noteref">4</a></sup></p>

<hr data-content="footnotes" />

<div class="footnotes" role="doc-endnotes">
  <ol>
    <li id="fn:1">
      <p>this is a footnote. You should reach here if you click on the corresponding superscript number. <a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:2">
      <p>hey there, don’t forget to read all the footnotes! <a href="#fnref:2" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:3">
      <p>this is another footnote. <a href="#fnref:3" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:4">
      <p>this is a very very long footnote to test if a very very long footnote brings some problems or not; hope that there are no problems but you know sometimes problems arise from nowhere. <a href="#fnref:4" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
  </ol>
</div>]]></content><author><name>Abhinav Saxena</name></author><category term="overview" /><category term="moonwalk" /><summary type="html"><![CDATA[Lorem ipsum1 dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. this is a footnote. You should reach here if you click on the corresponding superscript number. &#8617;]]></summary></entry></feed>