Hacker News new | ask | show | jobs
by messo 1597 days ago
Wow, did not know about XQuery. Can you point to some resources explaning how one would use it as a SSG?
1 comments

I only read the specification. It covers every there is in XQuery

I searched around and found this article: https://www.gnu.org/software/qexo/XQ-Gen-XML.html

And here is the source of my website using it: https://github.com/benibela/site

Thanks, this is fascinating!