Creating a professional online portfolio is essential for showcasing your skills and experience. One effective way to enhance your Jekyll portfolio is by adding a downloadable resume PDF. This allows potential employers or clients to easily access your credentials.

Why Add a Downloadable Resume?

Including a downloadable resume provides several benefits:

  • Easy access for potential employers
  • Showcases your professionalism
  • Allows quick sharing of your credentials
  • Enhances your online presence

Steps to Add a Resume PDF to Your Jekyll Portfolio

Follow these simple steps to include a downloadable resume in your Jekyll site:

1. Prepare Your Resume PDF

Ensure your resume is up-to-date and saved as a PDF file. Name it clearly, such as resume.pdf.

2. Upload the PDF to Your Jekyll Site

Place the PDF file in your site's folder, typically in a directory like assets or files. For example, upload it to assets/resume.pdf.

3. Link to the PDF in Your Markdown or HTML

In your Jekyll page or post, add a link to the PDF file. Use HTML or Markdown syntax. For example:

HTML:

<a href="/assets/resume.pdf" target="_blank" rel="noopener">Download My Resume</a>

Markdown:

[Download My Resume](/assets/resume.pdf)

Best Practices

To ensure a smooth experience for visitors:

  • Use descriptive link text like "Download My Resume".
  • Open the PDF in a new tab with target="_blank".
  • Optimize your PDF for fast downloads.
  • Test the link to confirm it works correctly.

Conclusion

Adding a downloadable resume PDF to your Jekyll portfolio is a simple yet effective way to showcase your professional credentials. Follow these steps to make your resume easily accessible and improve your online presence.