Portfolio Template
This is a Jekyll website template designed for Prep Fellows.
Make your own!
- Use the Template button.
- Update
_config.yml
to contain your information.- Change
url
to the URL you'll be hosting it at - Make sure it has the /
- Change
- Use something like Netlify or GitHub Pages to deploy (note, this only works on username.github.io, not username.github.io/repo-name)
Add your portfolio
Head to _data
and fill out either projects.yml
, experience.yml
and education.yml
.
Project example.
- title: Online Shopping Application
event: MLH Prep - Batch 4.5
date: Fall 2021
Experience example.
- role: MLH Prep Fellow
company: MLH Fellowship
dates: Summer 2021
logo: fellowship.svg
Education example.
- course: Prep Fellow
institute: MLH Fellowship
dates: Fall 2021
logo: fellowship.svg
Add project posts
- Make a new
.md
file inside ofprojects
. - Add the header to your markdown file (see below) and change the title to the name of your blog post.
- Write your project page! Can be a README from GitHub or your Devpost page.
- Add the
page-name
field to yourprojects.yml
(see below).
Top of post markdown file post.
---
title: Project
layout: page
---
projects.yml
with the page-name
field.
- title: Online Shopping Application
event: MLH Prep - Batch 4.5
date: Summer 2021
page-name: project
Development
If you want to test it locally or add some new features, run the below commands. Make sure to have Ruby and Bundler installed.
bundle install --path vendor/bundle
bundle exec jekyll serve
MLH Prep logo substituted + Footer added
Please, go through these steps before you submit a PR.
[ ] My Pod Leader knows I'm working on this Pull Request
[ ] I've explained what the Pull Request is adding.
[ ] I've explained why this is important.
There was nothing to be done much, just an image source change and a sass change which completes the assigned issue at hand.
🐛 Bug Fix : Improved profile picture layout
Please, go through these steps before you submit a PR.
Resolve #12
Damans227/adding map
Please, go through these steps before you submit a PR.
This pull request is a work in progress to add the following enhancement: https://github.com/MLH-Fellowship/pod-4.1.5-portfolio/issues/10
Test server: add-map-prep-pod-4-1-5.netlify.app
Resources leveraged to build the custom map:
Added stats of PRs
Please, go through these steps before you submit a PR.
Added everyone on map, and a few tweaks
Please, go through these steps before you submit a PR.
This Pull Request Fixes #10 @Damans227 @ricardoprins @khattakdev PTAL, thx!
Social media icons + pod data + enhanced UI
Fixes:
#11 and #13
(Feat) Add Leaderboard
Please, go through these steps before you submit a PR.
Attempts to fix:
Changed the header background to an image
Please, go through these steps before you submit a PR.
Fixes #3
added stats
Please, go through these steps before you submit a PR.
Fixing the pod map
Please, go through these steps before you submit a PR.
Re-adding the map to pod website. @khattakdev @Shikhar15606 @P0intMaN Ptal, thx!
Making Everyone visible on initial render
Please, go through these steps before you submit a PR.
Minor Fix PR. Fixes #10
@Damans227 @sumitshinde2608 @khattakdev PTAL, Thx!
Blog
Please, go through these steps before you submit a PR.
Works on #7
I haven't created the best blog out there, But you can just go to the _posts folder and create a file that will be published as a blog on the pod website. I have added a few sample blogs as well.
@Damans227 @khattakdev PTAL. Thanks
navbar: Remove underline effect from navbar options.
Please, go through these steps before you submit a PR.
This is a minor fix to remove the underline effect from the navbar options.
| Before | After | | --- | --- | |
|
|
🐛Bug Fix: Centrally align and justify the profle title
Please, go through these steps before you submit a PR.
Dark theme
Please, go through these steps before you submit a PR.
This PR adds dark mode for the site
Add the pod!
Currently, then repository has members of the MLH team on it, but you should replace them with members of the pod.
You can update information in
_data/fellows.yml
You should work on:
_config.yml