Comment on This website is for humans
isVeryLoud@lemmy.ca 3 weeks ago
What does 11ty stand for, besides “eleventy”? I’m expecting something like a11y, where there are 11 characters in between.
Comment on This website is for humans
isVeryLoud@lemmy.ca 3 weeks ago
What does 11ty stand for, besides “eleventy”? I’m expecting something like a11y, where there are 11 characters in between.
Jayjader@jlai.lu 3 weeks ago
Eleventh is a static site generator. You run it once, then straight up serve the files it output.
Server-side rendering is like running eleventy for each incoming webrequest (albeit only for the requested page(s) instead of the whole site).