Next.js Blog Template

Overview

Next.js Blog Template

This is a simple blog template to quickly get started with writing. It has a clean design and provides a lot of flexibility.

Demo

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploy

Deploy with Vercel

Want to deploy somewhere else than Vercel? Check this blog post on how to export Next.js images:

Next.js 11 Images with Static Export

How does it work?

  • In general you can just browse through the repository to get a better understanding on how things work - I left comments on the most important parts.

  • The most important page infos and the navigation can be set in the /content/meta.js. They are used on various places around the website.

  • To add a new blog post create an entry in the /content/posts.js. Then you can create the corresponding page under pages/*.js. The structure of the pages is up to you. Have a look at the demo pages in /pages/blog/ to see how the layout works.

  • You can assign categories to blog posts. Then use the PostList component to render the posts based on the category. Have a look at /pages/index.js to see how it works.

  • The colors and theming can be updated by changing the /styles/variables.css

License

MIT


created by Vincent Will

You might also like...

Hello, world! :) Welcome to this project. This is a free web repository that you can use as a blog for your website. This project is dedicated to "Sina Sattari" as an honorary title.

QURNO News/Technology Web Application Greetings and courtesy to all of you dear colleagues and friends of the DarkDragons team. We came back with anot

Sep 8, 2022

Chat application with express.js and ejs template engine

Full Stack Chat Applicaton project with Node Express.js MongoDB & EJS Template Engine - Tutorial Series Youtube Tutorial link You can get the complete

Dec 28, 2022

Voler - The first Bootstrap 5 admin dashboard template

Voler - The first Bootstrap 5 admin dashboard template

HEAD Voler Voler is a Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5 Alpha. No jQuery dependency. Installati

Dec 28, 2022

A React Native starter template project with built-in navigation & redux toolkit.

react-native-template A React Native starter template project with built-in navigation & redux toolkit. What's included? @react-native-async-storage/a

Oct 29, 2022

This library is a template to generate new angular component libraries.

This library is a template to generate new angular component libraries.

Open Template Hub - UI Library Template v1 This library is a template to generate new angular component libraries. About the NPM Package Package Insta

Dec 18, 2022

template with nextts, eslint&prettier, husky&lint-staged, tailwindcss&styled-components

Setup npm i Use VSCode, make sure the recommended eslint and prettier plugins are installed. Automatic linting should occur when you save! npx husky i

Mar 9, 2022

Next-gen, highly customizable content editor for the browser - based on React and Redux and written in TypeScript. WYSIWYG on steroids.

ReactPage ReactPage is a smart, extensible and modern editor ("WYSIWYG") for the web written in React. If you are fed up with the limitations of conte

Jan 6, 2023

⚡️The Fullstack React Framework — built on Next.js

⚡️The Fullstack React Framework — built on Next.js

The Fullstack React Framework "Zero-API" Data Layer — Built on Next.js — Inspired by Ruby on Rails Read the Documentation “Zero-API” data layer lets y

Jan 4, 2023

An interactive CLI automation tool 🛠️ for creating react.js and next.js projects most fast and efficiently. ⚛️

An interactive CLI automation tool 🛠️ for creating react.js and next.js projects most fast and efficiently. ⚛️

An interactive CLI automation tool 🛠️ for creating react.js and next.js projects most fast and efficiently. ⚛️ About ℹ️ ReexJs CLI is an interactive

Apr 12, 2022
Owner
wweb.dev
News, Resources and Articles about Web-Development
wweb.dev
My JAMStack website/blog [Next / MDX / ChakraUI]

carlosazaustre.es Personal website/blog Technologies used Next.js React.js @emotion/styled ChakraUI MarkdownX Vercel Support If you like my work, you

Carlos Azaustre 80 Dec 25, 2022
Next.js + Prisma + Supabase simple Blog example

Next.js + Prisma + Supabase Blog Project About the Project Prisma connects the PostgreSQL Database provided by Supabase by using postgres connection s

Soham Shah 4 Nov 19, 2022
A beautiful and easy in hand blog made by Next.js Material-ui

Material-blog A beautiful and easy in hand blog made by Next.js Material-ui! Deploy your own Deploy the example using Vercel: Usage Install node_modul

Willie Xu 1 Mar 3, 2022
A Webapp Template built by RainySystems with Next.js and Appwrite

?? RainySystems Template Webapp A Template Webapp with basic functionality built with Next.js and Typescript. Demo: You can check out a live demo of t

RainySystems 11 Oct 22, 2022
Next-multipart - Easy & Simple File Uploads for Next.js

Next-Multipart Next-multipart is a small utility library to ease the process of file uploads with Next.js. It uses formidable under the hood, but with

Tim Raderschad 10 Nov 11, 2022
🖥️react-blog:用React写的一款个人博客系统,有博客展示页面和后台管理页面,可以管理文章、分类、标签、相册、说说、时间轴、留言、友链等信息。

这是个人博客系统的博客展示页面,后台管理页面仓库见「react-blog-admin」。 0. 看这里 ✔️ 这是我自己用 React 写的个人博客系统,起初的目的就是作为个人使用,所以代码有很大的局限性(根本原因是因为自己太菜 ?? ?? ?? )。 欢迎大家star、fork,互相交流学习! ?

飞鸟 141 Dec 22, 2022
My website. Portfolio and blog in one.

Infi.sh The code that's running infi.sh. License This project is licensed under the MIT license. This excludes all of the content in the public/ and _

null 5 Sep 18, 2022
Kişisel blog sitesi

Tailwind Nextjs Başlangıç Blogu => projeyi kolayca deploy edebilirsiniz. Benim sitem- projenin yayınlanmış hali. Klonlamış Olduğum Repo Bu proje Next.

Orhan 0 Jan 4, 2022
Personal website and blog made using NextJS, TailwindCSS, GraphCMS, and MDX bundler

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

null 12 Aug 21, 2022
Read Blog. This is also a practical project. Working with APIs more and Routing and many new things.

React blog This is a React blog that created with a custom API. We serve the API in our system and run blog with it. Goals of this project In this pro

AmirHossein Mohammadi 7 Jul 25, 2022