Skip to content

Commit 6df6289

Browse files
committed
Add full starters as options
1 parent 2cf6d1b commit 6df6289

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

config.js

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ const starters = [
1111
name: "contentful",
1212
repoUrl: "https://github.com/stackbit-themes/contentful-starter",
1313
},
14+
{
15+
name: "full-nextjs",
16+
repoUrl: "https://github.com/stackbit-themes/starter-nextjs-theme",
17+
},
18+
{
19+
name: "small-biz-nextjs",
20+
repoUrl: "https://github.com/stackbit-themes/small-business-nextjs-theme",
21+
},
22+
{
23+
name: "personal-nextjs",
24+
repoUrl: "https://github.com/stackbit-themes/personal-nextjs-theme",
25+
},
1426
];
1527

1628
const examples = {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-stackbit-app",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Create a new Stackbit site, or add Stackbit to an existing site.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)