Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iAmCorey/coreychiu-portfolio-template

portfolio template by corey chiu
https://github.com/iAmCorey/coreychiu-portfolio-template

portfolio portfolio-template

Last synced: 6 days ago
JSON representation

portfolio template by corey chiu

Awesome Lists containing this project

README

        

# Corey Chiu Portfolio Template

This is a porfolio template template created by [Corey Chiu](https://coreychiu.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://coreychiu.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
```

## Deploy

### One-Click Deploy

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/iamcorey/coreychiu-portfolio-template&project-name=coreychiu-portfolio-template&repository-name=coreychiu-portfolio-template)

### Clone and Deploy

Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [pnpm](https://pnpm.io/installation) to bootstrap the example:

```bash
pnpm create next-app --example https://github.com/iamcorey/coreychiu-portfolio-template coreychiu-portfolio-template
```

Then, run Next.js in development mode:

```bash
pnpm dev
```

Deploy it to the cloud with [Vercel](https://vercel.com/templates) ([Documentation](https://nextjs.org/docs/app/building-your-application/deploying)).