JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q51114F
  • License ISC

A npm package for building single page personal websites for github.

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

Sahayak Logo npm node

portfolio-panda

No more worries while making single page github portfolio websites.

Installation

sudo npm install -g portfolio-panda

Running

panda <filename>.json

How 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 light
dark dark