One-click github resume generator
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project (used at production server)
$ yarn generate
For detailed explanation on how things work, checkout the Nuxt.js docs.
I use cli-real-favicon for generating icons.
To generate new favicons run:
yarn favicon-gen
You can visit the website for info AND for testing the favicons
Source
Deploy master
with now to https://github-resume.now.sh/:
yarn deploy
- new relic
- enable greenkeeper
- loading spinner for fetching repos
- submit on empty input better not to print 'not found'
- upgrade now to version 2
/
/about
/cv
/contact
/privacy-policy
/404
Google Audits:
Mobile
- 93 Performance
- 64 PWA
- 100 Accessibility
- 100 Best Practices
- 100 SEO
Desktop
- 97 Performance
- 45 PWA
- 100 Accessibility
- 100 Best Practices
- 100 SEO
page speed insights 95 mobile / 100 desktop
sitechecker : 58%
structured data: 0/0/0
mobile friendly test: passed
Using Webhint :
yarn hint
The code is available under the MIT license.