Skip to content

Mxs8513/mxs8513.github.io

Repository files navigation

Free to Engineer Portfolio Template

With the growing emphasis on practical skills in hiring for engineers, more companies are looking at portfolios alongside traditional resumes when evaluating engineers including in mechanical, electrical, and data science. A well-crafted portfolio can showcase your projects, technical abilities, and problem-solving approach in ways that resumes alone cannot. However, creating and hosting a professional portfolio often requires significant time investment and ongoing hosting costs. This can be a barrier, especially for early-career developers and job seekers which is why I've created this free portfolio template. Spend less time on your portfolio more time innovating and engineering things!

Host your portfolio for free in as little as 15 minutes! Check out the demo here. I hope this helps!

Getting Started:

Setup GitHub Account

  1. Visit GitHub: If you don't have an account, go to GitHub and sign up.
  2. Create an Account: Fill out the registration form with your preferred username, email, and password.
  3. Verify Your Email: Check your email to verify your account.

Fork the Template

  1. Navigate to FreeToEngineer Repository: Go to the repository where this portfolio template is hosted

  2. Fork the template: Click the "Use this template" button at the top right of the page. Then, choose create a new repository. This creates a copy under your GitHub account.

    GitHub Use Template

  3. [IMPORTANT] Name the repository: in the "Repository name" field, type in {your github id}.github.io.This is also the url of your portfolio. You can use your custom domain as well. (change in the setting later)

    GitHub Use Template

  4. Click "Create repository"

  5. That's it! Now, you have a portfolio webiste @ [your id].github.io. You may have to wait for up to 1 minute for github to finish building.

  6. [Good to know] you can see the status of your website by going to settings - pages. GitHub Use Template

Set up Your Portfolio

You only need to edit two files.

1. Setup your page in _config.yml

This file contains the configuration settings for your site. Here's what you might want to change: After you are done. just click "commit chages" to apply. Give a minute or so for github to build your website.

  • Site Title: Change the title: this is what shows up in the tab of the browser on your site
  • Name: Change the name: your name will show up as seen above
  • Description: Update the description: with a brief overview of your highlights and qualification
  • profile_image: place your profile image in assets/profile folder and update the directory
  • Resume-url: You can either link to externally stored pdf (ex. google drive) or save the pdf under assets/pdf/ folder and enter the directory

GitHub Use Template


  • External Links: link your external accounts (linkedin, github, stackoverflow, medium, etc) GitHub Use Template Only the icons for the accounts that you enter will appear. Example:

      external-links:    # input only your own url slug. The icons with missing entries will not appear.
        linkedin: johndoe1       # https://www.linkedin.com/in/{your url slug} 
        github: johndoe1         # https://github.com/{your url slug} 
        stackoverflow: johndoe1  # https://stackoverflow.com/users/{your url slug}
  • Skills: you can list your skills by category. It will show up like below. Be careful with the identation. GitHub Use Template Example:

      skills:
        - category: 3D Modeling
          tools:
          - Onshape
          - Solidworks
          - Creo
          - Fusion 360 
        
        - category: Prototyping
          tools:
          - SLA
          - CNC
          - FDM
          - SLS
          - DMLS
          - PolyJet Printing
          - Vacuum Casting
  • Contact Form: you can set up the contact form to send the response to your email using formspree. You just need to sign up and create a new form. Then, add the 8-digit endpoint key!

    formspreeimage

    formspree-key:   https://formspree.io/f/{8-digit key}
  • (optional) you chan change your color theme by inputting color hex code for a few variables. Feel free to be creative!

    colors: # this is the basic theme
      text: "##1a1c20"
      border: "#ddd"
      link: "#4a76ee"
      highlight: "#0c0cf2"
      background: "#ffffff"
      light_background: "#f3f5fb"

    There is a few suggested themes in _config.yml

    • mint green GitHub Use Template
    • lemon GitHub Use Template
    • cotton-candy GitHub Use Template

2. [project name].markdown

For each project, you need to create a markdown file within _projects folder. I recommend created a folder for each project so that it is easy to organize image files that you may want to add. To get started, follow the below steps.

Creating a markdown file in Github

  1. Go to _project folder. Make sure you are in the correct level. GitHub Use Template

  2. In the right side of the screen, click add file - create new file.
    GitHub Use Template

  3. in the available field, enter the name of the folder: {your-project-name} then hit "/". This will create a folder for the project.
    GitHub Use Template

  4. create a markdown file by entering index.md.
    GitHub Use Template

  5. In the text field paste the below "front-matter" template and fill out the title, description, skills, and name of the main project image that you want to use. This is the summary of the project that will be used to display the project in the main page.

      ---
      layout: post
      title: project title
      description:  short description of the project
      skills: 
        - skill 1
        - skill 2
      main-image: /project.webp 
      ---
  6. then click Submit changes to create the file.

  7. Upload your image in the same folder by clicking Add file - upload files.

GitHub Use Template

  1. Drag your image file, then click commit changes.

GitHub Use Template

  1. Allow a minute or so for the build. It will create a project section that looks like this below. GitHub Use Template
  2. If you want to add addtional details, you can go back to the index.md file and add more contents below the front matter. It will be helpful if you become familiarized with markdown syntax. If you are interested in learning, see markdown guide.
  3. I set up a couple styling to allow you to embed multiple images and video easily and become responsive for mobile view. See the demo) project. You can also add code blocks, blockquote, and tables.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published