Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 931 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 931 Bytes

next-portfolio-template

A modern, minimalist Next.js 13 web dev portfolio template with mobile navigation.

Usage

npx create-next-app -e https://github.com/asfires/next-portfolio-template

Just edit siteConfig in config\site.ts and replace the example image URLs, files, projects, links, etc. with your own. sourceLink is optional in the event that you have proprietary code that can't be shared.

Images for the root and About pages are also mapped from siteConfig. The text for these two pages can be modified directly in app\page.tsx and app\about\page.tsx respectively.

Features

  • Next.js 13 App Directory

  • shadcn-ui components

  • Tailwind CSS with class-sorting, merging and linting

  • Icons from Lucide

  • Dark mode with next-themes

License

Licensed under the MIT license.