-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
71 lines (59 loc) · 1.35 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
title: Building Bridges
description: Tools for Social Cohesion
baseurl: "" # empty for custom domain
url: "https://buildingbridges.media.mit.edu" # fixed typo and added https://
# Theme settings
remote_theme: just-the-docs/just-the-docs
color_scheme: light
# Enable or disable the site search
search_enabled: true
search:
# Split pages into sections that can be searched individually
heading_level: 2
previews: 3
preview_words_before: 5
preview_words_after: 10
tokenizer_separator: /[\s/]+/
rel_url: true
button: false
# Aux links for the upper right navigation
aux_links: {}
# Makes Aux links open in a new tab
aux_links_new_tab: true
# Sort order for navigation links
nav_sort: case_sensitive
# External navigation links
nav_external_links: []
# # Calendar settings
# calendar:
# embed_url: "" # Add your Google Calendar embed URL here
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Footer content
footer_content: ""
# Callouts
callouts:
warning:
title: Guest Lecture
color: red
lecture:
title: Lecture
color: blue
opacity: 0.2
lab:
title: Lab
color: green
highlight:
title: Assignment
color: yellow
opacity: 0.2
note:
title: Reading
color: purple
opacity: 0.2
# Enable copy code button
enable_copy_code_button: true
plugins:
- jekyll-feed
- jekyll-remote-theme