Get a Git Personal acess token and create a blog in juns 5 minutes.
- Get Git Personal Token
to get a 'gitPersonalToken' click the link https://github.com/settings/tokens
A project created to use with Obsidian...🤣
It is configured using GitHub as a CMS and the Git REST API.
- Convert Markdown documents in md files into blog posts
- Automatic sitemap extraction
- Node.js 18.17 or latest
- git add remote
git remote add blog https://github.com/jun-young1993/nextjs-github-blog.git
- git fetch blog
git fetch blog
- git merge remote
git merge blog/main
- From now on...
git fetch blog
...
git merge blog/main
npm install
cp ./github.blog.config.ts.example cp./github.blog.config.ts