Eleventy, or 11ty, is a simple yet very powerful static site generator. It does not require any config to get started.
This what it will take you to get an 11ty project running.
npm install -g @11ty/eleventy
echo '# Page header' > README.md
eleventy
After watching this collection you will be able to:
...and much more
Exremely short and at the same time gives you a good idea of how simple it is to get quickly started with Eleventy
Quick, simple, and displayed the power of eleventy
Not a lot to go on but it looks fun and inviting.
Too bad the author didn't continue the course. It looks like left in the middle of its development. I am totally sure Khaled could easily create "the missing course" on Eleventy.
Excellent intro to start using Eleventy. I had read about the njk files but didn't really know how to use them before.
Short, clear, and to the point, which is the whole premise of egghead, so it’s on brand 😄
One tiny nitpick: In the last video, a couple lines of code appeared suddenly. It wasn’t a big deal but threw me off for a second.
Thanks for a great course!
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.