tailwind-nextjs-starter-blog
tailwind-nextjs-starter-blog copied to clipboard
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. Perfec...
I have added a cool underline transition effect in all the header nav links Preview: https://user-images.githubusercontent.com/85151171/183714748-ade4eb08-f7eb-496b-bd41-5067f01f9009.mp4
Added https://github.com/SangeetAgarwal/bitoflearning to example websites re-built from scratch on [remix](https://remix.run/remix) using the [indie stack](https://github.com/remix-run/indie-stack). It is a WIP.
Hello, through local images, and self hosted images in next.js, you can easily optimize images, adding lazy-load and blur version of images before opening. Meanwhile, this is not possible when...
- The `output:standalone` [feature of NextJS](https://nextjs.org/docs/advanced-features/output-file-tracing) works fine; my website has a size of 13 MB including all the node modules. I built the standalone version with this Circle CI...
I want to publish several types of content that utilize the markdown mdx file structure but instead of having "blog/some-id" to become "content/some-id" or "entity/some-id". my request is to have...
Added raphaelchelly.com to example websites built from tailwind-nextjs-starter-blog
**Describe the bug** This is the response of mailchimp api request when enter email and subscribed **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://blog0-orpin.vercel.app' 2. Scroll down...
**Describe the bug** The 'view on Github' link does not work due to it receiving a slug instead of a filename **To Reproduce** Steps to reproduce the behavior: 1. Go...
Due to some modifications I have done to v1, I never upgraded to v2 and I believe the MDX bundler with a bunch of other packages was updated. I managed...
When installing node modules if you have node version beyond 12 then it will not install When removing the sharp package from package.json and remove the package lock and node_modules...