[Blog post] Building the Tailwind Blog with Next.js #1987
Replies: 7 comments 7 replies
-
@adamwathan great write-up! I really enjoy reading posts like this that get into the weeds on how to solve features like author snippets and teaser previews etc. Did you go through a Gatsby vs Next consideration for the blog or was it always going to be Next? |
Beta Was this translation helpful? Give feedback.
-
Great job! Did you forget RSS? |
Beta Was this translation helpful? Give feedback.
-
Just saying hello - I know we linked up briefly but never really had a chance to connect. We are still pursuing a move over to next-mdx-remote over at hashicorp and its going quite well. Happy to discuss if you ever feel the need to make that move. We have found that as you add up more content, the webpack memory profile starts getting very unwieldy. |
Beta Was this translation helpful? Give feedback.
-
@adamwathan Vue dev tools detects that the current Tailwind CSS site is built with Vue, what was the reasoning for going with React and Next.js for the blog rather than Nuxt? What's the reasoning for wanting to rebuild the current Tailwind CSS site in React? |
Beta Was this translation helpful? Give feedback.
-
The challenges you describe in the blog post are so much simpler to solve in gridsome. Do you consider using gridsome? Did you make any kind of pros and cons list with other frameworks? What were they? |
Beta Was this translation helpful? Give feedback.
-
This is really neat stuff. I had one question regarding the theme. Using the inspector, I noticed the palette is different from the palette listed on the Tailwind site. After a little digging, I see that there's work being done on a new theme here. What I can't figure out is how this new theme is getting enabled in this blog repo. I thought it might have something to do with the Maybe my eyes are tired this evening and I'm missing something obvious but I would love to learn more about what's going on here. |
Beta Was this translation helpful? Give feedback.
-
The blog is fantastic and quite educational. I absolutely love using Tailwind CSS for all my frontend development needs! It's incredibly intuitive and easy to use, with a wide variety of classes that make styling a breeze. The flexibility of being able to tweak the design by changing a few class names is just amazing. With Tailwind, I can focus on the functionality and logic of my app, and not worry about the styling. One of my favorite features of Tailwind is the ability to create custom themes. This means that I can define my own color palette, font sizes, and other design elements, and then easily apply them throughout my app. It's a huge time-saver, and ensures consistency across my entire project. Overall, I highly recommend Tailwind CSS to anyone looking for a powerful and easy-to-use CSS framework. It's perfect for both beginners and experienced developers, and can save you a ton of time and headaches in the long run. I've written a post about tailwind box sizing, you may check and suggest me the steps if I've missed some. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We just launched a brand new Tailwind blog today, and I decided to write up some of the details about how we did it in a blog post:
Read "Building the Tailwind Blog with Next.js"
Let us know what you think! 🙌
Beta Was this translation helpful? Give feedback.
All reactions