<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://gl0bsec.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://gl0bsec.github.io/" rel="alternate" type="text/html" /><updated>2026-09-10T14:50:49+00:00</updated><id>https://gl0bsec.github.io/feed.xml</id><title type="html">gl0bsec</title><subtitle>Public projects, docs, and experiments.</subtitle><author><name>gl0bsec</name></author><entry><title type="html">Setting up</title><link href="https://gl0bsec.github.io/posts/2026/09/hello/" rel="alternate" type="text/html" title="Setting up" /><published>2026-09-09T00:00:00+00:00</published><updated>2026-09-09T00:00:00+00:00</updated><id>https://gl0bsec.github.io/posts/2026/09/hello</id><content type="html" xml:base="https://gl0bsec.github.io/posts/2026/09/hello/"><![CDATA[<p>The site is up. Posts are Markdown files in <code class="language-plaintext highlighter-rouge">_posts/</code>, named
<code class="language-plaintext highlighter-rouge">YYYY-MM-DD-slug.md</code>, and they get URLs like <code class="language-plaintext highlighter-rouge">/posts/2026/09/hello/</code>.</p>

<p>Front matter needs a <code class="language-plaintext highlighter-rouge">title</code>; <code class="language-plaintext highlighter-rouge">description</code> and <code class="language-plaintext highlighter-rouge">tags</code> are optional. The layout
is applied automatically, so a post is just:</p>

<div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
<span class="na">title</span><span class="pi">:</span> <span class="s">Setting up</span>
<span class="na">tags</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">meta</span><span class="pi">]</span>
<span class="nn">---</span>

Body text here.
</code></pre></div></div>

<p>Everything in <code class="language-plaintext highlighter-rouge">src/</code> is rebuilt by esbuild, so adding a Web Component to a post
is a matter of dropping the tag into the Markdown and registering the element in
<code class="language-plaintext highlighter-rouge">src/js/main.js</code>.</p>]]></content><author><name>gl0bsec</name></author><category term="meta" /><summary type="html"><![CDATA[First post — the site is live and the build pipeline works.]]></summary></entry></feed>