Live data from Hacker News

The End of Eleventy

brennan.day

71–80 of 195 posts

Re: The End of Eleventy

#72
Nobody is going to make money from static site generators. How can a kickstarter still raise money for something claude will give them in 2 hours I have no clue. Not all software engineering is dead, but this is dead for sure.

Though I also have no idea how a static website generator can raise tens of millions of dollars.

Re: The End of Eleventy

#73
post #47

Why does the JavaScript ecosystem pride itself in not having a framework? That’s the very thing that drove me out of the ecosystem. JavaScript was my first professional language of focus and I was in love with the growth oriented mentality as a younger engineer, but the part that irked me was that I had to constantly be rebuilding the same set of patterns with different tooling, which is the special choose your own a…

Usually the argument against frameworks is that modularity will cover differing use cases better, unlike a framework that becomes hard the moment you need to do something they didn't design for. I've been ok without frameworks, but not sure yet which way is better.

The most annoying thing I've seen in the JS ecosystem is the in-between, libraries that act more like pieces of a framework. Like you have React and foo which you'd expect to be separate libs, but everyone handles that with a react-foo package. Version compatibility becomes a puzzle once you have 2+ of those.

Re: The End of Eleventy

#74
post #5

SSGs versus Wordpress is surprisingly still a battle… I’m genuinely shocked at the number of sites on the Net that use Wordpress, dynamically assembling markup with PHP for every page view, risking constant hacking and stuff, when they have a total of like 7 or 100 pages, which could all be pre-rendered to HTML files in roughly 8 seconds on even a junky laptop or X-small ec2 instance. It really is okay. For those who…

Is there a tenable workflow for the marketing department to use a SSG over Wordpress? - WYSIWYG editor is table stakes. The lovely folks at marketing once thought I was hacking when I `ps -eaf`-ed in an unresponsive Macbook. - They "put" images in their post. They don't "upload the image and position it with CSS". - It's the marketing department so they have to have all sorts of bells and whistles. At the very least…

I think that's exactly the point where the article falls flat. There is potentially a big oppurtunity in building a SSG + CMS solution despite the past failed attempts.

Every few years I go looking for something that's not Wordpress that you could hand to a marketing department, but there is no viable alternative (that's not Drupal).

Re: The End of Eleventy

#75
I built static site publishing into AS Notes, to add in to the mix (https://www.asnotes.io an extension for VS Code). It's markdown and wikilink based, and can publish either the whole workspace or from one or more specific folders. I've designed it so that I was not dependent on any platform for my static sites. Publishing is a pro feature, but it's a one time lifetime licence purchase.

Re: The End of Eleventy

#76
post #47

Why does the JavaScript ecosystem pride itself in not having a framework? That’s the very thing that drove me out of the ecosystem. JavaScript was my first professional language of focus and I was in love with the growth oriented mentality as a younger engineer, but the part that irked me was that I had to constantly be rebuilding the same set of patterns with different tooling, which is the special choose your own a…

That's not what the article says. It's about being agnostic what kind of frontend framework/library you use, e.g. giving the users the freedom to choose between React/jQuery, etc..

Re: The End of Eleventy

#77
A frontend-agnostic static site generator doesn't have an "end". You can keep using the final version for years to come. You can maintain a private fork to fix bugs or compatibility issues with newer versions of the language. And if you don't feel like maintaining it, you can migrate content to a different SSG. Or indeed, you can write your own SSG, it's a fun project.

Re: The End of Eleventy

#78
What a horrible mess. One "project" created after another one and eventually ditched in favour of creating something else from scratch. No one wants it, they are pissed and they blame Gmail for this. What a shit-show.

I don't want to learn your project, thank you very much. If anything, I'll create my own. Nowadays, it's super easy to do it with AI, but even before AI, I would have still prefered creating my own stuff instead od using yours. I don't want you as a dependency, I don't want you to become the master of my work, I don't want to try to understand how your pitiful "project" works since it would be 10 times easier for me to write the functionality I need from scratch myself. I don't want to do a security audit for your stuff and try to understand how it works while creating my own will always negate this problem entirely. I don't want to work for your "resume" so you could proudly put your turd "project" there seeking better employment. Not at my expense, not at the expense of my time and nerves.

Re: The End of Eleventy

#79
post #13

Much prefer astro. It's somewhat counterintuitive, but the added complexity leads to simpler projects that are easier to maintain long term. I have simple markdown files, and a separate, code-based conversion process that works well for me. Also the documentation for eleventy was always confusing to me. I almost got the impression that "it's so simple, we don't have to explain it". Whereas astro's documentation is mu…

Astro is great, and is what I prefer on new “static-y” projects (for more dynamic stuff, SvelteKit). But 11ty really was so much simpler if all you need is to put together some templates, and don’t want to deal with component stuff. That said, the docs really are lacking in some parts.

[deleted]

Re: The End of Eleventy

#80
post #45
post #21

Earlier quoted context omitted.

Wordpress has: * the ability to schedule posts * a ton of plugins * a lot of people who know how to use it * a reasonable WYSIWYG interface As far as I know, most SSGs fall down on one or more of those dimensions.

* live preview

I can live preview my website from my local server / computer / laptop, while writing content from basically anything. Even a cheap and underpowered writing deck with 400 MHz CPU. The options are limitless.
Post reply on HN