Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geallenboy/gegarron

gegarron
https://github.com/geallenboy/gegarron

Last synced: 14 days ago
JSON representation

gegarron

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
```