Eleventy v1.0.2 requires Node 12 or newer. Use node --version on the command line to find your local Node version.
echo'# Page header'> README.md npx @11ty/eleventy
This will compile any files matching valid input template file extensions (.md is one of them) in the current directory into the output folder (defaults to _site).
Writing _site/README/index.html from ./README.md (liquid) Wrote 1filein0.03 seconds (v1.0.2)
Run npx @11ty/eleventy --serve to start up a web server. Then open http://localhost:8080/README/ in your web browser of choice to see your Eleventy output.
Listen to what these happy developers are saying about Eleventy:
“Seriously can't remember enjoying using a Static Site Generator this much. Yes Hugo is rapid, but this is all so logical. It feels like it was designed by someone who has been through lots of pain and success using other SSGs.” —Phil Hawksworth
“I looked into and actively tried using various static site generators for this project. Eleventy was the only one I could find that gave me the fine-grained control I needed at blazingly fast build times.” —Mathias Bynens
“Think the reason everyone is loving [Eleventy] so much (myself included) is that it doesn't come with a prescription about data sources or template rendering.” —Brian Leroux