<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://ant-andy-z.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ant-andy-z.github.io/" rel="alternate" type="text/html" /><updated>2026-02-19T09:54:49+00:00</updated><id>https://ant-andy-z.github.io/feed.xml</id><title type="html">My Blogs Name</title><subtitle>Some short description of your blog can go here.</subtitle><author><name>Default Author Name</name></author><entry><title type="html">Blog Post Title From First Header</title><link href="https://ant-andy-z.github.io/2021/03/08/blog-post-title-from-file-name.html" rel="alternate" type="text/html" title="Blog Post Title From First Header" /><published>2021-03-08T00:00:00+00:00</published><updated>2021-03-08T00:00:00+00:00</updated><id>https://ant-andy-z.github.io/2021/03/08/blog-post-title-from-file-name</id><content type="html" xml:base="https://ant-andy-z.github.io/2021/03/08/blog-post-title-from-file-name.html"><![CDATA[<p>Due to a plugin called <code>jekyll-titles-from-headings</code> which is supported by GitHub Pages by default. The above header (in the markdown file) will be automatically used as the pages title.</p>

<p>If the file does not start with a header, then the post title will be derived from the filename.</p>

<p>This is a sample blog post. You can talk about all sorts of fun things here.</p>

<hr />

<h3 id="this-is-a-header">This is a header</h3>

<h4 id="some-t-sql-code">Some T-SQL Code</h4>

<pre><code class="language-tsql">SELECT This, [Is], A, Code, Block -- Using SSMS style syntax highlighting
    , REVERSE('abc')
FROM dbo.SomeTable s
    CROSS JOIN dbo.OtherTable o;
</code></pre>

<h4 id="some-powershell-code">Some PowerShell Code</h4>

<pre><code class="language-powershell">Write-Host "This is a powershell Code block";

# There are many other languages you can use, but the style has to be loaded first

ForEach ($thing in $things) {
    Write-Output "It highlights it using the GitHub style"
}
</code></pre>]]></content><author><name>Default Author Name</name></author><category term="Other" /><summary type="html"><![CDATA[Due to a plugin called jekyll-titles-from-headings which is supported by GitHub Pages by default. The above header (in the markdown file) will be automatically used as the pages title.]]></summary></entry></feed>