Skip to content

Commit e6c3b69

Browse files
Added: documentation for customizing Resume page. (#428)
1 parent 0fff0f1 commit e6c3b69

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
✔️ Certifications 🏆\
4141
✔️ Blogs\
4242
✔️ Education\
43-
✔️ Contact me
43+
✔️ Contact me\
44+
✔️ Resume Viewer
4445

4546
To view a live example, **[click here](https://ashutosh1919.github.io/)**
4647

@@ -189,6 +190,19 @@ Therefore, this part of portfolio is not customizable. But don't worry we have a
189190
- That's it. You just need to change the theme name and the code will take care of everything else
190191
- Run `npm start` to check if everything is ok.
191192

193+
# Resume 📃
194+
195+
- If you want to display your resume, go to the <a href="/src/assets/docs/">/src/assets/docs/</a> directory.
196+
- Paste your resume there and copy your resume's file name.
197+
- Also, keep in mind that your resume must be in A4 size.
198+
- Now, go to <a href="/src/pages/resume/Resume.js">/src/pages/resume/Resume.js</a>.
199+
- In the import section, find:
200+
```
201+
import myResumePdf from "../../assets/docs/Ashutosh_Hathidara_Resume_ML.pdf"
202+
```
203+
- and replace **"Ashutosh_Hathidara_Resume_ML.pdf"** with your resume file name.
204+
- Launch the project and go to the route `/resume` to view your resume.
205+
192206
# Deployment 📦
193207
194208
- Once you are done with your setup and have successfully completed all steps above, you need to put your website online!

0 commit comments

Comments
 (0)