Open camjm opened 3 months ago
I have an obsession with static site generators. They help turn simple markdown files into a lean, mean, super-fast website. They're rendered at compile-time, so there's no server-side activity to slow things down. And because all the browser ever sees is static files, there's much less chance of your site being hacked.
11ty: static site generator (SSG) (like Hugo and Jekyll) jamstack ecosystem
11ty is a javascipt alternative to Jekyll (which is built with Ruby), built for speed and flexibility Zero config by default can build faster thant Hekyll 11ty: content is decouopled as much as possible from the SSG itself
Templating engines/languages supported: HTML MD, JS liquid Nunjucks handlebars mustache ejs pug
11ty is installed via npm Jekyll requies ruby to be installed
docs: 11ty.dev
DEPLOIY THIS BLOG THROUGH NETLIFY!