This commit is contained in:
Joshua Seigler 2025-06-21 19:15:56 -04:00
parent 977264c16a
commit cf786bc18e
164 changed files with 4808 additions and 216 deletions

View file

@ -6,7 +6,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=a244da56aecc" />
<link rel="stylesheet" href="/site.css?v=90eff8a0b5f9" />
<style>
/* inter-latin-wght-normal */
@font-face {
@ -104,7 +104,9 @@
</div>
</nav>
<h1>Hello!</h1>
<div class="header-meta"></div>
<div class="header-meta">
<span class="tags" style="--totalTags: 10"></span>
</div>
</header>
<main data-pagefind-body>
<p>
@ -128,12 +130,26 @@
or <a href="/unoffice-hours">drop in my unoffice hours</a>.
</p>
<h2>Posts</h2>
<ul class="collection">
<li>
<a href="/posts/my-very-own-github-pages/"
>My Very Own GitHub Pages</a
>
<aside>June 15, 2025</aside>
<aside>
<span class="tags" style="--totalTags: 10"
><a class="tag" style="--tagIndex: 2" href="/tags/how-to"
>how to</a
>
<a class="tag" style="--tagIndex: 5" href="/tags/technical"
>technical</a
>
<a class="tag" style="--tagIndex: 9" href="/tags/selfhosting"
>selfhosting</a
>
</span>
</aside>
<p>
How to self-host Forgejo and automatically serve your web build
branches with SSL.
@ -142,16 +158,41 @@
<li>
<a href="/posts/tools-of-the-trade/">Tools of the trade</a>
<aside>May 15, 2025</aside>
<aside>
<span class="tags" style="--totalTags: 10"
><a class="tag" style="--tagIndex: 5" href="/tags/technical"
>technical</a
>
<a class="tag" style="--tagIndex: 8" href="/tags/software"
>software</a
>
</span>
</aside>
<p>Some dev tools I recommend.</p>
</li>
<li>
<a href="/posts/thinking-machines/">Thinking machines</a>
<aside>April 24, 2025</aside>
<aside>
<span class="tags" style="--totalTags: 10"
><a class="tag" style="--tagIndex: 6" href="/tags/zeitgeist"
>zeitgeist</a
>
<a class="tag" style="--tagIndex: 7" href="/tags/ai">ai</a>
</span>
</aside>
<p>The computers will start thinking, and people will stop.</p>
</li>
<li>
<a href="/posts/site-design-updated/">Site design updated</a>
<aside>June 05, 2024</aside>
<aside>
<span class="tags" style="--totalTags: 10"
><a class="tag" style="--tagIndex: 5" href="/tags/technical"
>technical</a
>
</span>
</aside>
<p>New look, simpler tech.</p>
</li>
<li>
@ -159,10 +200,16 @@
>Finally, a Coherent Worldview</a
>
<aside>July 14, 2023</aside>
<aside>
<span class="tags" style="--totalTags: 10"
><a class="tag" style="--tagIndex: 4" href="/tags/faith">faith</a>
<a class="tag" style="--tagIndex: 0" href="/tags/ethos">ethos</a>
</span>
</aside>
<p>Why did I think I could figure everything out on my own?</p>
</li>
<li>
<a href="/posts/">More posts&hellip;</a>
<a href="//">More &hellip;</a>
</li>
</ul>
</main>