2025-07-28 :

i have updated diced-ssg to have separate pages for each post.
idk why im calling them permalinks, the link id is just the hash of the post, so if i edit the post, its link will change

the requirements for adding this has massively overcomplicated diced-ssg now.
instead of just having a simple look at each template, run the macros once, then evaluate the template
now it can generate templates during that first pass (only using a python script run in the html, did not add to the .t.html syntax yet), i have constrained it to only generate templates in a different folder for it to work
so it creates a new folder where you should put the templates, you put them in it, then it runs macros and evaluates those templates
was it worth it? maybe
could there have been a simpler solution? probably not lmao