diff options
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/" } ] } |