Jens Oliver Meiert

Use my latest work: latest tech book · latest non-tech book · latest optimization tool · latest defense tool

How I Run Eleventy (It’s Complicated?)

Published on Apr 18, 2025, filed under . (Share this post, e.g., on Mastodon.)

This post is partially outdated.

I love Eleventy. I use Eleventy for a few sites. But how I work with Eleventy may not reflect the most usual development and export setup. Here are the two key lines, for Frontend Dogma:

alias fd="cd ~/Projects/frontenddogma.com/; DEBUG=Eleventy* npx @11ty/eleventy --serve --incremental --output=../exports/local/frontenddogma.com/”

alias fdd=”cd ~/Projects/frontenddogma.com/; rm -rf ../exports/local/frontenddogma.com/; DEBUG=Eleventy* npx @11ty/eleventy –incremental –output=../exports/local/frontenddogma.com/; rsync -a –quiet –delete ../exports/local/frontenddogma.com/ ../exports/frontenddogma.com/”

You will be with me on using aliases, I’m sure. But you may wonder about what else is going on. Let me share my thinking—maybe there’s something here that you like, or you can challenge or correct me, which is something I’d like.

In short, the reasons for and benefits of this setup, to me, are:

The setup works for me. Please let me know your thoughts, especially if you think I’m missing something. Perhaps I’m making things complicated. Cheers!

About Me

Jens Oliver Meiert, on March 2, 2026.

I’m Jens (long: Jens Oliver Meiert), and I’m an engineering lead, guerrilla philosopher, and indie publisher. I’ve worked as a technical lead and engineering manager at various companies (e.g., Google); I’m an active web and tool developer (code optimization, digital defense), a contributor to web standards (like HTML, CSS, WCAG), and a book author (O’Reilly, Frontend Dogma).

I love trying things—in web development and engineering management, but also in politics and philosophy, where I hold to one idea in particular: that we can only be well if we take good care of everyone. Here on meiert.com I talk about some of my experiences and perspectives. (Please share feedback: Interpret charitably, keep it friendly, but do be critical.)