Eleventy is a simpler static site generator
Briefly

Eleventy requires Node.js 14 to function properly, meaning that users must have an adequate version installed or else install it before proceeding with the setup.
To create an index.md Markdown file, you can utilize either a text editor or command line operations, providing flexibility in how users set up their projects.
After creating your Markdown file, running the Eleventy command compiles the files from your current directory into the output folder, making website deployment straightforward.
Using the --serve option, Eleventy can start a local development server, allowing developers to view their work directly through a browser using the specified local URL.
Read at Eleventy
[
]
[
|
]