🔥Build your own codefolio in seconds.
Create your own offline-first resume by using code-resume.
https://techiezee.netlify.app/
-
Offline-first
-
Theme support Dark & Light mode
-
Export PDF
-
Easy Customization
-
Responsive for all devices
Iphone-
Ipad-
PWA-
Clone This repo using:
git clone --depth=1 https://github.com/zaidizeeshan/codefolio.git
Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
Install:
yarn install
Run:
yarn start-dev
Build:
yarn build
For Adding your resume details:-
cd data
Then open index.js & change details
Title
export const Title = 'Zeeshan Zaidi ~ DevOps Engineer';
Resume Details
export const Resume = {
intoduction: `{
Add your intoduction
}`,
experience: `{
Add your experience
}`,
skills: `{
Add your skills
}`
}
Social Links
resume: '/resume.pdf',
linkedin: 'https://www.linkedin.com/in/zaidizeeshan/',
twitter: 'https://twitter.com/techie_zeeshan',
github: 'https://github.com/zaidizeeshan'
Deploy:
login to netlify.com
click on "New site from Git"
authorize to github account
select the repo and branch<
publish directory should be "build/"
Update:
update your info in files and save
yarn build
git add .
git commit -m "commit info"
git push
enter git credential
Ref: 'https://github.com/amitmishrg/code-resume', Note: Netlify does not support ci/cd for webpack applications till the date',
This project is licensed under the MIT license.