-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (28 loc) · 763 Bytes
/
_config.yml
File metadata and controls
39 lines (28 loc) · 763 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: "15-442/15-642: Machine Learning Systems"
short_name: "15-442/15-642"
url: https://mlsyscourse.github.io
exclude: [README.md, Makefile, screenshot.png, serve_local.sh]
# Colorize code snippets with the rogue module if we want to deploy on GH.
highlighter: rouge
markdown: kramdown
# The path structure for blog posts.
permalink: /blog/:year/:month/:day/:title.html
# Number of news stories on the front page.
front_page_news: 8
# Base pathname for links.
base: ''
# make pages for the _projects folder
collections:
projects:
output: true
course_title:
# Navigation bar links.
navigation:
- title: Home
link: /
- title: Logistics
link: /logistics
- title: Schedule
link: /schedule
- title: Materials
link: /materials