tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

MIT License

Stars
8.6K
Committers
163

Bot releases are hidden (Show)

tailwind-nextjs-starter-blog - v2.2.0 Latest Release

Published by timlrx 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v2.1.0...v2.2.0

tailwind-nextjs-starter-blog - v2.1.0

Published by timlrx 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v2.0.2...v2.1.0

tailwind-nextjs-starter-blog - v2.0.2

Published by timlrx about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v2.0.1...v2.0.2

tailwind-nextjs-starter-blog - v2.0.1

Published by timlrx about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v2.0...v2.0.1

tailwind-nextjs-starter-blog - v2.0.0

Published by timlrx about 1 year ago

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 to main instead of master
  • 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 previous ListLayout 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!

tailwind-nextjs-starter-blog - v1.5.6

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.5.5...v1.5.6

tailwind-nextjs-starter-blog - v1.5.5

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.5.4...v1.5.5

tailwind-nextjs-starter-blog - v1.5.4

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.5.3...v1.5.4

tailwind-nextjs-starter-blog - v1.5.3

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.5.2...v1.5.3

tailwind-nextjs-starter-blog - v1.5.2

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.5.1...v1.5.2

tailwind-nextjs-starter-blog - v1.5.1

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.5.0...v1.5.1

tailwind-nextjs-starter-blog - v1.5.0

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.4.3...v1.5.0

tailwind-nextjs-starter-blog - v1.4.3

Published by timlrx over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.4.2...v1.4.3

tailwind-nextjs-starter-blog - v1.4.2

Published by timlrx almost 3 years ago

What's Changed

New Contributors

Credits

Thanks @alaq and @llovvoll!

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.4.1...v1.4.2

tailwind-nextjs-starter-blog - v1.4.1

Published by timlrx almost 3 years ago

What's Changed

New Contributors

Credits

Thanks @AlexanderZeilmann, @fiqryq and @lanbau for the contributions and fixes. Also, thanks to github for the auto-generated release notes✨

Full Changelog: https://github.com/timlrx/tailwind-nextjs-starter-blog/compare/v1.4.0...v1.4.1

tailwind-nextjs-starter-blog - v1.4.0

Published by timlrx almost 3 years ago

Change Log

  • feat: add Klaviyo to newsletter options
  • feat: allow default theme to be customized from config file
  • feat: upgrade to tailwind 3.0
  • fix: do not generate rss if no valid posts
  • fix: add padding to align menu and theme button
  • docs: make it easier to copy code in the readme
  • chore: upgrade svgr
  • chore: sync typescript branch to v1.4.0

Credits

Thanks @Baker, @huydhoang, @llovvoll for the fixes and contributions!

tailwind-nextjs-starter-blog - v.1.3.0

Published by timlrx almost 3 years ago

Change Log

tailwind-nextjs-starter-blog - v1.2.2

Published by timlrx almost 3 years ago

Change Log

  • fix: do not load socketio for next dev
  • fix: parse inline code headings to string
  • feat: upgrade rehype-prism-plus and add default diff css
tailwind-nextjs-starter-blog - v1.2.1

Published by timlrx almost 3 years ago

Change Log

  • fix: make code line numbers right aligned similar to IDE
  • feat: add rehype-citation
  • feat: upgrade nextjs to 12.0.3
  • docs: update docs to include rehype-citation

For more information on the new plugin, checkout the blog update

Credits

Thanks @PsyGik for the fix

tailwind-nextjs-starter-blog - v1.2.0

Published by timlrx almost 3 years ago

Change Log

  • chore: upgrade to next 12
  • docs: update image docs to use mdx v2 compatible code
  • docs: update readme first load js
Badges
Extracted from project README
GitHub Repo stars GitHub forks Twitter URL Sponsor Deploy with Vercel
Related Projects