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.
- Fork this repository
- Clone the repository
- Install dependencies with
npm install - Customize the resume data in
assets/resume.json - Run the development server with
npm run dev - Build the project with
npm run build - Deploy the project to Netlify or your preferred hosting service
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.
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.