Skip to content

Commit

Permalink
update: dependencies in package.json and revise README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codebucks27 committed Dec 18, 2024
1 parent ad72dcd commit e6362ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next.js 13 Blog Tutorial: Build SEO Optimized Personal Blog with Next.js, Contentlayer, and Tailwind CSS 🔥
# Next.js Blog Tutorial: Build SEO Optimized Personal Blog with Next.js, Contentlayer, and Tailwind CSS 🔥

![GitHub stars](https://img.shields.io/github/stars/codebucks27/Nextjs-contentlayer-blog?style=social&logo=ApacheSpark&label=Stars)  
![GitHub forks](https://img.shields.io/github/forks/codebucks27/Nextjs-contentlayer-blog?style=social&logo=KashFlow&maxAge=3600)  
Expand All @@ -10,8 +10,8 @@ For Demo and Final Code checkout following links👇: <br />
[Nextjs Personal Blog Website Demo](https://create-blog-with-nextjs.vercel.app/) <br />

Final Code👇: <br />
Link 1💚: [Nextjs Personal Blog Website Final Code](https://github.com/codebucks27/Nextjs-tailwindcss-blog-template) <br />
Link 2💚(If you want to support): [Nextjs Personal Blog Website Final Code](https://codebucks.gumroad.com/l/ypzlu) <br />
Tutorial Code that uses Contentlayer: [Nextjs Personal Blog Website Final Code (contentlayer)](https://github.com/codebucks27/Nextjs-tailwindcss-blog-template/tree/Contentlayer) <br />
Latest Code with Velite.js instead of Contentlayer: [Nextjs Personal Blog Website Final Code (velite.js)](https://github.com/codebucks27/Nextjs-tailwindcss-blog-template) (Since contentlayer is not actively maintained, I've updated the code to use Velite.js instead.) <br />

If you want to learn how to create it please follow below tutorial👇: <br />
https://youtu.be/1QGLHOaRLwM <br />
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@dotlottie/react-player": "^1.2.1",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.47.9",
"@tailwindcss/forms": "^0.5.5",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "10.4.15",
Expand All @@ -19,7 +20,7 @@
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"github-slugger": "^2.0.0",
"next": "15.0.2",
"next": "13.5.4",
"next-contentlayer": "^0.3.4",
"next-sitemap": "^4.2.2",
"postcss": "8.4.31",
Expand Down

0 comments on commit e6362ad

Please sign in to comment.