-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
131 lines (124 loc) · 3.18 KB
/
Copy pathmkdocs.yml
File metadata and controls
131 lines (124 loc) · 3.18 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: Computational Thinking
site_url: https://computethinking.github.io
theme:
name: material
font:
text: Roboto
code: Roboto Mono
icon:
logo: material/head-dots-horizontal-outline
annotation: material/arrow-right-circle
favicon: assets/images/cognition_2.png
features:
- content.code.copy
- content.code.annotate
- content.tooltips
- navigation.tabs
- navigation.path
- navigation.expand
- navigation.indexes
- navigation.tracking
- navigation.footer
- navigation.top
- navigation.instant
- navigation.instant.progress
# - toc.integrate
- toc.follow
- search.suggest
- search.highlight
copyright: Copyright © 2026 Midhubalan Balasubramanian
repo_url: https://github.com/computethinking/computethinking.github.io
repo_name: computethinking/computethinking.github.io
extra:
generator: true
social:
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/midhubalan
- icon: fontawesome/brands/github-alt
link: https://github.com/midhubalan
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
#primary: indigo
#accent: indigo
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
#primary: indigo
#accent: indigo
plugins:
- tags
- search
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
manual: false
extra_css:
- stylesheets/extra.css
markdown_extensions:
- md_in_html
- tables
- toc:
permalink: true
title: On this page
- abbr
- attr_list
- pymdownx.blocks.caption
# Emoji config
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Mermaid markdown config for diagrams
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Code block display config
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
# Tabbed content
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
# Formatting text
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- footnotes
nav:
- Home: index.md
- Syllabus:
- syllabus/index.md
- Course Description: syllabus/course-description.md
- Course Materials: syllabus/course-materials.md
- Grading & Evaluation: syllabus/grading.md
- Schedule: syllabus/schedule.md
- AI Policy: syllabus/ai-policy.md
- Course Policies: syllabus/course-policies.md
- Turtles: turtles.md
- Generative AI: genai.md