diff options
author | 2021-10-12 20:27:40 +0200 | |
---|---|---|
committer | 2021-10-12 12:27:40 -0600 | |
commit | b2b117462398f51d707d4908d107177eaf623447 (patch) | |
tree | 854e147ee32608941c23db0c85fd7e9b8d7a9503 /docs/src | |
parent | 0f3b267603e1bacab7e05bf950924f5f84181771 (diff) | |
download | astro-b2b117462398f51d707d4908d107177eaf623447.tar.gz astro-b2b117462398f51d707d4908d107177eaf623447.tar.zst astro-b2b117462398f51d707d4908d107177eaf623447.zip |
Add Accessible Astro Starter (#1520)
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 🙂
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/data/themes.json | 6 |
1 files changed, 6 insertions, 0 deletions
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/" } ] } |