big ol toc update
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-20 15:07:49 -07:00
parent b4fbeffc41
commit bfa91ea19f
30 changed files with 589 additions and 87 deletions
+13
View File
@@ -0,0 +1,13 @@
---
layout: post.njk
---
{% css %}{% include "css/post-toc.css" %}{% endcss %}
<aside id="toc">
<details>
<summary><h2>table of contents</h2></summary>
{{ content | toc | safe }}
</details>
</aside>
{{ content | safe }}