Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geallenboy/gegarron
gegarron
https://github.com/geallenboy/gegarron
Last synced: 14 days ago
JSON representation
gegarron
- Host: GitHub
- URL: https://github.com/geallenboy/gegarron
- Owner: geallenboy
- Created: 2025-01-10T12:10:00.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:40:01.000Z (16 days ago)
- Last Synced: 2025-01-10T13:32:13.270Z (16 days ago)
- Language: TypeScript
- Homepage: https://gegarron.vercel.app
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gegarron
[gegarron](https://gegarron.com).
## Features
- Beautifully designed UI using TailwindCSS, MagicUI, and Shadcn/UI
- Responsive layout
- Light/Dark Mode
- Github Calendar
- Tech Icon Cloud
- Visitor Counter
- Blog Section
- MDX and Markdown support
- RSS Feed
- Web Analytics(Google Analytics, OpenPanel Analytics, Plausible Analytics, etc.)## Tech Stack
- [Next.js](https://nextjs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Shadcn/UI](https://ui.shadcn.com/)
- [MagicUI](https://magicui.design/)
- [Phosphor Icons](https://phosphoricons.com//)## Demo
https://gegarron.com
## Configuration
- `.env.local` - environment variables
- `src/config/siteConfig.ts` - site config
- `src/config/infoConfig.ts` - personal info config
- `src/content/blog/**.mdx` - blog## Run
```bash
pnpm install
pnpm dev
```