Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iAmCorey/coreychiu-portfolio-template
- Owner: iAmCorey
- License: mit
- Created: 2024-12-11T07:52:46.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:21:41.000Z (13 days ago)
- Last Synced: 2024-12-11T10:26:43.312Z (13 days ago)
- Topics: portfolio, portfolio-template
- Language: TypeScript
- Homepage: https://coreychiu.com
- Size: 962 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)).