From b2b117462398f51d707d4908d107177eaf623447 Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Tue, 12 Oct 2021 20:27:40 +0200 Subject: [PATCH] Add Accessible Astro Starter (#1520) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is only a suggestion to get the word out about accessibility BUT, if you guys just want to show one featured theme then I understand and Ink would be better suited 😄 If that's the case just decline the request 🙂 --- docs/src/data/themes.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/data/themes.json b/docs/src/data/themes.json index 60eeb06a3..4703d1588 100644 --- a/docs/src/data/themes.json +++ b/docs/src/data/themes.json @@ -49,6 +49,12 @@ "demo": "https://astro-ink.vercel.app/", "sandbox": "https://github.dev/one-aalam/astro-ink", "command": "npm init astro -- --template one-aalam/astro-ink" + }, + { + "name": "Accessible Astro Starter", + "description": "A starter project with accessible features using Astro static site builder", + "github": "https://github.com/markteekman/accessible-astro-starter", + "demo": "https://accessible-astro.markteekman.nl/" } ] }