-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
25 lines (22 loc) · 898 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ITEMS THAT SHOULD BE EDITED FOR FORKED REPOS
name: "MIT 6.141 Team 5 Project Blog"
description: "For MIT's Robotics: Science & Systems class"
meta_description: "MIT 6.141 Team 5 Project Blog"
# baseurl: '/<repo_name>'
baseurl: '/6.141-spring-2016-team-5-documentation'
# domain_name: 'https://<repo_owner_username>.github.io'
domain_name: 'https://mit-racecar.github.io'
author: 'Team 5'
author_bio: "MIT's 6.141 Team 5 is driven by the following motley assortment of undergraduate student hackers, coders, and EE wizards:<br>Eric Wieser, Ernie Ho, Shi-Ke Xue, Miles Steele, Steven Homberg, and Winter Guerra."
# DO NOT EDIT THE REST OF THESE PARAMETERS
markdown: kramdown
kramdown:
input: GFM
toc_levels: "2,3,4"
highlighter: rouge
logo: false
paginate: 15
gems: [jekyll-paginate]
# Details for the RSS feed generator
url: 'blog url'
excerpt_separator: <!--more-->