Tech News
← Back to articles

XSLT – Native, zero-config build system for the Web

read original related products more articles

XSLT

XSLT (1999): native, zero-config build system for the Web.

From: Grug brain Paco To: Paco Subject: XSLT

most static websites created like this

data ( .json , .md , .txt )

, , ) build system (Hugo, Next.js, Astro, …)

output (static HTML)

me make many website, find build system has much complexity. not understand big project like React Next.js, need many PhD for understand how my markdown blog work

me want remove framework (many grug do), want use simple HTML and CSS, use sacred spec like HTTP URI HTML. but no build system? this mean writing lot lot HTML by hand. when time come for many webpages, need header and footer same same on all pages: copy paste easy for while. but when, in future, there many many many pages? me need better solution

can use HTML import? nope not exist

... continue reading