Next js Blog Boilerplate

Starter code for your blog based on Next.js 10+ framework with Tailwind CSS...

README

Next js Blog Boilerplate with Tailwind CSS Twitter


Nextjs starter banner


🚀 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.

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

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

Nextless.js SaaS Boilerplate


Build your SaaS product faster with React SaaS Boilerplate.
React SaaS Boilerplate Next.js

Premium Themes (Nextjs Themes)


[Blue[Blue
------
[![Blue[![Blue

[Blue[Blue
------
[![Blue[![Blue

Getting started


Run the following command on your local environment:

  1. ```
  2. git clone --depth=1 https://github.com/ixartz/Next-js-Blog-Boilerplate.git my-project-name
  3. cd my-project-name
  4. npm install
  5. ```

Then, you can run locally in development mode with live reload:

  1. ```
  2. npm run dev
  3. ```

Open http://localhost:3000 with your favorite browser to see your project.

  1. ```
  2. .
  3. _posts            # Your blog posts
  4. public            # Static files
  5.    assets
  6.       images
  7.           posts # Images used in your blog posts
  8. src
  9.      pages         # Next.js pages
  10.      styles        # Your blog CSS files
  11.      templates     # Blog templates
  12. ```

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 and public/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 logo
- src/styles/main.css: your blog CSS file using Tailwind CSS
- src/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:

  1. ```
  2. $ npm run build
  3. $ npm run start
  4. ```

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:

  1. ```
  2. npm run build-prod
  3. ```

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:
Netlify Deploy button

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.


Made with ♥ by CreativeDesignsGuru Twitter
Sponsor Next JS Boilerplate