frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

The End of Eleventy

https://brennan.day/the-end-of-eleventy/
47•ValentineC•1h ago

Comments

SoftTalker•1h ago
Didn't read because of the fuckery with the mouse pointer. Why do sites have to do this crap.
Brajeshwar•52m ago
It has been a while (I think ever since Safari introduced Reader Mode), and I do almost all my reading on websites in Reader Mode. For some websites, I have set to “Use Reader Mode when Available,” such as that of paulgraham.com, daringfireball.net, and quite a few others with horrible Typography.
gnabgib•1h ago
38d ago by OP (5 points) https://news.ycombinator.com/item?id=47247541

Follow up (by OP) Cancelled (5 points, 1 month ago) https://news.ycombinator.com/item?id=47282675

Related Introducing: Build Awesome (3 points) https://news.ycombinator.com/item?id=47245750

spankalee•1h ago
I use Eleventy for nearly all of my static sites. Almost every project of mine has at least an 11ty internal docs site. I'm very happy that Eleventy has a home and Zach a job.

But my only thought on this is: Eleventy is an awesome name.

xp84•59m ago
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 post regular updates on those sites, there are great and cheap WP plugins that export the whole site as static to something like FTP or S3, so you can just firewall the actual WP behind an IP restriction and host the actual public-facing site from S3/whatever.

mooreds•12m ago
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.

