2.0.9 • Published 5 years ago

panda-portfolio v2.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Installation

// For npm<5.2.0
sudo npm install -g panda-portfolio

// For npm>=5.2.0
npx panda-portfolio <command>

Creating the config file

please make sure that you have the profile photo as well as resume file in the same directory

panda init

Creating the index page

panda config.json
  • Get your single page portfolio as index.html.

Publishing

In case you want to publish your website to your github pages as username.github.io we recommend you checkout our inbuilt feature where you only need to give your credentials and we will automatically deploy it to your github page.

Alternate Method

  • Create a FILENAME.json file within the directory
  • Paste the following content.
{
    "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"
    }
}
  • Write panda FILENAME.json to get the index.html page.

Demo

screengif

Example

ThemePicture
lightlight
darkdark
2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

1.0.1

5 years ago