-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
91 lines (82 loc) · 1.72 KB
/
_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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# jekyll settings
timezone: America/New_York
# theme settings
url: https://sd17spring.github.io/
title: Software Design Spring 2017
breadcrumbs: true
description: 'This course is an introduction to software design. It focuses on a model
of computation as a set of simultaneous ongoing entities embedded in and interacting
with a dynamic environment, for example: computation as it occurs in spreadsheets,
video games, web applications, and robots.'
author:
name: Olin College computing faculty
copyright_date: 2015-2017
copyright_holder: Franklin W. Olin College of Engineering
# more Jekyll settings (from here to end of file)
collections:
assignments:
title: Assignments
output: true
permalink: assignments/:path/
days:
title: Days
output: true
permalink: day/:path/
homepage_boxes:
title: Homepage Boxes
output: false
pages:
output: true
posts:
title: Posts
output: true
toolboxes:
title: Toolboxes
output: true
permalink: toolboxes/:path/
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
values:
sidebar:
nav: docs
- scope:
path: ''
type: assignments
values:
layout: assignment
edit_link: true
- scope:
path: ''
type: days
values:
layout: single
- scope:
path: ''
type: pages
values:
layout: single
edit_link: true
- scope:
path: ''
type: toolboxes
values:
layout: single
edit_link: true
gems:
- jekyll-github-metadata
exclude:
- config
- docker-compose.yml
- Dockerfile
- docs
- Gemfile
- Gemfile.lock
- notebooks
- README.md
- requirements.txt
- scripts
- vendor # for travis