<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Aurora Blog</title>
    <link>https://blogs.getaurora.moe/posts</link>
    <description>Release notes, deep dives, and everything else we feel like writing about.</description>
    <language>en</language>
    <atom:link href="https://blogs.getaurora.moe/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>testicular testicles (testing)</title>
      <link>https://blogs.getaurora.moe/posts/introducing-the-aurora-blog</link>
      <guid isPermaLink="true">https://blogs.getaurora.moe/posts/introducing-the-aurora-blog</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>yeah hello broskis</description>
      <content:encoded><![CDATA[<p>Aurora has grown a lot faster than we expected. In roughly two months we passed <strong>40,000 downloads</strong> across GameBanana, NexusMods, AyakaMods and GitHub, and the Discord has turned into a genuinely useful place to get modding help.</p>
<p>What we haven&#39;t had is anywhere to write things down. So here it is.</p>
<h2 id="what-goes-here">What goes here<a class="anchor" href="#what-goes-here" aria-label="Link to this section">#</a></h2>
<p>This site has two halves:</p>
<ul>
<li><strong><a href="/posts">Posts</a></strong> — longer pieces. Technical write-ups, design decisions, community news, the occasional postmortem when we break something.</li>
<li><strong><a href="/changelogs">Changelogs</a></strong> — every release, version by version, in a consistent format you can actually skim.</li>
</ul>
<p>Both have RSS feeds if you&#39;d rather not check manually.</p>
<h2 id="why-a-separate-site">Why a separate site<a class="anchor" href="#why-a-separate-site" aria-label="Link to this section">#</a></h2>
<p>The main site is a marketing page. It loads a background video, it has a parallax hero, and every page inlines its own copy of a thousand-line stylesheet. That&#39;s fine for five pages that change twice a year. It is not fine for something we want to add to every week.</p>
<p>So <code>blogs.getaurora.moe</code> is its own thing: markdown in, static HTML out, one shared stylesheet, no JavaScript beyond a header that fades in on scroll.</p>
<blockquote>
<p>If a page doesn&#39;t need JavaScript to show its content, it shouldn&#39;t need JavaScript to show its content.</p>
</blockquote>
<h2 id="on-the-tooling">On the tooling<a class="anchor" href="#on-the-tooling" aria-label="Link to this section">#</a></h2>
<p>Posts are markdown files with a small frontmatter block:</p>
<pre><code class="language-yaml">---
title: Introducing the Aurora blog
date: 2026-08-05
description: A place for release notes and technical write-ups.
tags: [news]
---
</code></pre>
<p>A build script turns those into HTML, regenerates the index pages, rebuilds both RSS feeds, and rewrites the sitemap. There&#39;s no database, no admin panel, and no login form — which also means there&#39;s nothing to break into.</p>
<p>Full GFM is supported, so tables work:</p>
<div class="table-scroll"><table>
<thead>
<tr>
<th>Platform</th>
<th>Status</th>
<th>Notes</th>
</tr>
</thead>
<tbody><tr>
<td>Windows</td>
<td>Native</td>
<td>Installer and portable</td>
</tr>
<tr>
<td>Linux</td>
<td>Unofficial</td>
<td>Needs Wine, Proton, Lutris or Heroic</td>
</tr>
</tbody></table></div>
<p>As do task lists:</p>
<ul>
<li><input checked="" disabled="" type="checkbox"> Set up the blog</li>
<li><input checked="" disabled="" type="checkbox"> Write the first post</li>
<li><input disabled="" type="checkbox"> Actually keep posting</li>
</ul>
<h2 id="what39s-next">What&#39;s next<a class="anchor" href="#what39s-next" aria-label="Link to this section">#</a></h2>
<p>We&#39;re working on a proper write-up of how Everlight handles mod load ordering, which is the single most common thing people ask about in Discord. That should land in the next couple of weeks.</p>
<p>Until then — <a href="https://getaurora.moe/en/discord" target="_blank" rel="noopener noreferrer">come say hi</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>blabloblablo</title>
      <link>https://blogs.getaurora.moe/posts/blablabla</link>
      <guid isPermaLink="true">https://blogs.getaurora.moe/posts/blablabla</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <description>ehghfgvsfgsgrg</description>
      <content:encoded><![CDATA[<h2 id="whats-up-gamers">whats up gamers<a class="anchor" href="#whats-up-gamers" aria-label="Link to this section">#</a></h2>
<p>this update we introduce: aurora sex toys.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
