Skip to content

estella00911/my_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my porfolio repository

Reccord of deployment of github pages

  1. set development/production mode
  • (1) development: package.json: remove "homepage": ""
  • (2) production: package.json: add "homepage": ""
  1. git flow
$ git add .
$ git commit -m ""
$ git push origin
  1. delete gh-pages branch on the remote git branch
$ git push origin -d gh-pages
  1. deployment
$ npm run deploy

Memo:

update resume:

The file path of the resume is: /src/data/Resume.pdf

Releases

No releases published

Packages

No packages published