-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·53 lines (53 loc) · 1.61 KB
/
mkdocs.yml
File metadata and controls
executable file
·53 lines (53 loc) · 1.61 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
site_name: Open MSCS
repo_url: https://github.com/victoriadrake/open-mscs
repo_name: "open-mscs"
nav:
- Welcome: index.md
- Course Notes:
- OMSCS Course Notes: course-notes/index.md
- Cyber-Physical Systems Security: course-notes/cpss/cyber-physical-systems-security.md
- Database Systems Concepts and Design: course-notes/db-systems-concepts-design/db-systems-concepts-design.md
- Introduction to Information Security: course-notes/iis/intro-information-security.md
- Graduate Life Resources: grad-life-resources.md
theme:
name: material
favicon: images/favicon.png
icon:
logo: material/school
repo: fontawesome/brands/github
font: false
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- header.autohide
- navigation.tabs
- navigation.indexes
- navigation.top
markdown_extensions:
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js