mrofisr / nextjs-tailwind-simple-blog

Simple NextJS + TailwindCSS Stater Blog

Home Page:https://nextjs-tailwind-simple-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS Blog Template

Note : I not build this from scratch, I just combined from James Wallis and Timothy

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. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

Light House Score

alt

Installation

If you want run on local

# clone repository
git clone https://github.com/mrofisr/nextjs-tailwind-simple-blog blog
# move to directory
cd blog
# install dependencies
yarn install
# build process
yarn build
# run in development mode
yarn dev

If you want deploy on Vercel

Deploy with Vercel

Post Format

---
title: "Sample .md file"
date: "2016-03-08"
tags: ["markdown", "code", "features"]
desc: "Example of a markdown file with code blocks and syntax highlighting"
---