Proudly developed using VueJs. Visible on giorgia-nadizar.github.io
Install all Vue dependencies
npm install
Install GSheet API client (to deal with publications and CV updates)
npm install googleapis@39 --save
npm run deploy
The first time on a new laptop:
- Generate a new ssh key
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
- Add the ssh key to the github account
cat ~/.ssh/id_ed25519.pub
Settings > SSH and CGP keys > SSH keys > New SSH key