This blog system gets all informations from Github and Gist.
🚀 https://gist-based-blog.vercel.app/
- Clone the repo. First, clone the repo and install the dependencies.
git clone https://github.com/nurcinozer/gist-blog.git .
cd gist-based-blog
npm install
- Add your GitHub token and username.
Create a new file called
.env
in the root of the project and add your GitHub token.
GITHUB_TOKEN=YOUR_TOKEN
GITHUB_NAME=YOUR_GITHUB_USERNAME
- Run the project
npm run dev
- Open the project
http://localhost:3000
- Create a new gist with markdown extension (
.md
) and add this format for the metadata:
---
category: "Post category"
---
Your content here
- Typescript
- Nextjs
- Github API
- Tailwindcss
- Tailblocks
This project is hacktoberfest
friendly 🎉
Contributions, issues and feature requests are welcome! Feel free to check issues page and contributing page if you want to contribute.
Give a ⭐️ if this project helped you!