forked from eeriemyxi/bca-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (92 loc) · 2.7 KB
/
mkdocs.yml
File metadata and controls
97 lines (92 loc) · 2.7 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
site_name: BCA Notes
site_description: Notes for my college course.
site_author: myxi
docs_dir: notes/
repo_name: "eeriemyxi/bca-notes"
repo_url: "https://github.com/eeriemyxi/bca-notes"
nav:
- Home: index.md
- 1st Semester:
- "AEC: Alternative English":
- Syllabus: sem1/aec-eng/syllabus.md
- "Sujata Bhatt: So Many Oaks": sem1/aec-eng/so-many-oaks.md
- "Mahim Bora: Audition": sem1/aec-eng/audition.md
- "Bryan MacMahon: The Ring": sem1/aec-eng/the-ring.md
- Mathematics:
- Syllabus: sem1/math/syllabus.md
- Unit 1:
- Sets: sem1/math/u1/sets.md
- Relations: sem1/math/u1/relations.md
- Functions: sem1/math/u1/functions.md
- Previous Year Papers:
- 2024: sem1/math/pyq/2024.md
- "Computer Fundamentals":
- Syllabus: sem1/fundamentals/syllabus.md
- Unit 1: sem1/fundamentals/unit-1.md
theme:
name: material
palette: gruvbox_dark
features:
- content.code.copy
- content.code.select
- content.code.annotate
theme:
name: material
palette:
- scheme: slate
primary: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- content.code.copy
- content.code.select
- content.code.annotate
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
toc_depth: 1-4
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
extra_javascript:
# - js/mathjax.js
# - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
- js/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/copy-tex.min.js
extra_css:
- css/extra.css
- https://unpkg.com/katex@0/dist/katex.min.css
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/copy-tex.css