From b49059017d3863fda9f4cb1c1f379b919f4f5350 Mon Sep 17 00:00:00 2001 From: winrid Date: Fri, 17 Apr 2026 22:47:09 -0700 Subject: [PATCH 1/2] Add fastcomments-11ty plugin --- src/_data/plugins/fastcomments-11ty.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_data/plugins/fastcomments-11ty.json diff --git a/src/_data/plugins/fastcomments-11ty.json b/src/_data/plugins/fastcomments-11ty.json new file mode 100644 index 0000000000..6403687ad6 --- /dev/null +++ b/src/_data/plugins/fastcomments-11ty.json @@ -0,0 +1,5 @@ +{ + "npm": "fastcomments-11ty", + "author": "winrid", + "description": "Hello, I run FastComments :) Here is the an eleventy plugin for adding live commenting to 11ty sites!" +} From 14aaca261fa7f898799ea9e8948c55ca0996edee Mon Sep 17 00:00:00 2001 From: winrid Date: Fri, 17 Apr 2026 22:54:19 -0700 Subject: [PATCH 2/2] Fix plugin description --- src/_data/plugins/fastcomments-11ty.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/plugins/fastcomments-11ty.json b/src/_data/plugins/fastcomments-11ty.json index 6403687ad6..c2fa4f895d 100644 --- a/src/_data/plugins/fastcomments-11ty.json +++ b/src/_data/plugins/fastcomments-11ty.json @@ -1,5 +1,5 @@ { "npm": "fastcomments-11ty", "author": "winrid", - "description": "Hello, I run FastComments :) Here is the an eleventy plugin for adding live commenting to 11ty sites!" + "description": "Eleventy (11ty) plugin for FastComments, a live commenting system." }