CV/Resume personal website template built it using Next.js and Typescript.
Please go and change the data/data.tsx
file to fill the CV/Resume with your personal information Feel free to use it and customize it as much as you desire.
To view a live example, click here
From your command line, clone and run this repository running:
# Clone this repository
$ git clone https://github.com/alfrejivi/my-cv.git
# Go into the repository
$ cd /my-cv
# Install dependencies
$ npm i
# Run the project
$ npm run dev
Create an .env
file and add your GA ID:
GA_ID=UA-XXXXXXXX-X
Store any public assets in public
folder and access to them as root folder in your website ./
/* Change this file to have your own CV / Resume data */
const Resume: IResume = {
/* Your summary and introduction */
introduction: {
name: "Freddy Jimenez",
avatar: "./images/avatar.jpg",
location: "Amsterdam, The Netherlands",
description: "I'm a happy Software Developer :)",
position: "Fullstack Engineer @awesome-company"
},
/* Your work experience */
experience: [ ... ],
education: [ ... ],
skills: [ ... ],
awards: [ ... ],
languages: [ ... ],
contact: [ ... ]
};
I'm currently using ZEIT Now and I highly recommend to use it. Please go to the docs to see how incredibly easy and fast is to deploy with it.
If you are interested in contribute and make this project much better for the community, plese open a pull request or take a look at the issues.
Freddy Jimenez : alfrejivi@gmail.com | alfrejivi.com | Linkedin | Github
For more information please visit https://nextjs.org/docs