Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yikzero/brog
Next.js Blog powered by Sanity or MDX
https://github.com/yikzero/brog
blog mdx nextjs react sanity tailwindcss typescript vercel
Last synced: about 7 hours ago
JSON representation
Next.js Blog powered by Sanity or MDX
- Host: GitHub
- URL: https://github.com/yikzero/brog
- Owner: yikZero
- License: mit
- Created: 2023-10-27T10:01:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T23:39:08.000Z (12 months ago)
- Last Synced: 2024-04-22T05:14:53.256Z (7 months ago)
- Topics: blog, mdx, nextjs, react, sanity, tailwindcss, typescript, vercel
- Language: MDX
- Homepage: https://brog-mdx.vercel.app/
- Size: 591 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | įŽäŊä¸æBrog
Next.js Blog powered by Sanity or MDX
## Preview
## Features
- đ Adaptive Light/Dark Theme
- đ Minimalist Design
- ⥠Ultra-Fast Response Time
- đĄ Customizable RSS Feed Integration
- đ SEO-Optimized
- đēī¸ Sitemap Configuration## Tech Stack
- [Next.js](https://nextjs.org/)
- [React](https://react.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vercel](https://vercel.com/)
- [MDX](https://mdxjs.com/)## Deploy
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FyikZero%2FBrog&env=NEXT_PUBLIC_SANITY_PROJECT_ID,NEXT_PUBLIC_SANITY_DATASET&envDescription=%E8%BF%9E%E6%8E%A5%20Sanity%20%E6%95%B0%E6%8D%AE%E5%BA%93%E6%89%80%E9%9C%80%E5%86%85%E5%AE%B9&envLink=https%3A%2F%2Fwww.sanity.io%2Fguides%2Fnextjs-app-router-live-preview&project-name=brog&repository-name=Brog&demo-title=Brog%20Demo&demo-description=A%20ISR%20Blog%20using%20Next.js%20and%20Sanity&demo-url=https%3A%2F%2Fblog.yikzero.com%2F)
#### Environment Variables
| Field Name | Example Value | Description |
|--------------------------|-----------------------------------------------------|----------------------------------------|
| WEB_TITLE | Brog | Website Title |
| WEB_DESCRIPTION | It's my blog of all... | Website description |
| BLOG_TITLE | Brog | Menu Bar Title |
| AUTHOR | yikZero | Author Name |
| OCCUPATION | Design Engineer | Occupation |
| BIO | Iâm a boy | Author Bio |
| CONTACT_EMAIL | [email protected] | Email Address, used for Gravatar |
| SITE_URL | https://blog.yikzero.com | Site url, Generate SiteMap |
| HOMEPAGE_POST_NUMBER | 3 | Number of Posts Displayed on Homepage |
| HOMEPAGE_PROJECT_NUMBER | 3 | Number of Projects Displayed on Homepage |
| SINCE | 2023 | If empty, the current year is used |## Local Environment Setup
```bash
pnpm install
pnpm run dev
```