From a9d111333f6a8d774e1eb346d959d73622b388c1 Mon Sep 17 00:00:00 2001 From: Kathleen Fitzpatrick <3170201+kfitz@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:20:46 -0500 Subject: [PATCH] incremental build --- _cache/webmentions.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_cache/webmentions.json b/_cache/webmentions.json index 7ec87a5..849c222 100644 --- a/_cache/webmentions.json +++ b/_cache/webmentions.json @@ -1,4 +1,4 @@ { - "lastFetched": "2024-11-28T15:04:43.684Z", + "lastFetched": "2024-11-28T15:19:53.314Z", "children": [] } \ No newline at end of file diff --git a/package.json b/package.json index 72bfc1c..1e848ee 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "A starter repository for a blog web site using the Eleventy site generator.", "type": "module", "scripts": { - "build": "npx @11ty/eleventy", + "build": "npx @11ty/eleventy --incremental", + "build-full": "npx @11ty/eleventy", "build-nocolor": "cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy", "build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/", "start": "npx @11ty/eleventy --serve --quiet",