minus-squareJayjader@jlai.lutoTechnology@lemmy.world•This website is for humanslinkfedilinkEnglisharrow-up1·5 days agoEleventh 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). linkfedilink
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).