I write on Nature
I write on Nature,
And create many haiku.
Some are elegant.
Posted on 14 February 2025 by andyrew — 1 min
I write on Nature,
And create many haiku.
Some are elegant.
Posted on 14 February 2025 by andyrew — 1 min
So, I found an article at Ignored By Dinosaurs describing how to add syntax highlighting to php-markdown code blocks...
I first downloaded the prism.js and prism.css, and placed each in the respective folders in my theme.
Posted on 12 January 2025 by andyrew — 1 min
Working on finding a flat-file calendaring agent, I came-across LuxFind
LuxFind is very good at quickly and recursively finding matches, though it dumps full URLs and line-matches (great for debugging purposes, but neither of which I ultimately wanted in-production).
"Search" in HTMLy only queries the file basename (tags & slug), and not the content. Totally-Fantastic! But, this doesn't really allow me to drill-down to a particular context.
Since I had (already) been working on trying to incorporate the idea of searching for content inside HTMLy blog posts, this piqued my interest....
So, I thought: can I adapt/modify the ideas in LuxFind to work with HTMLy in searching the contents of all the blog posts?
Posted on 12 January 2025 by andyrew — 7 min