From e811ff162855823d2f15e0148dc3bf768091fc2b Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 30 Aug 2026 15:28:45 +0200 Subject: [PATCH] docs(site): add a Remote Taskfiles feature card Remote Taskfiles are the one thing Make, just and npm scripts cannot do, and the homepage did not mention them anywhere. The wording stays on including a Taskfile rather than running one, so it does not read as an invitation to execute an arbitrary URL. --- website/src/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/index.md b/website/src/index.md index 491beb2b..6d755c6d 100644 --- a/website/src/index.md +++ b/website/src/index.md @@ -37,4 +37,10 @@ features: icon: 🎯 details: Track sources and generated files to skip work that is already up to date. + + - title: One Taskfile, every repo + icon: 🔗 + details: + Include Taskfiles straight from a URL or a Git repo, so shared workflows + live in one place instead of being copy-pasted. ---