generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (60 loc) · 1.61 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
title: COMP251
description: "COMP251: Systems Programming"
url: https://comp251.github.io
theme: just-the-docs
color_scheme: light
callouts:
important:
title: Important
color: blue
warning:
title: Warning
color: red
note:
title: Note
color: purple
new:
title: New
color: green
announcement:
title: Announcement
color: blue
collections:
homework:
output: true
labs:
output: true
just_the_docs:
collections:
homework:
name: Assignments
#nav_fold: true
labs:
name: Labs
#nav_fold: true
mermaid:
version: "9.1.3"
kramdown:
parse_block_html: true
heading_anchors: true
search_enabled: true
permalink: pretty
footer_content: "Copyright © 2022-2023 Marion Lang."
last_edit_timestamp: false
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/comp251/comp251.github.io" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
nav_external_links:
- title: Code from Class
url: https://github.com/comp251/code-from-class
- title: Slack
url: https://rhodes-cs.slack.com
- title: Feedback
url: https://tinyr.us/lang-feedback
aux_links:
Marion Lang: https://ml8.github.io
"dark/light": "javascript:toggle_colormode();"