diff options
author | 2021-11-02 17:48:00 +0100 | |
---|---|---|
committer | 2021-11-02 12:48:00 -0400 | |
commit | b4dbb90b5f7b2b5a707fca13e5f87d8ba1eb2a1e (patch) | |
tree | 280ecdd17e8d5bf09625e1270fe46aa8e2ae76c2 /docs/src | |
parent | c0d9ed832ecf9531ce2dd55699d7c25b775c147a (diff) | |
download | astro-b4dbb90b5f7b2b5a707fca13e5f87d8ba1eb2a1e.tar.gz astro-b4dbb90b5f7b2b5a707fca13e5f87d8ba1eb2a1e.tar.zst astro-b4dbb90b5f7b2b5a707fca13e5f87d8ba1eb2a1e.zip |
Adds a new example template portfolio-svelte (#1667)
- Template is based on svelte components instead of react
- Bumps astro version to "^0.21.0-next.0" for portfolio-svelte template
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/data/themes.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/src/data/themes.json b/docs/src/data/themes.json index 7203bd0fa..a291c10fb 100644 --- a/docs/src/data/themes.json +++ b/docs/src/data/themes.json @@ -43,6 +43,14 @@ "command": "npm init astro -- --template portfolio" }, { + "name": "Portfolio-svelte", + "description": "A portfolio theme using Svelte components, perfect for your personal or professional online portfolio.", + "github": "https://github.com/snowpackjs/astro/tree/main/examples/portfolio-svelte", + "demo": null, + "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/portfolio-svelte", + "command": "npm init astro -- --template portfolio-svelte" + }, + { "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", |