Skip to content

c4mbr0nn3/resume

Repository files navigation

Nuxt Resume

This is my personal resume built with Nuxt.js and Tailwind CSS. It is hosted on Netlify and can be viewed here.

If you would like to use this as a template for your own resume, feel free to fork this repository and customize it to your liking.

The resume structure is based on the JSON Resume schema with markdown capabilities for project and work descriptions.

I only implemented the following sections of JSON Resume:

  • Basics
  • Work
  • Education
  • Skills
  • Languages
  • Projects

You can find the JSON Resume schema here.

Getting Started

  1. Fork this repository
  2. Clone the repository
  3. Install dependencies with npm install
  4. Customize the resume data in assets/resume.json
  5. Run the development server with npm run dev
  6. Build the project with npm run build
  7. Deploy the project to Netlify or your preferred hosting service

License

Data in assets/resume.json is my personal data and should not be used without my permission.

Other than that, this project is open source and available under the MIT License. Feel free to use this project as a template for your own resume.

Acknowledgements

Thanks to Nathan Friend who inspired me with his project Nuxt Résumé. I wanted to reproduce a similar look and feel without looking at the source code of his project, just a visual reference. Also, my project is much simpler since it doesn't include all Ruby generation and deployment scripts.

Releases

No releases published

Packages

No packages published