forked from withastro/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththemes.json
80 lines (80 loc) · 3.53 KB
/
themes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"featured": [
{
"name": "Ink",
"description": "Crisp, minimal, personal blog theme for Astro",
"github": "https://github.com/one-aalam/astro-ink",
"demo": "https://astro-ink.vercel.app/",
"sandbox": "https://github.dev/one-aalam/astro-ink",
"command": "npm create astro@latest -- --template one-aalam/astro-ink"
}
],
"official": [
{
"name": "Starter Kit",
"description": "A default starter project for Astro. Flexible enough to handle anything that you might want to build.",
"github": "https://github.com/withastro/astro/tree/main/examples/starter",
"demo": null,
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/starter",
"command": "npm create astro@latest"
},
{
"name": "Docs",
"description": "A documentation website theme, complete with i18n, search, dark mode and more.",
"github": "https://github.com/withastro/astro/tree/main/examples/docs",
"demo": null,
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/docs",
"command": "npm create astro@latest -- --template docs"
},
{
"name": "Blog",
"description": "A blog theme, perfect for personal and company blogs.",
"github": "https://github.com/withastro/astro/tree/main/examples/blog",
"demo": null,
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/blog",
"command": "npm create astro@latest -- --template blog"
},
{
"name": "Portfolio",
"description": "A portfolio theme, perfect for your personal or professional online portfolio.",
"github": "https://github.com/withastro/astro/tree/main/examples/portfolio",
"demo": null,
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/portfolio",
"command": "npm create astro@latest -- --template portfolio"
},
{
"name": "Portfolio-svelte",
"description": "A portfolio theme using Svelte components, perfect for your personal or professional online portfolio.",
"github": "https://github.com/withastro/astro/tree/main/examples/portfolio-svelte",
"demo": null,
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/portfolio-svelte",
"command": "npm create astro@latest -- --template portfolio-svelte"
},
{
"name": "Minimal",
"description": "A minimal theme, with just the bare minimum needed to get started.",
"github": "https://github.com/withastro/astro/tree/main/examples/minimal",
"demo": null,
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/minimal",
"command": "npm create astro@latest -- --template minimal"
}
],
"community": [
{
"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/",
"sandbox": "https://github.dev/markteekman/accessible-astro-starter",
"command": "npm create astro@latest -- --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/",
"sandbox": "https://github.dev/robertguss/Astro-Theme-Creek",
"command": "npm create astro@latest -- --template robertguss/Astro-Theme-Creek"
}
]
}