Skip to content

Commit bdeea83

Browse files
authored
Merge pull request #22 from stackbit/Add-examples,-remove-older-starters
Add examples, remove older starters
2 parents ec9c788 + 0a15e78 commit bdeea83

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

config.js

+3-12
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ const starters = [
1111
name: 'contentful',
1212
repoUrl: 'https://github.com/stackbit-themes/nextjs-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-
},
2614
];
2715

2816
const examples = {
@@ -31,14 +19,17 @@ const examples = {
3119
'airtable-content-source',
3220
'algolia-search',
3321
'angular-contentful',
22+
'auto-annotated-portfolio',
3423
'chakra-ui',
3524
'cloudinary-contentful',
25+
'cloudinary-unpic',
3626
'contentlayer',
3727
'documentation',
3828
'gatsby-contentful',
3929
'hydrogen-contentful-demo-store',
4030
'i18n-nextjs-contentful',
4131
'ninetailed-personalization',
32+
'nuxt3-preview',
4233
'onboarding-webapp',
4334
'sveltekit-contentful',
4435
'tutorial-gatsby-contentful',

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.16",
3+
"version": "0.1.17",
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)