Next.Js Markdown Blog created using static site generation (SSG) in Next.js. This blog has features like pagination, auto create categories, static html export.
- Next.js
- Node.js
- Tailwind
- Typescript
- GrayMatter
- Markdown-to-jsx
HomePage_Title=Techy Tubs
HomePage_Description=Techy Tubs is tech blog website.
blogUrl=Techytubs.com
postperpage=5
npm install
npm run build
npm run dev
src
|
|----posts //for adding markdown posts
|----blogPages //for adding pages as markdown
|
public
|
|----uploads //uploading pictures for markdown posts and pages
title: Mandatory // "This is a big title"
subtitle: Optional // "This is a smol title"
date: Mandatory // "2023-05-7"
categories: Mandatory // ["my cat", "your cat", "our cat", "none of us cat"]
description: Mandatory // "This is a very important description"