nurcinozer / gist-blog

Nextjs + Portfolio and Biography from Github + Posts from Gist ➡️ Your Personal Blog 🥳

Home Page:https://gist-based-blog.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gist Based Blog

Nextjs + Portfolio and Biography from Github + Posts from Gist ➡️ Your Personal Blog 🥳

This blog system gets all informations from Github and Gist.

Demo

🚀 https://gist-based-blog.vercel.app/

How to use

  1. 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
  1. 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
  1. Run the project
npm run dev
  1. Open the project
http://localhost:3000

How to create a post

  1. Create a new gist with markdown extension (.md) and add this format for the metadata:
---
category: "Post category"
---

Your content here

Tech Stack

  • Typescript
  • Nextjs
  • Github API
  • Tailwindcss
  • Tailblocks

Contributing

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.

Show your support

Give a ⭐️ if this project helped you!

Inspiration

About

Nextjs + Portfolio and Biography from Github + Posts from Gist ➡️ Your Personal Blog 🥳

https://gist-based-blog.vercel.app/


Languages

Language:TypeScript 97.6%Language:JavaScript 1.5%Language:CSS 0.9%