No description
  • Nunjucks 93.8%
  • JavaScript 5.8%
  • CSS 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Finn Christiansen 6b6b03ffcb
All checks were successful
Deploy 11ty site / build-and-deploy (push) Successful in 12s
Renovate / forgejo (push) Successful in 6s
fix dynamic generated classes
2026-09-15 20:03:56 +02:00
.forgejo/workflows add renovate 2026-09-11 22:31:23 +02:00
src typo 2026-09-14 22:23:03 +02:00
.eleventy.js first commit 2026-09-09 22:15:40 +02:00
.gitignore first commit 2026-09-09 22:15:40 +02:00
.nvmrc first commit 2026-09-09 22:15:40 +02:00
package-lock.json first commit 2026-09-09 22:15:40 +02:00
package.json first commit 2026-09-09 22:15:40 +02:00
README.md first commit 2026-09-09 22:15:40 +02:00
tailwind.config.js fix dynamic generated classes 2026-09-15 20:03:56 +02:00

aluhut.org - based on 11ty and jet

Original README:

Its (j)ust (e)leventy and (t)ailwind … OK, and a few other things; its still really small though.

Deploy with Netlify

Goal

While learning how to use Eleventy, I came across a few starter projects that combine it with Tailwind CSS, which is neat, but they also come with so much more.

Personally, I only want Eleventy and Tailwind … and, taking the desire for simplicity one step further, I only want to use them via NPM scripts.

So, I made this and it seems to work 🤷‍♀️

How you can use it

  1. Create your own new repo from jets template, or clone this one
  2. Install dependencies: npm i
  3. Start development: npm run dev
  4. Visit http://localhost:8080 to see your work-in-progress
  5. Do super-fun Eleventy and Tailwind things
  6. When youre done: npm run build
  7. Host your project somewhere (Netlify and Vercel are nice options)

Thats it 🕺

A Note on Eleventy v3.x

As of October 17th, 2024, jet has been updated to utilize Eleventy v3.x. If you want to upgrade your project from Eleventy v2.x to v3.x, theres a a helper plugin.

A Note on Tailwind CSS v4.x

As of January 31st, 2025, jet has been updated to utilize Tailwind CSS v4.0. If you want to upgrade your project from Tailwind CSS v3.x to v4.x, the Tailwind folks have a wonderful Upgrade Guide you should review.

Disclaimer

I originally built this in about an hour through trial-and-error, so I'm sure there's a lot of room for improvement.

If you try it and find issues, or think of improvements, please file an issue and/or create a pull request.