If the command is not found or it reports a number lower than
14, you will need to download and install Node.js before moving on to the next step.
Run Eleventy.
npx @11ty/eleventy
Eleventy compiles any files in the current directory matching valid file extensions (.md is one of many) to the output folder (_site by default). It might look like this:
Writing _site/index.html from ./index.md (liquid) Wrote 1filein0.03 seconds (v2.0.1)
Run npx @11ty/eleventy --serve to start up a local development server and open http://localhost:8080/ in your web browser of choice to see your web site.
“Eleventy is absolutely wonderful. It’s by far the nicest static site generator I’ve used in what feels like forever.” —Addy Osmani
“I use Eleventy on almost every project at this point and I love it.” —Lea Verou
“Eleventy is almost fascinatingly simple.” —Chris Coyier
“Don’t tell Zach I said it but Eleventy is seeming fresh as hell so far” —Mat Marquis
“Eleventy and web components go really, really well together.” —Justin Fagnani
“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 actually used Eleventy for the first time this week. Loved it.” —Paul Lewis
“Just the kind of simple / common sense tool I love. The data/folder hierarchy mechanism is super obvious and elegant.” —Heydon Pickering
“Eleventy is a killer static site generator. That’s all.” —Sara Soueidan
“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
“The Eleventy + Netlify combo continues to be 🤌” —Dan Mall