View Demo · Report Bug · Request Feature
- Framework: Next.js
- Database: Planetscale
- ORM: Prisma
- Authentication: NextAuth.js
- Deployment: Vercel
- Comment: Giscus
- Favicon: realfavicongenerator
- Content: MDX + Contentlayer
- Analytics: Vercel
- Styling: Tailwindcss
- Code syntax highlighting: Shiki
- Clone this repo
git clone https://github.com/tszhong0411/honghong.me.git
- Change directory
cd honghong.me
- Install yarn Packages
yarn
- Create a .env.local and following the .env.example input some environment variables so that can run normally.
NEXT_PUBLIC_GISCUS_REPO=<Your env>
NEXT_PUBLIC_GISCUS_REPOSITORY_ID=<Your env>
NEXT_PUBLIC_GISCUS_CATEGORY=<Your env>
NEXT_PUBLIC_GISCUS_CATEGORY_ID=<Your env>
SPOTIFY_CLIENT_ID=<Your env>
SPOTIFY_CLIENT_SECRET=<Your env>
SPOTIFY_REFRESH_TOKEN=<Your env>
// ...
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push
) - Open a Pull Request
Last updated: 2022-02-09 21:58
Made with ❤️ in Hong Kong