diff options
author | 2021-11-01 20:29:40 +0100 | |
---|---|---|
committer | 2021-11-01 15:29:40 -0400 | |
commit | 16d89c3493e51b449cda170f374818fcf7a2d674 (patch) | |
tree | 1d9294aadcb5598f9e27598924c3d93a5afd827c /docs/src | |
parent | 09f69f3915d0865a464b5023257a7573407c7aee (diff) | |
download | astro-16d89c3493e51b449cda170f374818fcf7a2d674.tar.gz astro-16d89c3493e51b449cda170f374818fcf7a2d674.tar.zst astro-16d89c3493e51b449cda170f374818fcf7a2d674.zip |
Further enhance the community packages data (#1673)
Also formatted all themes to capitalized for consistency :)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/data/themes.json | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/src/data/themes.json b/docs/src/data/themes.json index d2fcc9a2c..7203bd0fa 100644 --- a/docs/src/data/themes.json +++ b/docs/src/data/themes.json @@ -19,7 +19,7 @@ "command": "npm init astro" }, { - "name": "docs", + "name": "Docs", "description": "A documentation website theme, complete with i18n, search, dark mode and more.", "github": "https://github.com/snowpackjs/astro/tree/main/examples/docs", "demo": null, @@ -27,7 +27,7 @@ "command": "npm init astro -- --template docs" }, { - "name": "blog", + "name": "Blog", "description": "A blog theme, perfect for personal and company blogs.", "github": "https://github.com/snowpackjs/astro/tree/main/examples/blog", "demo": null, @@ -35,7 +35,7 @@ "command": "npm init astro -- --template blog" }, { - "name": "portfolio", + "name": "Portfolio", "description": "A portfolio theme, perfect for your personal or professional online portfolio.", "github": "https://github.com/snowpackjs/astro/tree/main/examples/portfolio", "demo": null, @@ -43,7 +43,7 @@ "command": "npm init astro -- --template portfolio" }, { - "name": "minimal", + "name": "Minimal", "description": "A minimal theme, with just the bare minimum needed to get started.", "github": "https://github.com/snowpackjs/astro/tree/main/examples/minimal", "demo": null, @@ -56,13 +56,17 @@ "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/" + "demo": "https://accessible-astro.markteekman.nl/", + "sandbox": "https://github.dev/markteekman/accessible-astro-starter", + "command": "npm init astro -- --template markteekman/accessible-astro-starter" }, { "name": "Astro Theme Creek", "description": "Creek is an open source blog theme for Astro SSG.", "github": "https://github.com/robertguss/Astro-Theme-Creek", - "demo": "https://astro-theme-creek.netlify.app/" + "demo": "https://astro-theme-creek.netlify.app/", + "sandbox": "https://github.dev/robertguss/Astro-Theme-Creek", + "command": "npm init astro -- --template robertguss/Astro-Theme-Creek" } ] } |