Skip to content

Commit

Permalink
change from Tailwind starter to Next.js Starter (#1918)
Browse files Browse the repository at this point in the history
* Update index.json

* Update a-b-test-with-tina.md
  • Loading branch information
bradystroud authored Jul 15, 2024
1 parent 61c15e2 commit 9f65627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/blog/a-b-test-with-tina.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ We are going to break this tutorial into two sections:

## Creating our Tina application

This blog post is going to use the Tailwind Starter. Using the `create-tina-app` command, choose "Tailwind Starter" as the starter template:
This blog post is going to use the Tailwind Starter. Using the `create-tina-app` command, choose "Next.js Starter" as the starter template:

```bash
# create our Tina application

npx create-tina-app@latest a-b-testing

✔ Which package manager would you like to use? › Yarn
✔ What starter code would you like to use?Tailwind Starter
✔ What starter code would you like to use?Next.js Starter
Downloading files from repo tinacms/tina-cloud-starter. This might take a moment.
Installing packages. This might take a couple of minutes.

Expand Down
6 changes: 3 additions & 3 deletions content/examples/index.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"examples": [
{
"label": "Tina Tailwind Starter",
"description": "A full featured starter that uses TailwindCSS, Next.js and Tinacms\n",
"label": "Tina NextJS Starter",
"description": "A Next.js blog site built with TinaCMS.\n",
"image": "https://res.cloudinary.com/forestry-demo/image/upload/v1700757938/tina-io/examples/Tina_Cloud_Starter_pxdxfu.png",
"link": "https://github.com/tinacms/tina-cloud-starter"
},
Expand Down Expand Up @@ -43,4 +43,4 @@
"link": "https://github.com/tinacms/tina-self-hosted-gc-demo"
}
]
}
}

0 comments on commit 9f65627

Please sign in to comment.