Package Exports
- panda-portfolio
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (panda-portfolio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
portfolio-panda
No more worries while making single page github portfolio websites.
Installation
sudo npm install -g portfolio-pandaRunning
panda <filename>.jsonHow to do it
- Create a JSON file with whatever name you want for example 'data.json'.
- Copy and paste the following
{
"theme":"(dark or light)",
"name":"YOUR-NAME",
"profilePhoto":"PICTURE-LINK",
"resumeLink":"RESUME-LINK",
"about":[
"Paragraph1",
"Paragraph2",
"Paragraph3",
"So on.."
],
"links":{
"github":"YOUR-GITHUB-PROFILE",
"linkedin":"YOUR-LINKEDIN-PROFILE",
"medium":"YOUR-MEDIUM-PROFILE",
"facebook":"YOUR-FACEBOOK-PROFILE",
"instagram":"YOUR-INSTAGRAM-PROFILE"
}
}- Run the below command
panda data.json- Get your single page portfolio as index.html.
- Publish on github.
Example
| Theme | Picture |
|---|---|
| light | ![]() |
| dark | ![]() |

