MarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 29 days agoThis website is for humanslocalghost.devexternal-linkmessage-square62linkfedilinkarrow-up1488arrow-down18
arrow-up1480arrow-down1external-linkThis website is for humanslocalghost.devMarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 29 days agomessage-square62linkfedilink
minus-squareJayjader@jlai.lulinkfedilinkEnglisharrow-up1·26 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).
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).