post: GPU-skinned herds — agent_skinned renderer + engine private, builds public

This commit is contained in:
2026-06-14 01:19:46 +01:00
parent f762ad52a3
commit b8c3fc473b
17 changed files with 1259 additions and 185 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ Done.</code></pre>
<p><strong>Build systems make CSS changes safe.</strong> Because we never hand-edit <code>.html</code>, every style change is tested by regenerating all pages and grepping for the new selectors. If a rule doesn't ship, you know immediately.</p>
<p>Two gaps we'll fill later: blockquote support in <code>build.js</code> (the callout CSS is waiting) and ordered lists (same story). In the meantime, the blog already looks intentional — and it took two template files, one build step, and zero dependencies.</p>
<hr>
<p><em>The blog is generated by <a href="https://tinqs.com/tinqs/blog" style="color: var(&ndash;c-accent-l);">build.js</a> and served by <a href="https://tinqs.com" style="color: var(&ndash;c-accent-l);">Tinqs Studio</a>. All styling is self-contained in the templates.</em></p>
<p><em>The blog is generated by <a href="https://tinqs.com/tinqs/blog" style="color: var(--c-accent-l);">build.js</a> and served by <a href="https://tinqs.com" style="color: var(--c-accent-l);">Tinqs Studio</a>. All styling is self-contained in the templates.</em></p>
</div>
Before
After