DEV Community

Stephanie Eckles
Stephanie Eckles

Posted on

What's holding you back from trying Eleventy?

Eleventy is a static site generator that's getting a lot more attention around the web lately. If you've tried it or considered trying it:

  • Anything you're unsure about or wondering if it can do?
  • Did you start an Eleventy project and get stuck on something?

Fine print: I'm the author of 11ty.Rocks so your responses may be used to help inform the creation of future resources 😉 I'd love to try to answer some of your questions in the comments, too!

Latest comments (33)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Seems cool I have not heard too many people talking about it that's why I have not used it yet. Gatsby seems to be in more conversations when people talk about static site generators I think.

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

I was on the fence with last year around September mainly because of the way the documentation is set up but later in the year I found about your course on egghead.io plus the one from Khaled Garbaya. Now I think SSG is a pretty cool way to get a site started without all the bells & whistles of a JS framework.

Collapse
 
shadowfaxrodeo profile image
Nathaniel

Hi Stephanie, thanks for your work. I used one of your templates as a starting point a few times and it was extremely helpful.

Collapse
 
5t3ph profile image
Stephanie Eckles

Awesome, thanks for letting me know! 💫

Collapse
 
allison profile image
Allison Walker

Not sure what use-case I have for trying it out, I guess.

Collapse
 
wrldwzrd89 profile image
Eric Ahnell

I didn’t realize Eleventy existed until seeing this post, though my experience with static site generators hasn’t been great so far. I suspect I am just using the tools wrong... thanks for bringing it to my attention!

Collapse
 
pozda profile image
Ivan Pozderac • Edited

I just tried 11ty this weekend just to see what it is all about. Tried it by myself, read a little bit of documentation and went through 2 'simple blog' tutorials linked in the docs.

Everything was good but something was missing, so I opened your Egghead tutorial on 11ty. It was more useful to me than all other things combined, especially stuff for input/output folders and sass (the whole .eleventy.js config file was just the thing I missed).

Your tutorial helped me to wrap my head around it and then I just tried to do my own thing, everything worked as swiss clock!

Thank you for making short, concise and free tutorial, it was very valuable source for me to learn 11ty fast.

edit: I am mainly using Gatsby, now I have 2 SSG that I like to use which is good and I can use them regarding the requirements and needs of the projects

Collapse
 
5t3ph profile image
Stephanie Eckles

Oh wow, I'm super happy to hear that, thank you so much for the feedback! And I'm glad you're on your way to using and enjoying Eleventy 💫

Collapse
 
dailydevtips1 profile image
Chris Bongers

I'm super happy to jump on the Eleventy bandwagon this year.
It serves my need, nothing overcomplicated or too big and it's still highly customizable.

Build my whole blog on top of it:
daily-dev-tips.com

Collapse
 
arthurbm profile image
Arthur Brito Medeiros

Is there any advantages of using it in comparison to Next.js?

Collapse
 
epsi profile image
E.R. Nurwijayadi

I have a 11ty site an its great.

🕷 akutidaktahu.netlify.app/

I even write an article series about it

🕷 epsi-rns.gitlab.io/ssg/2020/01/01/...

Collapse
 
mathieuhuot profile image
Mathieu Huot

I like 11ty for its flexibility and the fact that it's based on Node. I especially impressed by the capabilities of the collections API. The first thing I stumbled upon was preprocessing SASS which I eventually solved this way. I also tackle double layered pagination (as a challenge mainly) where I ended up with a proof of concept. I think that I like 11ty so much because it really allows full developpement freedom!