-
-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moving toward a 1.0 release #921
Comments
To go a bit further, I would say that the documentation should be standardized giving the precedence to Nunjucks and JavaScript. We are evolving in the Node context, the real strength of 11ty, and JavaScript should have the precedence over YAML ot TOML which, IMHO, are much less powerful than JS for front matter declarations. |
Keep in mind, that many people migrated over from Jekyll and GH Pages. So supporting Liquid and YAML have their merits. |
Personally I'd like to see proper code documentation before a 1.0 release (willing to fill PRs for that). |
I would never advocate for removing support for Liquid, YAML, or any other syntax that is currently supported. I think 11ty’s support for a wide variety of syntaxes is an important differentiator from other SSGs. For example, choosing an SSG that requires authors to know frameworks like React or Vue, or know programming languages that are not widely used (like Go) seems like a bad idea to me because it limits the number of people that will be able to help maintain the site. |
Of course removing support for Liquid or YAML would be silly. However, I'd like to rely on a reference documentation and JavaScript is therefore the best candidate: every 11ty developer is supposed to know it. |
I agree about adding more JavaScript examples to the documentation. I've built my site (https://gitlab.com/reubenlillie/reubenlillie.com) with *.11ty.js templates only. I think the exercise of adding JS to the docs would also help tie up some loose ends, for example, #642 (still my only line of liquid/nunjucks in any of my 11ty projects). And, before 1.0.0, it'd probably be a good idea to have more thorough tutorials and/or a suite of templates/themes. |
@reubenlillie That is some of the most beautifully documented code I've ever seen. Thanks! |
Aw, shucks! Thanks, @pdehaan. |
@reubenlillie : I like the main site, however font size looks strangely large on my (27", 4K) desktop screen and Github page too tiny. |
Thanks, @octoxalis. That's helpful feedback. So this thread can stay on topic, I'm happy to discuss possible tweaks in the site repo: https://gitlab.com/reubenlillie/reubenlillie.com/. |
Personally I prefer "eleventy" as it's just the natural and obvious way to write it. "11ty" seems witty at first but it's not practical IMO (other than in the logo). Anyway, I think consistency is more important than personal preferences and everything (config file, template files, etc) should be one or the other.
Event better |
Note that I’d like to move away from a big issue here into individual ones, if possible. We do have a project going here for Eleventy 1.0 https://github.com/orgs/11ty/projects/5 |
Hey y’all—we’re getting much closer to a 1.0 so I’m trying to organize the feedback here:
Sorry the default change here is probably not going to happen. This would cause me a lot of support burden 😅
11ty is the org and eleventy is the software. I know that’s confusing. In retrospect it may have been nicer to use
I’d say this is low priority right now too. I did clean up the docs a bit to focus on the new stuff.
Those are both still in scope for 1.0, yep. Going to close this as I think we’ve either addressed all the points or have other issues for the remaining points. Thanks y’all! |
I'm wondering what remains to be done before a version 1.0 of 11ty can be released.
I have a few suggestions.
I'm sure others can think of additional changes they would like to see before 1.0.
The text was updated successfully, but these errors were encountered: