This is a Jekyll website template designed for Explorer Fellows. During the Fellowship, you'll generate a number of projects
This can also be used for Open Source and Externship Fellows but you might need to make some tweaks.
_config.yml
to contain your information.url
to be what your Github Pages will be (the name of the repository)Head to _data
and fill out either projects.yml
, experience.yml
, education.yml
and achievements.yml
.
Project example.
- title: Machine Learning Project
event: MLH Fellowship Explorer Sprint 3 - Batch 1
date: Fall 2020
Experience example.
- role: Open Source Fellow
company: MLH Fellowship
dates: Summer 2020
logo: fellowship.svg
Education example.
- course: Explorer Fellow
institute: MLH Fellowship
dates: Fall 2020
logo: fellowship.svg
Achievement example.
- title: Winner at MLH Hackathon
date: Jan 2021
.md
file inside of projects
.page-name
field to your projects.yml
(see below).Top of post markdown file post.
---
title: Sprint 1 Project
layout: page
---
projects.yml
with the page-name
field.
- title: Machine Learning Project
event: MLH Fellowship Explorer Sprint 3 - Batch 1
date: Fall 2020
page-name: Sprint1
integeration
tab |
Example : https://formspree.io/f/mrgodpnkform_url
in _config.yml
file and then you are good to go! :)
Example : form_url: "https://formspree.io/f/mrgodpnk"
submissions
tab. :Dgoogle_analytics_measurement_id
in _config.yml
file and then you are good to go! :)
Example : google_analytics_measurement_id: G-XXXXXXXXXX
You can customize the following components by changing their variable values in _sass/variables.scss
:
herobackground
: Background colour for the profile areafont_family
: Font style/family usedtext_color
: Colour of the text usedlink
: Hyperlink colourtitle_color
: Colour used for the titlebody_background
: Background Colour used for the pagecardnum_big
: Number of cards for a relatively big screencardnum_medium
: Number of cards for a relatively medium-sized screencardnum_small
: Number of cards for a relatively small screencard_font_size
: Font size used within the cardstitle_font_size
: Font size for the titlefontsize_h1
: Font size for h1 headingsfontsize_h2
: Font size for h2 headingsfontsize_h1_profile
: Font size for h1 headings in the profile sectionbox_shadow
: Option for shadow effectYou can choose the footer by changing the value of - footer_file_name :
in _data/footer.yml
as
footer_flat.html
forfooter_minimal.html
forIf 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
bundle exec jekyll serve