<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en_US"><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://yuhongsong23.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://yuhongsong23.github.io/" rel="alternate" type="text/html" hreflang="en_US" /><updated>2026-04-10T11:33:20+00:00</updated><id>https://yuhongsong23.github.io/feed.xml</id><title type="html">Yuhong Song’s Homepage</title><subtitle>Yuhong Song&apos;s Personal Website</subtitle><author><name>mani_d2</name></author><entry><title type="html">Welcome to Jekyll!</title><link href="https://yuhongsong23.github.io/welcome/" rel="alternate" type="text/html" title="Welcome to Jekyll!" /><published>2019-02-17T09:00:34+00:00</published><updated>2019-02-17T09:00:34+00:00</updated><id>https://yuhongsong23.github.io/welcome-to-jekyll</id><content type="html" xml:base="https://yuhongsong23.github.io/welcome/"><![CDATA[<h2 id="introduction">Introduction</h2>

<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>

<p>To add new posts, simply add a file in the <code class="language-plaintext highlighter-rouge">_posts</code> directory that follows the convention <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-name-of-post.ext</code> and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>

<h2 id="little-more">Little more</h2>

<p>Jekyll also offers powerful support for code snippets:</p>

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

<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
  <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
<span class="k">end</span>
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
<span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>

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

<h3 id="simple-blockquote">Simple blockquote</h3>

<blockquote>
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat
a ante.</p>
</blockquote>

<p><em>Someone famous in Source Title</em></p>

<h3 id="blockquote-with-citation">Blockquote with citation</h3>

<p>NOTE: Markdown has no support for citation, hence use html.</p>

<blockquote class="blockquote">
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
  <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>

<h2 id="what-else">What else?</h2>

<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>]]></content><author><name>mani_d2</name></author><category term="tutorials" /><summary type="html"><![CDATA[Welcome message post to show jekyll content.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://yuhongsong23.github.io/assets/images/coding-langs.jpg" /><media:content medium="image" url="https://yuhongsong23.github.io/assets/images/coding-langs.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>