30
loading...
This website collects cookies to deliver better user experience
New to the Jamstack? Read this first.
You can find the repository here.
You can find my blog here
npx @11ty/eleventy
. Finally, I set the output directory to _site
. You can see the live site here
/
(in cases your GitHub repo has Eleventy in a subdirectory, this is where you would care to change the default). The next step asked for the output directory (_site
). At this point, Code started doing... stuff. I got updates in the bottom right corner letting me know things were executing, but it was mostly a waiting game. I knew that I had never entered an Eleventy specific command, but I assumed I'd be left with a bad build. Instead, I never got past this:build
script to my package.json:"build":"eleventy"
You can see the live site here
30