From de3687b4b53cfbe0188309e3ea41de31ec769c92 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 28 Jul 2026 15:40:18 -0700 Subject: redo date parsing stuff; add about section to homepage --- template.html | 49 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 12 deletions(-) (limited to 'template.html') diff --git a/template.html b/template.html index 1bf6217..6e05cbc 100755 --- a/template.html +++ b/template.html @@ -139,7 +139,7 @@ $endif$ } } /* AI blurb */ - h1 + p::after { + .article h1 + p::after { content: "All prose on this website is written by a human."; display: block; margin-top: 1em; @@ -156,7 +156,7 @@ $if(math)$ $math$ $endif$ - + $for(include-before)$ $include-before$ $endfor$ @@ -180,19 +180,44 @@ $if(title)$ $endif$ $endif$ -$if(toc)$ +$if(top)$ +$body$ +

back to main page

+$else$

articles

-$endif$ -$body$ -$if(toc)$ -$else$ -

back to main page

+

about

+

+ hello, my name is yum. i am a virtual person interested in realtime + graphics and math. this website is a collection of my stray thoughts that i + feel ought to be written down. i think of it as something slightly more + public than a diary. +

+

+ all prose on this website is written by a human (me). i do use ai when + developing software. i don't disclose it. unless you see something in the + README saying that i *didn't* use AI, assume i did. the skilled reader should + be able to quickly assess quality regardless of how the code is made. +

+

+ my open source code is hosted at + git.yummers.dev. it may be slow to load + (10-20 seconds). i doubt much of it will be of use to others, besides + HLSL_OKLAB and maybe modular_slang. +

+

+ core beliefs: +

    +
  1. information should be free;
  2. +
  3. human-caused climate change is real, significant, and solvable;
  4. +
  5. passive acceptance of cruelty is complicity;
  6. +
  7. trans rights are human rights;
  8. +
  9. the web is a vast sea made of individuals with feelings;
  10. +
  11. your actions matter.
  12. +
+

$endif$ $for(include-after)$ $include-after$ -- cgit v1.2.3