<?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://apip-web.github.io/mouse/feed.xml" rel="self" type="application/atom+xml" /><link href="https://apip-web.github.io/mouse/" rel="alternate" type="text/html" /><updated>2026-02-22T00:06:13+00:00</updated><id>https://apip-web.github.io/mouse/feed.xml</id><title type="html">Little Note</title><subtitle>© 2025</subtitle><author><name>Apip</name></author><entry><title type="html">Your New Blog Post</title><link href="https://apip-web.github.io/mouse/2025/03/10/your-new-blog-post.html" rel="alternate" type="text/html" title="Your New Blog Post" /><published>2025-03-10T00:00:00+00:00</published><updated>2025-03-10T00:00:00+00:00</updated><id>https://apip-web.github.io/mouse/2025/03/10/your-new-blog-post</id><content type="html" xml:base="https://apip-web.github.io/mouse/2025/03/10/your-new-blog-post.html"><![CDATA[<p>## This is my first blog post</p>
<pre><code class="language-tsql"> SELECT *
 FROM sys.tables
 WHERE [name] = 'SomeTable'
</code></pre>]]></content><author><name>Apip</name></author><summary type="html"><![CDATA[## This is my first blog post SELECT * FROM sys.tables WHERE [name] = 'SomeTable']]></summary></entry><entry><title type="html">Postingan baru</title><link href="https://apip-web.github.io/mouse/2025/01/10/tanpa-tanggal.html" rel="alternate" type="text/html" title="Postingan baru" /><published>2025-01-10T14:30:00+00:00</published><updated>2025-01-10T14:30:00+00:00</updated><id>https://apip-web.github.io/mouse/2025/01/10/tanpa-tanggal</id><content type="html" xml:base="https://apip-web.github.io/mouse/2025/01/10/tanpa-tanggal.html"><![CDATA[<h1 id="js">JS</h1>

<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">import</span> <span class="nx">Head</span> <span class="k">from</span> <span class="dl">'</span><span class="s1">next/head</span><span class="dl">'</span><span class="p">;</span>

<span class="kd">function</span> <span class="nx">MyApp</span><span class="p">({</span> <span class="nx">Component</span><span class="p">,</span> <span class="nx">pageProps</span> <span class="p">})</span> <span class="p">{</span>
  <span class="k">return</span> <span class="p">(</span>
    <span class="o">&lt;&gt;</span>
      <span class="o">&lt;</span><span class="nx">Head</span><span class="o">&gt;</span>
        <span class="o">&lt;</span><span class="nx">script</span>
          <span class="nx">dangerouslySetInnerHTML</span><span class="o">=</span>
        <span class="sr">/</span><span class="err">&gt;
</span>      <span class="o">&lt;</span><span class="sr">/Head</span><span class="err">&gt;
</span>      <span class="o">&lt;</span><span class="nx">Component</span> <span class="p">{...</span><span class="nx">pageProps</span><span class="p">}</span> <span class="sr">/</span><span class="err">&gt;
</span>    <span class="o">&lt;</span><span class="sr">/</span><span class="err">&gt;
</span>  <span class="p">);</span>
<span class="p">}</span>

<span class="k">export</span> <span class="k">default</span> <span class="nx">MyApp</span><span class="p">;</span>
</code></pre></div></div>]]></content><author><name>Onta</name></author><summary type="html"><![CDATA[JS]]></summary></entry><entry><title type="html">Blog Post Title From File Name</title><link href="https://apip-web.github.io/mouse/2021/03/08/blog-post-title-from-file-name.html" rel="alternate" type="text/html" title="Blog Post Title From File Name" /><published>2021-03-08T00:00:00+00:00</published><updated>2021-03-08T00:00:00+00:00</updated><id>https://apip-web.github.io/mouse/2021/03/08/blog-post-title-from-file-name</id><content type="html" xml:base="https://apip-web.github.io/mouse/2021/03/08/blog-post-title-from-file-name.html"><![CDATA[<h2 id="blog-post-title-from-first-header">Blog Post Title From First Header</h2>

<p>Due to a plugin called <code class="language-plaintext highlighter-rouge">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>

<div class="language-powershell highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">Write-Host</span><span class="w"> </span><span class="s2">"This is a powershell Code block"</span><span class="p">;</span><span class="w">

</span><span class="c"># There are many other languages you can use, but the style has to be loaded first</span><span class="w">

</span><span class="kr">ForEach</span><span class="w"> </span><span class="p">(</span><span class="nv">$thing</span><span class="w"> </span><span class="kr">in</span><span class="w"> </span><span class="nv">$things</span><span class="p">)</span><span class="w"> </span><span class="p">{</span><span class="w">
    </span><span class="n">Write-Output</span><span class="w"> </span><span class="s2">"It highlights it using the GitHub style"</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>]]></content><author><name>Apip</name></author><summary type="html"><![CDATA[Blog Post Title From First Header]]></summary></entry></feed>