upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 3e9116b888 - Show all commits

View File

@ -94,8 +94,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
1. TypeScript and Contentlayer (alpha) 1. TypeScript and Contentlayer (alpha)
``` ```bash
npx degit timlrx/tailwind-nextjs-starter-blog#contentlayer npx degit 'timlrx/tailwind-nextjs-starter-blog#contentlayer'
``` ```
or JS (official support) or JS (official support)
@ -107,7 +107,7 @@ npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git
or with TypeScript (community support) or with TypeScript (community support)
```bash ```bash
npx degit timlrx/tailwind-nextjs-starter-blog#typescript npx degit 'timlrx/tailwind-nextjs-starter-blog#typescript'
``` ```
2. Personalize `siteMetadata.js` (site related information) 2. Personalize `siteMetadata.js` (site related information)