create-obsidian-nextjs-blog
v0.1.6
Published
Generate Blog by Obsidian, Git REST API, Next.js.
Downloads
7
Readme
Obsidian + Git + Nextjs Blog Starter kit
Generate Blog by Obsidian, Git REST API, Next.js.
Fast Start
npx create-obsidian-nextjs-blog
Tech Stack
Deploy Your Own Blog
You can deploy this template to Vercel with the button below:
Note that you'll need to:
Set up NVM Version over 18+
Set up Obsidian Git
- Create a repository for Obsidian Vault using Obsidian Git.
- This repository will be uploaded with Obsidian's note, so if you don't want to share everything publicly, I recommend setting the repository to private.
Set up Git RESTAPI
- Enter to the following path and generate a new token. This token is used for Github REST API calls.
github main home > settings > Developer Setting > Personal access token
- Enter to the following path and generate a new token. This token is used for Github REST API calls.
Start project And Setting Env file.
- This project can be started in two ways. Please choose the method that suits you best
- clone this repository
- run npx create-obsidian-nextjs-blog
- After downloaded the project, copy the
env.sample
file and fill it in.
- This project can be started in two ways. Please choose the method that suits you best
Authors
- @Yeseul Lee