Search ...
readme.md

readme

Next.js-Github-Blog Kit


Get a Git Personal acess token and create a blog in juns 5 minutes.

A project created to use with Obsidian...🤣

341980921-7d1ed6bd-815d-427c-9299-c00df29fac2d.png

intro


It is configured using GitHub as a CMS and the Git REST API.

Demo

Provided Features...

  • Convert Markdown documents in md files into blog posts
  • Automatic sitemap extraction

Setup

Prerequisite

  • Node.js 18.17 or latest

Installation

1. Fork And Clone this repo

Version Sync

  1. git add remote
git remote add blog https://github.com/jun-young1993/nextjs-github-blog.git
  1. git fetch blog
git fetch blog
  1. git merge remote
git merge blog/main
  1. From now on...
git fetch blog 
...
git merge blog/main

2. package install

npm install

3. config

cp ./github.blog.config.ts.example cp./github.blog.config.ts

Deploy Vercel

Move To Deploying a next.js project to vercel