This is a Jekyll website template designed for Pre Fellowship Fellows. During the Pre Fellowship, you'll build a project
- Use the Template button.
- Update
_config.ymlto contain your information.- Change
urlto 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)
Head to _data and fill out either projects.yml, experience.yml and education.yml.
Project example.
- title: Machine Learning Project
event: MLH Fellowship Pre Fellowship - Batch 3.5
date: Fall 2020Experience example.
- role: Pre Fellowship Fellow
company: MLH Fellowship
dates: Summer 2021
logo: fellowship.svgEducation example.
- course: Pre Fellowship Fellow
institute: MLH Fellowship
dates: Summer 2021
logo: fellowship.svg- Make a new
.mdfile 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-namefield to yourprojects.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 Pre Fellowship - Batch 3.5
date: Summer 2021
page-name: cycleIf 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