MarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 2 months agoThis website is for humanslocalghost.devexternal-linkmessage-square62linkfedilinkarrow-up1482arrow-down18cross-posted to: hackernews@lemmy.bestiver.se
arrow-up1474arrow-down1external-linkThis website is for humanslocalghost.devMarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 2 months agomessage-square62linkfedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squareJayjaderlinkfedilinkEnglisharrow-up1·1 month 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).