v2.0
版本发布时间: 2023-08-05 22:38:56
timlrx/tailwind-nextjs-starter-blog最新发布版本:v2.2.0(2024-04-17 22:54:46)
What's Changed
- New set up with next 13, app directory and React Server Components
- Typescript first
- Updated dependencies
- Contentlayer to manage most of the content logic
- Use next 13 metadata and SEO best practice
- Use pliny newsletter, comments, analytics, search and misc utils
- New search feature that supports local search with kbar and algolia
- Update
editUrl
to point tomain
instead ofmaster
- Updated analytics config setup with more props exposed
- Thanks to umami's free tier, you can now view the site's analytics over here!
- Styling updates:
- Updated tailwind typography to use tailwind 3 defaults and remove more boilerplate. Also updated default primary theme color and gray palette.
- Switch Inter for Space Grotesk
- New
PostBanner
layout for blog posts - New
ListLayoutWithTags
layout for blog post listings. Used the new layout in place of the previousListLayout
in the blog listings and tags routes.
For more details, check out the v2 release blog post
Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.5.6...v2.0
Contributors
Special thanks to @ttys3 for testing the beta version and patching various issues, @kosai106 for providing the initial Next 13 updates and all 80 contributors who have made v1 a success!