<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Geiger Labs</title>
  <subtitle>Notes, build logs, and project write-ups from the labs. A little bit of everything.</subtitle>
  <link href="https://geigerlabs.io/feed.xml" rel="self"/>
  <link href="https://geigerlabs.io/"/>
  <updated>2026-05-07T00:00:00Z</updated>
  <id>https://geigerlabs.io/</id>
  <author>
    <name>Jeff</name>
  </author>
  
    
    <entry>
      <title>First Post</title>
      <link href="https://geigerlabs.io/posts/2026-05-06-first-post/"/>
      <updated>2026-05-07T00:00:00Z</updated>
      <id>https://geigerlabs.io/posts/2026-05-06-first-post/</id>
      <content type="html"><h2 id="what-s-happenin" tabindex="-1"><a class="header-anchor" href="https://geigerlabs.io/posts/2026-05-06-first-post/#what-s-happenin">What’s Happenin’</a></h2>
<p>I’ve been messing with using Eleventy and a GH action to take markdown in one GH repo and publish it to another one, then hosting that content with GH pages.</p>
<h3 id="rough-outline" tabindex="-1"><a class="header-anchor" href="https://geigerlabs.io/posts/2026-05-06-first-post/#rough-outline">Rough outline:</a></h3>
<pre><code>┌─────────────────────────┐         ┌──────────────────────────┐
│  geigerlabs-src (priv)  │         │  geigerlabs (public)     │
│  ─ posts/*.md           │  GH     │  ─ rendered HTML/CSS/JS  │
│  ─ src/ (templates)     │ Action  │  ─ feed.xml              │
│  ─ .eleventy.js         │ ──────► │  ─ CNAME                 │
│  ─ .github/workflows/   │  push   │                          │
└─────────────────────────┘         └──────────────────────────┘
                                              │
                                              ▼
                                    GitHub Pages → geigerlabs.io
</code></pre>
</content>
    </entry>
  
</feed>