Skip to content

mrinalwahal/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Portfolio Website

Deploy with Vercel

It's based on Nuxt content docs theme. I hacked it together as per my requirements.

Feel free to fork or clone this repository if you want to deploy your own site.

If you use this repository for your own portfolio, sponsor me to support this work. ❤️ 🚀

Links

The social links available in the header, extra links available in the side navigation bar, as well as location in the footer, can be enabled from content/settings.json file. Following links are available:

  • Instagram
  • GitHub
  • Twitter
  • Mail
  • Location
  • Resume
  • Call

Use my code for reference.

Manual Setup

  1. Fork this repository.

  2. Clone the forked repository.

    git clone [email protected]:[your_username]/portfolio.git
    
  3. Install dependencies:

    npm run install
    
  4. Start developing locally with:

    npm run dev
    
  5. Build the site once your are done with development. This will create the dist/ directory for publishing to static hosting:

    npm run generate
    

To preview the static generated app, run npm run start

For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.

  1. Deploy to Vercel.

    vercel --prod
    

    NOTE: Remember to override the default build command on Vercel project configuration to nuxt generate.

    minute change