惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
月光博客
月光博客
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
IT之家
IT之家
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
博客园 - 司徒正美
爱范儿
爱范儿

The Eleventy Firehose

New Sponsorship Tiers for the Build Awesome Kickstarter Securely Publishing our Packages to npm Back Build Awesome Pro and make it easier to build for the web! The Possum Mascot, now with additional Awesome Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) Release Import v1.0.20 · 11ty/import Release Import v1.0.21 · 11ty/import Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) Cozy Keyboard Build and Build Awesome AMA Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) A few demos of Editing and Collaboration in Build Awesome Pro (as always, AMA!) Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Bluesky: May 6, 2026 at 7:54:00 PM UTC An Awesome Theming Demo with Dave Gandy (and more Build Awesome AMA) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Release v8.0.0 · 11ty/eleventy-plugin-vite Build Awesome Pro Kickstarter AMA
Collaborative Editing as Progressive Enhancement
Zach Leather · 2026-04-21 · via The Eleventy Firehose

TL;DR After a whoopsie-daisy false-start on our initial Kickstarter campaign, we’re ramping up again to launch Kickstarter Final_FINAL_v2 on April 28, 2026.

We’re improving how developers collaborate on the Open Web. Get notified on April 28th!

We’ve noticed a few things:

  1. Static sites are still the most resilient, robust, long-lasting, and secure architecture when building for the web. Using a static architecture to reduce your attack surface is an investment in your peace of mind. You shouldn’t have to maintain security hypervigilance to run a web site.
  2. Developers face too much infrastructure lock-in when shipping dynamic features (especially in the JavaScript tooling ecosystem). Perhaps you’ve been eyeing the per-compute pricing on your serverless bill as bot traffic increases over time.
  3. Adding collaborative editing and content management features to your static web site requires more configuration work than it should to get up and running.

Build Awesome Pro is a new web site builder that attempts to solve each of these problems. Fast by default, durable over time, with way less dependency drama. Build Awesome Pro will feature:

  1. Static output. Versioned in git. Build and deploy wherever you’d like.
  2. Bring your own project or choose from our curated list of starter templates. Have an Eleventy project? We’ll maintain full compatibility with existing Eleventy projects and the Eleventy ecosystem.
  3. No lock-in. Edit and collaborate on our infrastructure. Host anywhere (optionally with us). Eject at any time with your site as-is.

Build Awesome Pro offers the option to add collaborative editing to your project as an infrastructure-level Progressive Enhancement.

Get notified (April 28th) on Kickstarter!

One Possible Editable API

Consider the following hypothetical Hello World example that opts-in a specific data property for editing in a Markdown file:

---
title: World
---
# Hello, {{ title | editable }}
Expand to see what the API might look like in a JavaScript content file.
import { editable } from "@awesome.me/build-pro";

export function render({ title }) {
	return `<h1>Hello, ${editable(title)}</h1>`;
}

When using Build Awesome Pro (and with the proper permissions for editing), the title data property will render as an editable value on the page. Edits can be made directly in-browser and are applied in the data cascade to apply project-wide.

Hello, World

Build Awesome Pro will expose controls in your project to make your content editable inline (in this example, a String literal). And when folks edit the above template, their edits will persist directly via commits in version control in the original data cascade location:

---
-title: World
+title: Moon
---
# Hello, {{ title | editable }}

This will render the template’s new title property in the data cascade (wherever used throughout your project), in this case something like:

Hello, Moon

At some future time, if you decide that editing is no longer necessary for your project, your Build Awesome project will still build using the open source engine for hosting wherever you’d like, without any changes! No lock-in, no shenanigans.

Check out this lower-level (developer-specific) example of full template editing and build-in-a-browser on our home page.

Get notified — April 28!

Build Awesome Pro is a better way to build and collaborate on websites! Convenient for developers and easy-to-use for the whole team: fast, flexible, and built to last.

Join the 827 backers of Build Awesome!Late Pricing Available

Stay tuned: Build Awesome (11ty) v4 is coming with that same great 11ty flavor you’re used to: more features with fewer dependencies and an ever-improving focus on build performance!

Full Coverage


More Blog Posts