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.
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 actually used Eleventy for the first time this week. Loved it.” —Paul Lewis
“I use Eleventy on almost every project at this point and I love it.” —Lea Verou
“The Eleventy + Netlify combo continues to be 🤌” —Dan Mall
“Just the kind of simple / common sense tool I love. The data/folder hierarchy mechanism is super obvious and elegant.” —Heydon Pickering
“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
“Eleventy is almost fascinatingly simple.” —Chris Coyier
“Eleventy + Netlify have become my new workflow for static sites. I think I'm in love.” —Mina Markham
“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