Awesome
Next js Blog Boilerplate with Tailwind CSS
<p align="center"> <a href="https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/"><img src="public/assets/images/nextjs-starter-banner.png?raw=true" alt="Nextjs starter banner"></a> </p>š Next.js Blog Boilerplate is starter code for your blog based on Next.js 12+ framework with Tailwind CSS 3.0. ā”ļø Made with Next.js, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Clone this project and use it to create your own Next.js blog. You can check a Next js blog templates demo.
Sponsors
<table width="100%"> <tr height="187px"> <td align="center" width="33%"> <a href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/sentry-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/sentry-dark.png?raw=true"> <img alt="Sentry" src="public/assets/images/sentry-dark.png?raw=true"> </picture> </a> <a href="https://about.codecov.io/codecov-free-trial/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/codecov-white.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/codecov-dark.svg?raw=true"> <img alt="Codecov" src="public/assets/images/codecov-dark.svg?raw=true"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://betterstack.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/better-stack-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/better-stack-dark.png?raw=true"> <img alt="Better Stack" src="public/assets/images/better-stack-dark.png?raw=true"> </picture> </a> </td> <td align="center" style=width="33%"> <a href="https://nextlessjs.com"> <img src="public/assets/images/nextlessjs.png?raw=true" alt="React SaaS Boilerplate Next.js" /> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="https://clerk.com?utm_source=github&utm_medium=sponsorship&utm_campaign=nextjs-boilerplate"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-js-Boilerplate/assets/1328388/a3cd2a25-377b-4c0d-a3d3-bce121df2c94"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-js-Boilerplate/assets/1328388/3459074d-c3e2-46c5-8be4-b836cb7989ea"> <img alt="Clerk ā Authentication & User Management for Next.js" src="https://github.com/ixartz/Next-js-Boilerplate/assets/1328388/3459074d-c3e2-46c5-8be4-b836cb7989ea"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://turso.tech/?utm_source=nextjsstarterbp"> <img src="public/assets/images/turso.png?raw=true" alt="SQLite Developer Experience"> </a> </td> <td align="center" width="33%"> <a href="https://l.crowdin.com/next-js"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true"> <img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true"> </picture> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="mailto:contact@creativedesignsguru.com"> Add your logo here </a> </td> </tr> </table>Features
Blog feature:
- š Syntax Highlighting with Prism.js
- š¤ SEO metadata and Open Graph tags
- āļø JSON-LD for richer indexing
- š Pagination
- š Include a FREE minimalist blog theme
- ā¬ļø Markdown
- šÆ Maximize lighthouse score
Developer experience first:
- š„ Next.js for Static Site Generator
- šØ Integrate with Tailwind CSS
- š PostCSS for processing Tailwind CSS
- š Type checking TypeScript
- āļø Linter with ESLint
- š Code Formatter with Prettier
- š¦ SEO metadata, JSON-LD and Open Graph tags with Next SEO
- āļø Bundler Analyzer
Built-in feature from Next.js:
- ā Minify HTML & CSS
- šØ Live reload
- ā Cache busting
Philosophy
- Minimal code
- SEO-friendly
- š Production-ready
Requirements
- Node.js and npm
Sponsors
Getting started
Run the following command on your local environment:
git clone --depth=1 https://github.com/ixartz/Next-js-Blog-Boilerplate.git my-project-name
cd my-project-name
npm install
Then, you can run locally in development mode with live reload:
npm run dev
Open http://localhost:3000 with your favorite browser to see your project.
.
āāā _posts # Your blog posts
āāā public # Static files
ā āāā assets
ā ā āāā images
ā ā āāā posts # Images used in your blog posts
āāā src
āāā pages # Next.js pages
āāā styles # Your blog CSS files
āāā templates # Blog templates
Customization
You can easily configure Next js Boilerplate. Please change the following file:
public/apple-touch-icon.png
,public/favicon.ico
,public/favicon-16x16.png
andpublic/favicon-32x32.png
: your blog favicon, you can generate from https://favicon.io/favicon-converter/public/assets/images/logo.png
,public/assets/images/logo-32x32.png
: your blog logosrc/styles/main.css
: your blog CSS file using Tailwind CSSsrc/utils/Config.ts
: configuration file like blog name, url, etc.src/templates/Main.tsx
: blog theme
Deploy to production
You can see the results locally in production mode with:
$ npm run build
$ npm run start
The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.
You can create an optimized production build with:
npm run build-prod
Now, your blog is ready to be deployed. All generated files are located at dist
folder, which you can deploy with any hosting service.
Deploy to Netlify
Clone this repository on own GitHub account and deploy to Netlify:
Contributions
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.
License
Licensed under the MIT License, Copyright Ā© 2022
See LICENSE for more information.
Sponsors
<table width="100%"> <tr height="187px"> <td align="center" width="33%"> <a href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/sentry-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/sentry-dark.png?raw=true"> <img alt="Sentry" src="public/assets/images/sentry-dark.png?raw=true"> </picture> </a> <a href="https://about.codecov.io/codecov-free-trial/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/codecov-white.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/codecov-dark.svg?raw=true"> <img alt="Codecov" src="public/assets/images/codecov-dark.svg?raw=true"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://betterstack.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/better-stack-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/better-stack-dark.png?raw=true"> <img alt="Better Stack" src="public/assets/images/better-stack-dark.png?raw=true"> </picture> </a> </td> <td align="center" style=width="33%"> <a href="https://nextlessjs.com"> <img src="public/assets/images/nextlessjs.png?raw=true" alt="React SaaS Boilerplate Next.js" /> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="https://clerk.com?utm_source=github&utm_medium=sponsorship&utm_campaign=nextjs-boilerplate"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-js-Boilerplate/assets/1328388/a3cd2a25-377b-4c0d-a3d3-bce121df2c94"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-js-Boilerplate/assets/1328388/3459074d-c3e2-46c5-8be4-b836cb7989ea"> <img alt="Clerk ā Authentication & User Management for Next.js" src="https://github.com/ixartz/Next-js-Boilerplate/assets/1328388/3459074d-c3e2-46c5-8be4-b836cb7989ea"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://turso.tech/?utm_source=nextjsstarterbp"> <img src="public/assets/images/turso.png?raw=true" alt="SQLite Developer Experience"> </a> </td> <td align="center" width="33%"> <a href="https://l.crowdin.com/next-js"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true"> <img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true"> </picture> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="mailto:contact@creativedesignsguru.com"> Add your logo here </a> </td> </tr> </table>Made with ā„ by CreativeDesignsGuru