fsckboy•55m ago
if the kickstarter campaign met its goals, but then their outgoing emails ended up in the spam folders, why does that say cancel? They cite "momentum", but doesn't the fundraising success sustain the momentum of the project and team? solve the email problem and mail the sponsors again, what's the big deal, since when do sponsors need momentum if the goal has been met?
ChrisArchitect•39m ago
This. Totally confusing. Sounded like a very successful campaign, met goal. Why is the rest of that blog post (https://blog.fontawesome.com/pausing-kickstarter/) so negative and like it's a big disappointment? Like Font Awesome was expecting some lengthy constantly growing source of income from it? So weird. (and also, first I'm seeing anything about this or given any reason to pay attention to what Font Awesome is doing despite being a regular user of 11ty and involved with its small ecosystem for years)

And if '11ty devs' aren't big fans of the change etc, then who was rushing to support the Kickstarter? Who's funding this (and why?)

PaulHoule•47m ago
The thing about SSGs is that you only need a small percentage of the functionality they offer and for what: so instead of some simple syntax for links you can remember in HTML

  <a href="there">description</a>
there is something weird and irregular I always have to look up in the manual in Markdown and all sorts of other Markdown WTFs. Every time I tried to get started on a personal site with an SSG I would get depressed looking at hundreds of ugly themes, get depressed with the mysterious and crappy cloud-side build systems, get depressed with the prospect of customizing them, etc. So I'd start experimenting, never finish and come back six months to make another attempt that fails.

When I really needed a landing page that looked like it fell off a UFO I did it in Vite-React (such a joy to use semantic components, like write

   <Event date="2026-04-18">Earth Day Parade Ithaca Commons</Event>
and it is a simple python script that uploads the dist files to S3 (no "WTF went wrong with the github action") invalidates Cloudfront [1], extracts metadata, maintains the metadata database. There's a clear path to extending the system to do exactly what I want to do in the future unlike some SSG which I will have to relearn from scratch in six months when I want to make a big change... and had it up and running and in front of end users in a weekend.

That is, SSG has no commercial potential because any individual or organization which is capable of maintaining and customizing an SSG can create one from scratch that does exactly what they need with less cost and effort and success is only possible through hypnotizing people into thinking otherwise -- in many fields of software this happens every day but I think not SSG, like those people are going to stay asleep and dream of Drupal and Wordpress.

[1] ... and if I want to move to some similar platform I just implement it instead of struggle with "plugins" and "modules" and other overcomplicated extension mechanisms

Tomte•25m ago
https://soupault.net/ is about using plain HTML, but doing index pages, RSS feeds and so on from that. You even get away with not having frontmatter, because CSS like selectors allow those meta pages to retrieve title, date etc. from the HTML pages.
trendbuilder•43m ago
Eleventy's strength was always its simplicity and respect for the developer's choices, but maintaining an open source project solo is genuinely brutal. The irony is that the JAMstack wave it helped popularize eventually produced well-funded competitors that could afford full-time teams. Hope Zach lands somewhere good — his work shaped how a lot of us think about static site architecture.
morpheuskafka•40m ago
> Who uses 11ty? NASA, CERN, the TC39 committee, W3C, Google, Microsoft, Mozilla, Apache, freeCodeCamp, to name a few.

> Imagine if Build Awesome actually reached out to people who regularly make static sites. You know, the userbases on NeoCities or MelonLand or 32-bit Cafe?

One minute you are saying large companies use the product, the next that it was always for hobbyists and shouldn't target corporate features?

> In truth, I myself have started a business that has a near identical concept to Build Awesome. Berry House is my independent web studio

> The difference is though that my model is pay-what-you-can, or pro bono. I developed Calgary Groups for a client and charged $5/hour for my dev work.

That is not a business -- no profit motive. (Working less than minimum wage, even.) Not a good benchmark for comparing what an actual business like Font Awesome should do.

prepend•38m ago
Sadly, SSGs can’t make money. Nor should they, because they are simple and sort of the whole point is to be simple and not require complicated resources to build or host.

I wish them the best.

PaulHoule•35m ago
e.g. you can't afford to build your own Drupal from scratch but you can afford to build an SSG from scratch and it may even be simpler than customizing an existing SSG from scratch and dodging the WTF.
preommr•37m ago
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 much more accesible; there were a handful of cases where there was something I wanted to do and astro had an example of exactly that. I didn't have to do guesswork, just follow the examples in the way the creators intended. Stuff like that is important.

ChrisArchitect•32m ago
Aside, but related: wish this had been shared around here last month when it broke.

https://www.11ty.dev/blog/build-awesome/

Safe to say there's a number around HN who have used/are using 11ty and might have some interest.

Am grateful for Zach's dedication over the years and believer in what 11ty stands for (and more recently what webc brings to the table/ecosystem)

OuterVale•31m ago
I'm still completely in love with WebOrigami (https://weborigami.org). It is a 'dialect of JavaScript' that is designed for building static sites. It isn't super popular, but it much more flexible and comprehensive than anything else I've found. Fills the 11ty gap nicely.
charles_f•22m ago
I've been using the same version of Jekyll, using the same outdated, discontinued version of ruby, for more than 10y. I refuse to learn anything about ruby, or spend any time upgrading Jekyll or any of the 2 plug-ins I use, and I take a weird pride in that. It works, it generates my blog, I don't want it to do anything else. I have no idea how it works anymore. For all I know Jekyll has been abandoned. That version of ruby might be riddled with bugs and security holes, and why would I care? it's only used when I generate the website, in a docker container that doesn't talk to anything.

Eleventy might not receive new features, your website will still work.

mooreds•14m ago
> Eleventy might not receive new features, your website will still work.

The beauty of SSGs, in one sentence, folks.

I'm not aware of any CVEs in HTML, either.

MidnightRider39•21m ago
My personal page runs on 11ty since the last 3 years and I enjoyed it a lot.

I’ll probably replace it with pure HTML soon - I found that I don’t need a SSG anymore, I can just use a local LLM to generate HTML out of markdown files and I never use any fancy features anyway.

Electric Rail Bike for Abandoned Railroads [video]

https://www.youtube.com/watch?v=HhZNUNomXyo
1•phyzix5761•53s ago•0 comments

Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major US banks

https://www.cnbc.com/2026/04/10/powell-bessent-us-bank-ceos-anthropic-mythos-ai-cyber.html
5•attentive•7m ago•0 comments

A new interpretation of the Riemann Hypothesis based on wave interaction (Flux)

https://zenodo.org/records/19515676
1•kimhanhee•8m ago•1 comments

Excellence Is a Habit

https://www.flyingbarron.com/2026/04/excellence-is-habit.html
1•mooreds•9m ago•0 comments

Ideas for marketing a dev centric product (2019)

https://www.mooreds.com/wordpress/archives/3197
1•mooreds•10m ago•0 comments

Is the 'Holy Grail of batteries' ready to bless us with its presence?

https://www.theverge.com/transportation/909480/solid-state-battery-donut-lab-ev-china
2•neilfrndes•10m ago•1 comments

New town every hour blue sky account

https://bsky.app/profile/townsusa.bsky.social
2•mooreds•11m ago•0 comments

Vance Says U.S.-Iran Peace Talks Break Down over Nuclear Issue

https://www.wsj.com/livecoverage/iran-war-latest-news-israel-us-lebanon-2026
3•kamaraju•15m ago•0 comments

iPhone 18 Pro Leaked Designs

https://9to5mac.com/2026/04/09/leaker-gives-iphone-18-pro-updates-on-two-design-changes/
2•anujbans•17m ago•1 comments

Bella: Hypergrah memory for AI agent(10x time horizon)

https://github.com/immartian/bellamem
1•newsathere•24m ago•0 comments

Online Phreak Box

https://phreaknet.org/bluebox/
1•etothet•25m ago•0 comments

The Local Universe's Expansion Rate Clearer Than Ever. But Still Doesn't Add Up

https://noirlab.edu/public/news/noirlab2611/?lang
1•nobody9999•28m ago•1 comments

Why meaningful days look like nothing while you are living them

https://pilgrima.ge/p/the-grand-line
1•momentmaker•39m ago•0 comments

Show HN: Posse – Open-Source Web UI for Anthropic Managed Agents

https://github.com/oguzbilgic/posse
1•obilgic•43m ago•0 comments

Jury reaches no verdict on first day deliberating at Live Nation monopoly trial

https://www.boston25news.com/entertainment/jury-starts/V36MJOVVPA373JW3P5TFJZJ7OI/
1•1vuio0pswjnm7•45m ago•0 comments

Building a better crossword page for my daily cryptic hit – Whitebeard's Realm

https://whitebeard.blog/posts/building-a-better-crossword-page/
1•techbelly•45m ago•0 comments

How Ship Anchors Work [video]

https://www.youtube.com/shorts/X7bWj115UwY
2•modinfo•46m ago•0 comments

Building a Z-Machine in the worst possible language – Whitebeard's Realm

https://whitebeard.blog/posts/building-a-z-machine-in-elm/
2•techbelly•46m ago•0 comments

A Mac Studio for Local AI – 6 Months Later

https://spicyneuron.substack.com/p/a-mac-studio-for-local-ai-6-months
2•try-working•51m ago•1 comments

My research has build errors now and honestly should have always worked this way

https://github.com/grainulation/wheat
2•volatilityfund•54m ago•0 comments

Beyond Quantum with Khrennikov

https://scottlocklin.wordpress.com/2026/04/09/beyond-quantum-with-khrennikov/
1•MrBuddyCasino•55m ago•0 comments

The Dostoevskian Moment

https://www.palladiummag.com/2026/04/11/the-dostoevskian-moment/
1•MrBuddyCasino•1h ago•0 comments

Anthropic loses appeals court bid to pause supply chain risk label

https://www.politico.com/news/2026/04/08/d-c-circuit-rejects-anthropic-plea-to-pause-supply-chain...
11•1vuio0pswjnm7•1h ago•2 comments

LLM Time

https://graydon2.dreamwidth.org/322732.html
1•sho_hn•1h ago•0 comments

We spoke to the man making viral Lego-style AI videos for Iran

https://www.bbc.com/news/articles/cjd8jrd1vnyo
53•breve•1h ago•19 comments

Ask HN: Former grok-code-fast-1 users, what coding model are you using now?

1•whycombinetor•1h ago•1 comments

When career anxiety becomes gameplay: lessons in China 'young-faculty simulator'

1•mmarian•1h ago•1 comments

Samsamelo – Silicon Valley selling trolley problem lies [fixed link]

https://lgwnncpcqsloqa4sqqqq5osup2rlqp7iiqliyu4y6vveu5jy6tlq.arweave.net/WazWieKElugDkoQhDrpUfqK4...
1•awbvious•1h ago•1 comments

AI Can't Read an Investor Deck

https://www.mercor.com/blog/Finance-tasks-ai-failures-modes/
1•gmays•1h ago•2 comments

Upstreaming Patches and the Cyber Resilience Act

https://www.thomas-huehn.com/upstreaming-patches-and-cra/
2•Brajeshwar•1h ago•0 comments