Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.3 KB

custom-deployment.md

File metadata and controls

41 lines (30 loc) · 1.3 KB

Setup And Custom-Deployment 🔧

  1. To Get Started, Fork this repository to your GitHub account:

  2. Clone the forked repo from your account using:

      git clone https://github.com/<your-username>/home.git
  3. Open in editor and edit src/editable-stuff/configurations.json file.

  4. Add your resume as <resume.pdf> in place of src/editable-stuff/resume.pdf

  5. Edit title and meta description in public/index.html.

  6. Change URL in package.json file:

      "homepage": "https://<your-username>.github.io"
  7. Now, create a new empty repository named <your-username>.github.io and leave it there.

  8. Now you need to go to pages.js There you must change the 3rd line. As it the the url of your empty repository:

    const repoURL =
      "https://github.com/<your-username>/<your-username>.github.io.git";
  9. To deploy website, run:

     npm run build
     npm run custom-deploy
  10. Congrats your site is up and running. To see it live, visit:

      https://<your-username>.github.io
    

Facing issues? Feel free to contact at hashirshoaeb@gmail.com.