<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://pgarrett-scripps.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://pgarrett-scripps.github.io/" rel="alternate" type="text/html" /><updated>2023-07-17T23:19:25+00:00</updated><id>https://pgarrett-scripps.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://pgarrett-scripps.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://pgarrett-scripps.github.io/2021/03/08/blog-post-title-from-file-name</id><content type="html" xml:base="https://pgarrett-scripps.github.io/2021/03/08/blog-post-title-from-file-name.html">&lt;p&gt;Due to a plugin called &lt;code&gt;jekyll-titles-from-headings&lt;/code&gt; which is supported by GitHub Pages by default. The above header (in the markdown file) will be automatically used as the pages title.&lt;/p&gt;

&lt;p&gt;If the file does not start with a header, then the post title will be derived from the filename.&lt;/p&gt;

&lt;p&gt;This is a sample blog post. You can talk about all sorts of fun things here.&lt;/p&gt;

&lt;hr /&gt;

&lt;h3 id=&quot;this-is-a-header&quot;&gt;This is a header&lt;/h3&gt;

&lt;h4 id=&quot;some-t-sql-code&quot;&gt;Some T-SQL Code&lt;/h4&gt;

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

&lt;h4 id=&quot;some-powershell-code&quot;&gt;Some PowerShell Code&lt;/h4&gt;

&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;Write-Host &quot;This is a powershell Code block&quot;;

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

ForEach ($thing in $things) {
    Write-Output &quot;It highlights it using the GitHub style&quot;
}
&lt;/code&gt;&lt;/pre&gt;</content><author><name>Default Author Name</name></author><category term="Other" /><summary type="html">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>