feat: ability to categorize

This commit is contained in:
Mark
2026-03-02 00:28:51 +01:00
parent 19f51c5732
commit dad1ed439b
5 changed files with 178 additions and 120 deletions

View File

@@ -45,13 +45,21 @@ span {
<h2><!-- t: safe sitename --></h2>
<!-- t: end -->
<!-- t: set ignore
-->
<!-- t: if running -->
<!-- t: set heading true -->
<!-- t: for running -->
<!-- t: ifline id ignore -->
<!-- t: else -->
<!-- t: if heading -->
<!-- t: set heading -->
<h3>things running on the server</h3>
<ul>
<!-- t: for running -->
<!-- t: end -->
<li>
<!-- t: if info -->
<a href="/info/<!-- t: raw info -->">
@@ -82,8 +90,7 @@ span {
<!-- t: set linebreak -->
<!-- t: for line additional -->
<!-- t: raw linebreak -->
<!-- t: set linebreak <br>
-->
<!-- t: set linebreak <br> -->
<!-- t: safe line -->
<!-- t: end -->
</div>
@@ -95,17 +102,24 @@ span {
<!-- t: end -->
</li>
<!-- t: end -->
<!-- t: end -->
</ul>
<!-- t: end -->
<!-- t: if static -->
<!-- t: set heading true -->
<!-- t: for static -->
<!-- t: ifline id ignore -->
<!-- t: else -->
<!-- t: if heading -->
<!-- t: set heading -->
<h3>everything else</h3>
<ul>
<!-- t: for static -->
<!-- t: end -->
<li>
<!-- t: if info -->
<a href="/info/<!-- t: raw info -->">
@@ -136,8 +150,7 @@ span {
<!-- t: set linebreak -->
<!-- t: for line additional -->
<!-- t: raw linebreak -->
<!-- t: set linebreak <br>
-->
<!-- t: set linebreak <br> -->
<!-- t: safe line -->
<!-- t: end -->
</div>
@@ -149,6 +162,7 @@ span {
<!-- t: end -->
</li>
<!-- t: end -->
<!-- t: end -->
</ul>