To view a live example, click here.
This repo is a fork of react-portfolio-template by chetanverma16. We just aded a GitHub Actions workflow so that one can simply edit src/yourdata.js
within the GitHub website and have the changes be deployed through GitHub Pages with no need to interact with a terminal or cloniong the repo.
Worked on by Arnaud Avondet, Harry (Zhengze) Gong, and Cecilia Mendoza
✔️ Header ✔️ Work ✔️ About ✔️ Skills ✔️ Contact
- Go to
/src/yourdata.js
- Make edits as you want
- Commit changes and wait for the workflow to complete
- View your deployment!
/* Change this file to get your Personal Porfolio */
// Edit Values of these variables
name:"Tartan",
headerTagline: [
"My heart is in the",....
]
Make sure to commit your changes after editting /src/yourdata.js
, then the updates should deploy in a couple of minutes via GitHub Actions.