From 67124f4fe3cd172912eed5b77cf918da71a06ef2 Mon Sep 17 00:00:00 2001 From: Kyle Reddoch Date: Tue, 7 Apr 2026 12:20:42 -0500 Subject: [PATCH 1/3] Create eleventy-plugin-mastodon-share.json --- src/_data/plugins/eleventy-plugin-mastodon-share.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_data/plugins/eleventy-plugin-mastodon-share.json diff --git a/src/_data/plugins/eleventy-plugin-mastodon-share.json b/src/_data/plugins/eleventy-plugin-mastodon-share.json new file mode 100644 index 0000000000..a7e57bb625 --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-mastodon-share.json @@ -0,0 +1,5 @@ +{ + "npm": "@kylereddoch/eleventy-plugin-mastodon-share", + "author": "kylereddoch", + "description": "Mastodon sharing for Eleventy with an instance picker, popular instances, and saved preferred server support." +} From 7e08fcd733e1c92af82cedb7f2c531cf892757a9 Mon Sep 17 00:00:00 2001 From: Kyle Reddoch Date: Tue, 7 Apr 2026 14:43:38 -0500 Subject: [PATCH 2/3] Update eleventy-plugin-mastodon-share.json --- src/_data/plugins/eleventy-plugin-mastodon-share.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/plugins/eleventy-plugin-mastodon-share.json b/src/_data/plugins/eleventy-plugin-mastodon-share.json index a7e57bb625..9c27a051b3 100644 --- a/src/_data/plugins/eleventy-plugin-mastodon-share.json +++ b/src/_data/plugins/eleventy-plugin-mastodon-share.json @@ -1,5 +1,5 @@ { "npm": "@kylereddoch/eleventy-plugin-mastodon-share", "author": "kylereddoch", - "description": "Mastodon sharing for Eleventy with an instance picker, popular instances, and saved preferred server support." -} + "description": "Mastodon sharing plugin for Eleventy with an instance picker, popular instances, and saved preferred server support." +} \ No newline at end of file From e21bcac83945a8e44b0aae6eb305c3ddddb83847 Mon Sep 17 00:00:00 2001 From: Kyle Reddoch Date: Thu, 9 Apr 2026 15:30:39 -0500 Subject: [PATCH 3/3] Add retro garden theme --- src/_data/starters/11ty-starter-submission.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/_data/starters/11ty-starter-submission.json diff --git a/src/_data/starters/11ty-starter-submission.json b/src/_data/starters/11ty-starter-submission.json new file mode 100644 index 0000000000..4506f60974 --- /dev/null +++ b/src/_data/starters/11ty-starter-submission.json @@ -0,0 +1,7 @@ +{ + "url": "https://github.com/kylereddoch/retro-garden-eleventy-theme", + "name": "Retro Garden", + "description": "An open source Eleventy theme that blends IndieWeb publishing habits with playful early-web personality.", + "author": "kylereddoch", + "demo": "https://retro-garden-eleventy-theme.vercel.app/" +} \ No newline at end of file