-
To Get Started, Fork this repository to your GitHub account:
-
Clone the forked repo from your account using:
git clone https://github.com/<your-username>/home.git
-
Open in editor and edit src/editable-stuff/configurations.json file.
-
Add your resume as <resume.pdf> in place of src/editable-stuff/resume.pdf
-
Edit title and meta description in public/index.html.
-
Change URL in package.json file:
"homepage": "https://<your-username>.github.io"
-
Now, create a new empty repository named <your-username>.github.io and leave it there.
-
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";
-
To deploy website, run:
npm run build npm run custom-deploy
-
Congrats your site is up and running. To see it live, visit:
https://<your-username>.github.io
Facing issues? Feel free to contact at [email protected].